Is this in top-level? I don't think that's valid Rust even without the cfg
Also, why EA specifically?
Is there a way to prevent windows from automatically disconnecting from wireless networks without internet access? It's really annoying...
But you expect people to trust and understand a potential blockchain smart contract implemented by Facebook for contract agreements that happened over a Facebook chat?
Hi, I'm trying to get into async. For this use case, I'm using reqwest (async client with cookies enabled) to send multiple http requests. Sample code is over there: https://p...
Didn't quite work 🤓 But just because it's really bothering me: Photons do have mass and they do travel at the speed of light c which is also because they essentially are light...
Do you want to pay someone to create that for you? Do you want to create that yourself and have some questions about it? Are you asking for crates? Why do you ask and what are...
But why can't you join on dynamically spawned tasks in the first place? tokio::spawn returns a JoinHandle, you could just collect them in a Vec and join or am I missing someth...
Is there some smart person in here that knows some clever trick for MS Office? I've got some text like Bernholt et al. (2018), and try to only select (2018), however it basica...
What error message do you get?
You really need more than 650.000 requests per seconds in Rust?
How do you plan to integrate those apps? Telegram has the BotAPI, the green App offers Business Accounts (I think those can be automated?) And I'm still amazed and a bit conf...
Just a random thought of mine: With TLS, would an evil dns entry/server make it possible to use a certificate from a different host? E.g. I control evil.org and the dns serve...
Someone familiar with amethyst-network (with tcp)? I was trying to send a message to server from a state on_start (or system setup) but it seems like for some reason one can o...
Hi there :) Google turned out to be very useless to me on this case (returning only results for android or other unrelated stuff) so maybe you can help me: I'm trying to cre...
Is there a reliable way to completly disable/remove the windows-key on linux? My keyboard has a hardware issue so that it randomly and frequently triggers the windows key (ke...
Towards your problem: I guess 0.11 does not work with go modules for some reason (I don't understand everything it does, perhaps some path issues or something)? Assuming you ...
That's inconsistent. Why is it a good thing to avoid hiv by using condomes or choosing whom to have sex with but it's bad to avoid other diseases by wearing masks and choosing...
Oh yeah, wasn't thinking about that part. Was just thinking about all the error messages from badly configured servers that warned me that the certificate was for a different ...
Base64 is the representation of the data. But what's the original data? Are you storing nuclear launch codes (use every means possible to protect them) or are you storing the ...