bugproof

Results 38 issues of bugproof

Sieve is quite limited when it comes to complex conditions. Make it possible to use `Expression.Or` so something like `filters=name==fu manchu||age=70,country=China`

I think it would be reasonable to use `IOptionsSnapshot` instead of `IOptions` to be able to change configuration without the need to restart the server. https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration/options?view=aspnetcore-2.1#reload-configuration-data-with-ioptionssnapshot

Would be nice to have a setting to only select on pressing Enter, currently, when you press up/down arrows it changes the selection.

enhancement

Wanted to try sciter-lite in a game using vulkan but this backend is not supported https://github.com/c-smile/sciter-sdk/blob/264ea65254d289fa62479d5c705ed73c07d12370/include/sciter-x-types.h#L32-L40 Is there any api that returns vertices and other stuff to draw? Currently I'm...

Is it possible to render directly with D3D9 without rendering using CPU first (e.g. https://github.com/c-smile/sciter-sdk/blob/master/demos.lite/win32-bitmap/plain-win.cpp)? Is there any way to implement a custom renderer in form of some plugin so...

Is this possible to auto attach as soon as the driver loads?

How does rust-decimal deserialize and serialize f64? https://github.com/paupino/rust-decimal/blob/master/src/serde.rs#L342-L347 It seems like it calls to_string on f64. serde json has a feature `float_roundtrip` that enables perfect accuracy float parsing https://github.com/serde-rs/json/issues/536 How...

Related issue: https://github.com/neris/NGettext/issues/20 Many programs parse *.po files directly, what's the advantage of *.mo files over *.po files? There's an additional step in maintenance - compilation.

https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-6-preview-4/

It has a less restrictive license and you can use it completely for free, unlike SQL Server. It suits more to open-source projects and it has a great JSON support...