Witold Szczerba

Results 13 issues of Witold Szczerba

The _nbmongo_ project is really good. NetBeans is also good, but as far as I can tell, people using other IDE's are having hard time installing NetBeans even if it's...

task

~~When using the flat table while browsing collection with fields limited by "projection", it would be nice if the table would not display (blank) columns of other fields.~~ One more...

enhancement

How to reproduce: ``` #r "nuget:Thoth.Json.Net" open Thoth.Json.Net let decoder = Decode.keyValuePairs Decode.int Decode.unsafeFromString decoder """ { "a": 1, "b": 2, "c": false } """ ``` ``` System.Exception : Error...