Árpád Goretity
Árpád Goretity
@Pd177: Speak English.
Inverse of 0 still returns 0: https://github.com/akubera/bigdecimal-rs/blob/master/src/lib.rs#L527
I think it would be even better to have the library call the `enable_ansi_support()` function automagically if it's on Windows. That way there's no separate initialization code that the developer...
@daboross I think it should not be in `paint`. After all, that method doesn't actually *do* anything. It should be in a place of which the performance is comparable to...
@daboross I guess at this point it's really a matter of points of view :) In this particular case I would prefer the "magic" (ie. hiding the complexity) because it's...
I was just going to open an issue about the same thing. Support for other flavors of parameterized queries like `:named`, `@named`, and `$named` would be nice as well.
I had no idea there was an official MongoDB Rust driver now. Thanks a lot for the heads up! Of course Avocado will be updated to support it. I don't...
Hey there! Unfortunately there's currently nothing like this in Avocado. However, this is certainly something I have thought about, except that I'm not sure how I would go about implementing...
Hey there! I'm glad you like this library. Of course, it's a good idea. If people seem to like github releases, I'll do it from now on.
The code is written in strictly conforming C89 – indeed the definition of this function shouldn't be an issue. It is suspicious that `sed` doesn't understand something – maybe try...