Ludwig Pacifici
Ludwig Pacifici
Hello, I am not able to reproduce your issue:  I suggest you to reproduce your issue with a minimal configuration. If the issue is still there, can you report...
Hello, Thanks for the detailed issue. I had a quick look and I see no issue (correct me if I am wrong):  I use recent version of Emacs 28....
Hello, I am not able to reproduce your issue:  I suggest you to reproduce your issue with a minimal configuration. If the issue is still there, can you report...
FYI, diesel is [v0.99.0 (It's basically 1.0 except it's not)](https://github.com/diesel-rs/diesel/releases/tag/v0.99.0).
You're welcome @budziq ! You highlight well thought and broader remarks. My opinion below: > Should we include an example that would be a oneliner from std? - IDK. A...
Additional small comments: > Do we write some common algorithms from scratch Rossetta code style or try to use specialized crates as much as possible? ... I agree with you....
Thanks @budziq. I general I think you have a sensible approach. > see failure as possible replacement for error-chain I saw that yesterday on reddit while I was trying to...
[Reddit](https://www.reddit.com/r/rust/comments/94haod/scientific_programming_in_rust_first_step_with/) redirecting to [blog post](https://misoraclette.github.io/2018/08/04/data_manipulation.html) can be an inspiration for the science section?
@budziq sure! #452 is ready. I will try to provide few more examples.
I think it's always good to compare it with what already exists, I am aware of [Clojure Cookbook](https://github.com/clojure-cookbook/clojure-cookbook). From the first line of their README.md: > The book details a...