David Barnett
David Barnett
It has to be possible, one way or another, but AFAICT it'd have quota limitations if someone's not paying to keep the lights on, and also may be brittle to...
I actually didn't realize it existed or understand what it was used for before digging through the code and the PR adding it. FYI I'm not sure all the enhancements...
Sadly no, not for all cases. I'm using single-quoted strings because they're the only way dotenv can properly serialize env values like ```json { "somekey": "a \"b\n\" c" } ```...
Related: Even from reading the code it's hard to get a complete notion of the supported schema. You can find a few details in https://github.com/martinvonz/jj/blob/main/src/config.rs but I found info about...
Well, I put together a sketch of a JSON schema spec for jj config, but I'm not sure if I should send a PR directly to https://github.com/SchemaStore/schemastore/pulls or maybe stage...
They seem to accept pretty much whatever. Lots of JSON validators and LSPs are hooked up to use schemas from there (and apparently also TOML ones like taplo). > update...
I think it wouldn't because the schema needs to be tied to a public ID (a URL basically), and hooking up to any copy that's only stored locally involves extra...
So I think it's best to start with checking it into this repo and then figure out where it should be hosted longer term. If you can suggest a file...
Note people who have worked at the big G might be familiar with this flow by the name "bulkupdate". =)
Couple things I have in mind: - Any norms on code reviews? I've been firing off and self-approving quite a few changes lately, happy to keep operating that way or...