Ross MacLeod
Ross MacLeod
double thanks! any help is of course appreciated! glad you're enjoying it so far, please do let us know if you have any improvements you think are good to have...
nested record encoding is a bit annoying at present because we don't want to force all records to have `DefaultJsonFormat` typed field values, and instancing `DefaultJsonFormat` for whatever your particular...
@torgeirsh it's been a while so my mental cache of the concerns here isn't fresh, but I'll think about it and try to get back to you. my vague recollection...
PR #68 doesn't currently build for me: ``` building '/nix/store/h5qn2cnf9a2dzf3sa5xzkqsi3y2r1agb-auto-fix-vscode-server.drv'... In /nix/store/fqqrd4kzbs9s046mv9p6asaiic5d0dqq-auto-fix-vscode-server/bin/auto-fix-vscode-server line 17: if [[ $bins_dir == "~/.vscode-server/cli/servers" ]]; then ^--------------------------^ SC2088 (warning): Tilde does not expand in quotes....
Okay, I tried more and ran into more issues, and eventually also got unhappy with having to change the patch logic. Thanks @msteen for the tip about nix-ld, as I...
yes, I changed the ~ out and that helped. I also made a switch for whether the old-style bin or new-style cli was the intent as before the directory detection...
@asariley @dfithian can one of you shepherd this PR? I assigned you both to review, but what I really mean is either one of you
hey, sorry for the long delay in responding. `allToNullable` doesn't exist, but it's probably not too hard to add. feel free to PR it. we've only used `leftJoinF` for pulling...
maybe try `rmap toNullable`?