evbo

Results 68 issues of evbo

Could there be an optional Cargo feature flag to emit a stacktrace with pretty printed diffs, such as with `pretty_assertions` crate? https://docs.rs/pretty_assertions/latest/pretty_assertions/ This would help especially when comparing larger arrays...

as discussed here, connection pooling isn't always necessary and so it would be nice to add an optional feature flag for it to help minimize binaries. For example, AWS lambda...

When displaying tiles in OpenGL formatted coordinate systems (y=0 occurs at bottom of page instead of top of page), there is a simple transformation needed to ensure data appearing at...

It does not seem possible to start and stop the embedded redis database within separate, isolated unit tests that implement redislabs' Spark Redis. The second unit test below fails with:...

How can `strum::ParseError` be "not implemented" if it's part of "the following other types" that are implemented?: ```rust error[E0277]: `?` couldn't convert the error to `CustomError` --> src/operation.rs:107:47 | 107...

What is the protocol for telling rediscala to read from slaves and not master for an LRANGE operation? Starting with Redis-cli, this can be accomplished on connecting to the slave...

I have a lot of blabbering I can contribute to the styling community that wouldn't fit very well in github issues, so I'd love to spend time in Discussions if...

I know this one might be a toughy, but I didn't see it listed in your readme as a pending component to support: Rich Text Editor For instance, would something...

Hi, I think [this defaultParamsInference is a great example](https://github.com/lampepfl/dotty-macro-examples/blob/main/defaultParamsInference/src/macro.scala) I'd like to extend further to include the type of each case class field. What amazes me is I didn't realize...

The readme introduces the problem so well, but you don't mention bincode, which also aims to solve the problem of binary storage of large structures from memory. What is epserde-rs...