njlr
njlr
This PR adds support for builds using [Buck](https://buckbuild.com/). I wrote this build file because I am currently porting `mongo-cxx-driver` to Buck, and this is a dependency. Even though `core` is...
Femto should attempt to find the root workspace (if there is one) before deciding to use NPM or Yarn
To test out the library I am trying to connect to a server and list the channels. However, I get the exception `This protocol version is not supported`: ``` Unhandled...
* Adds Decode.map' * Adds various tests
I was wondering if the library should have built-in support for maps, similar to lists and sequences? (`Decode.map` is already taken of course) Perhaps... ```fsharp #r "nuget: Thoth.Json.Net" open Thoth.Json.Net...
When I decode a date-time like `"2021-05-25T19:54:14.4020920"`, the time gets shifted an hour earlier. I guess this is related to time-zones. Is this a bug? I was expecting the decoded...
Suppose we have a network drive that hosts some source-code: ``` + network-drive +--+ packages/ +--+ mathutils/ +--+ v1.0.0/ + ... +--+ v2.0.0/ + ... ``` Then the user could...
* Enable deterministic builds in MS Build * Warnings as errors on `master` branch
> Derived cryptographic types are obsolete. Use the Create method on the base type instead. Basically anywhere this warning shows up in the build
If the user tries to install `some-package` and both `some-package` and `some_package` are available, we should warn the user. Fake packages are a potential security risk.