Chris Hodapp
Chris Hodapp
I realized that my changes broke serialization of tagged types in certain cases. I fixed this and added tests to prevent the issue from recurring.
I believe that this is a dupe of https://github.com/GoogleContainerTools/kaniko/issues/552, which I believe is a bigger deal than folks might realize.
I think you can extend `featherbed.Client` and override `clientTransform`.
It would be great if Scala Team could publish an official position on the readiness of Scala for JDK/JRE9 (even if it's just a line or two integrated into the...
The reason that the code returns `None` in your example is that `NumberFormatException` is a subtype of `IllegalArgumentException`. Under the proposed change, `None` will be returned for _any_ non-fatal error....
This issue might well be related to that bug but, as far as I can tell, the agent doesn't work with single-user nix at all (even when normal nix commands...
This is an issue for at least `PROMPT` on NixOS: https://github.com/nix-community/home-manager/pull/2708#issuecomment-1047520943 Maybe we should have an explicit setting for prompt init in home-manager to make it less fragile against stuff...
Eventually, I may work on a PR to properly integrate this into the repo, but for now a workaround seems to be putting this in your zshrc: ``` function _nix()...
Oh dang, in minimizing it, I made some sort of change that undid something I previously had working: completing nix attributes after hashes in flake URLs. Once I fix it,...
False alarm! It still works!