Charlie Moog
Charlie Moog
> Unfortunately with this pull-request I can no longer start a runner on aarch64-linux. I'm realizing now I should also test that these changes work with the NixOS module. I'll...
I undid the change that broke compatibility with the NixOS service module. I've verified that a basic usage of the service module now works again on `x86_64-linux`.
@veehaitch Like I mentioned [here](https://github.com/NixOS/nixpkgs/pull/186325#discussion_r950734646), all of those proposed changes would cause breakage due to their escape/quote handling. Making those proposed changes would break this PR.
> Something I'm confused about is why these errors seemingly happen inconsistently (see https://github.com/NixOS/nixpkgs/issues/187009 and https://github.com/NixOS/nixpkgs/pull/182189#pullrequestreview-1046678010). Does anyone (@cmoog maybe) have any clue why this is? That is likely due...
What about something along these lines?
Here's what I'm thinking that could look like
> Is the primary usecase of this proposal so that downstream code can re-use AnalyzeStatement directly? Yes, exactly.
> This depends on the site configuration. Point taken. Then the minimum permissions for most projects would be `--allow-net=localhost --allow-read=./ --allow-write=./`. If some plugin needs to make other network requests,...
With typescript, there are a few additional considerations in terms of which driver to use. Here is my first pass at what the sqlc output could look like: https://gist.github.com/cmoog/c7b612f6aa829c426ec665ad7cfcb7cb any...