Julián Bayardo Spadafora
Julián Bayardo Spadafora
RocksDb supports setting a [custom Logger](https://github.com/facebook/rocksdb/wiki/Logger), which is useful to -for example- stop logging completely. I think this can be done today via the [`SetInfoLogLevel`](https://github.com/warrenfalk/rocksdb-sharp/blob/master/RocksDbSharp/ColumnFamilyOptions.cs#L400) function ([using values from here](https://github.com/facebook/rocksdb/blob/master/include/rocksdb/env.h#L961)),...
RocksDB 4.3 added options that would be very useful for robustness of rocksdb-sharp based applications which may have changes to their RocksDB options over time. See [here](https://github.com/facebook/rocksdb/wiki/RocksDB-Options-File).
In principle, it should be as easy as calling `wsl clang-format`. I get a: > The 'wsl clang-format' command is not available. Please check your clang-format.executable user setting and ensure...
It seems that grpc-core has had channelz activated by default for a long time now. C# has been missing support for this feature, as per https://github.com/grpc/grpc/issues/19909, making it difficult to...
The snippets on this package are really useful! Would love to have an extra one for gen_fsm
This PR adds support for reading from the Windows Hello IR sensors by: 1. Enumerating them in `query_activate_pointers`. 2. Adding support for `MF_VIDEO_FORMAT_L8` This works on my machine, but I'm...
The package currently seems to depend on `readline`, which is unavailable for Windows.