Tom Repetti
Tom Repetti
On LanguageTool 5.3, I found that this would attempt to open a GUI. What worked for me (using the 5.3 package from nixpkgs) was: ```vim let g:languagetool_server_command = system('which languagetool-http-server')...
Currently, all record fields of type `option` are converted to [cmdliner optional arguments](https://erratique.ch/software/cmdliner/doc/Cmdliner/Arg/index.html#optargs). It currently passes its name as `None` which is causing the error in the nested function calls...
For nixpkgs, I originally packaged it at 2.0 and assumed there would be semver releases, but just recently, it became clear that this style of release had been dropped, so...
@proppy Most likely it will be Nix-specific but open, yes. For the next several releases, I will do it manual for the next several version bumps, most likely.
@npmccallum Thank you for laying out these options. For the first option, would making an API that focuses on analogy to `serde_json` be a direction you would be interested in...
In looking at the `Deserializer` side of things, I definitely get why Enarx would not want to make assumptions about how/where `scratch` is allocated for embedded scenarios, although it does...
@npmccallum Hope you had a good vacation! One last pair of questions before I put together a PR: if we expose scratch, is it also worth exposing the recursion limit,...
I apologize for dropping the ball on this. I have been using this initial attempt at exposing `Serializer` and have been using `SerializeSeq` for streaming serialization in one of my...