Ludwig Pacifici

Results 13 comments of Ludwig Pacifici

Hello, I am not able to reproduce your issue: ![operator](https://user-images.githubusercontent.com/923945/73592290-81476100-44f0-11ea-8094-02f7b6f84302.png) 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): ![str](https://user-images.githubusercontent.com/923945/73592345-2d894780-44f1-11ea-82bd-f0a91b0055fa.png) I use recent version of Emacs 28....

Hello, I am not able to reproduce your issue: ![attr](https://user-images.githubusercontent.com/923945/73592144-10ec1000-44ef-11ea-8924-887a779e846e.png) 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...