Michael Ovchinnikov
Michael Ovchinnikov
Where have gone C# .NET binding? Previously there was [Softmotions/ejdb-csharp](https://github.com/Softmotions/ejdb-csharp), which was deprecated in favor of official ejdb C# .NET binding, but I can't see it anywhere in [repo](https://github.com/Softmotions/ejdb), nor...
Requesting a seamless recreation of a slider when changing the number of handles. Right now due to constraints the [upstream noUiSlider](https://github.com/leongersen/noUiSlider) component [has to be recreated if handles count are...
Programmatic change (not user interaction with the control) of underlying `ngModel` (which the control binds to) dirties the control's state and enclosing form's state. User interaction should dirty the control's...
Requesting a out-of-the-box capability to customize a filename while using [rolling policies](https://github.com/serilog/serilog-sinks-file#rolling-policies).
Is there a way to retrieve a whole document, not just some of it's properties or collections? For a json file from a [docs' sample](https://github.com/ttu/json-flatfile-datastore#single-item): ```json { "selected_user": { "id":...
Add [CancellationToken support](https://docs.microsoft.com/en-us/dotnet/standard/threading/cancellation-in-managed-threads) for async operations.
Synchronize code review session context between the extension and the GitHub site. **Is your feature request related to a problem? Please describe.** 1. If a computer operating system or hardware...
Please add support for syntax highlighting within comments while carrying out a Pull Request review. Refs: - [GitHub.com / Writing on GitHub / Work with advanced formatting / Create code...
Please add support for multi-line comments, i.e. adding a comment on multiple lines. At GitHub it is done by clicking and dragging over a range of lines. Refs: - [Multi-line...