Since announcing the @tokio_rs Console a few months ago, we've been hard at work making an awesome async debugger. Here's a status update.
https://t.co/Mzqti3B6kQ
@FacebookFR je n’arrive plus à me connecter à mon compte FB a cause du code du 2FA et j’ai été delogué de l’application mobile, j’ai envoyé ma pièce d’identité et mon passeport 10x par desktop et mobile web mais personne me répond… je fais comment maintenant ???
@KevinHoffman@elixirlang I agree with you for the zen coding session with @elixirlang, but in the other side I feel zen with @rustlang too when compiling and working almost all the time thanks to type checking and borrow checker
Toute l’équipe de Calions vous souhaite une très bonne année 2021, pleine de réussite dans vos projets 🎉🚀
A très vite
https://t.co/FEiwI44JZP #dataprivacy#rgpd#dataviz#microfrontends
@fluvio_io I have shared a question on these subreddit about the idempotence and transactional data in data streaming platform. I hope you can help answering it. 🙂 https://t.co/LsLgImQQ1c
@KevinHoffman You are right! I’ve spent several days to understand the way async works in #rustlang. There are maybe an RFC for this, it would be a very cool syntax 🙂
@KevinHoffman Your async block can return a Result
async {
...
let x = func().await?;
Ok::<(), MyError>(())
}
then all your await that return Result can be chain inside with ‘and_then’ or simply with let x = func().await?;
@tomaka17 I was a #javascript & #ElixirLang developer looking for a better performant & secure FrontEnd language that led me to #ElmLang. Then the static typing world opens their doors to me 🤩 I looked at #Haskell but it was not popular. Finally I met & fall in love with #rustlang ❤️
@tomaka17 Sounds interesting alternative solution. Which #rustlang library are you using for managing the state machine? Do you know some blog posts comparing the pros and cons of state machine over async/await?
@Extrawurst@KevinHoffman I’m using brew installation on macOS, but v0.10 seems not available… do you know if it will be available ? Otherwise, I will use cargo installation instead