can I use NetworkManger to connect using WPS?
You sure? Cus it throws: error[E0277]: main has invalid return type impl std::future::Future --> src/main.rs:8:17 | 8 | async fn main() { | ^ main can onl...
Which one you guys use? Github or Gitlab? I currently use Github and a friend of mine encourage me to use Gitlab.. Is the move worth it?
Hello! Hope I can ask about Hugo here. When in development, with hugo server, my website is displayed accurately. But when it is built in public folder, It becomes very weird...
Do you have an answer to why no other DEs made something like kdeconncet?
Hello, I want to set a new OS for pc which I'll be using for coding mainly. I prefer Ubuntu but it's been years since I used any Linux distro in pc even tho I have them in clo...
fn main() { async { let body = reqwest::get("https://www.rust-lang.org").text(); println!("body = {:?}", body); } }
What's the easy way to perform database operations in python? Like Sequelizer in Node
Is there any way I can stop a running Python process, then git pull and restart?, With cron. I've tried to use this but it is problematic. https://linkode.org/#GONTqNdanSaze...
Hello. In peewee, how do I create multiple tables with different names using same model?
How to properly convert string to []byte ? When doing it using []byte(string), I'm not getting what I'm supposed to get. Thanks in advance
async blocks are only allowed in the 2018 edition What does this mean? I'm trying to use reqwest
What's based on manjaro?
Hey! Any flask related group in telegram?
I'm getting 404 when confirming kutt.it email. Anything wrong with the service?
How to remove rm? 🤔
I see SQLalchemy at top. But one review says many hate it. Is it good for a python beginner? Or should I look elsewhere?
I can't be?
I'm not a JS guy but, don't you need an else condition?
Doesn't it just convert back the string?