Iris Artin
Iris Artin
PiBakery runs as root on macOS, and when I save a recipe, PiBakery creates a root-owned and world-writable file. This is a horrible idea. It would be very hard for...
Currently, if a variable's value function throws a custom subclass of `Error`, that custom subclass is lost when the error is converted to `RuntimeError`, and is subsequently unavailable in the...
I have a task `a` with `sources` and `outputs`, a task `b` with `sources` and `outputs`, and a task `all` which is `depends` on `a` and `b`. If I run...
### Summary Description on enum not copied from SQL comment to gql schema ### Steps to reproduce ``` create type e as enum('A', 'B'); comment on type e is E'@name...
@benjie sent me here re this Discord thread https://discord.com/channels/489127045289476126/1163877919957995530 tldr: * `@omit create` on a table prevents that table's row type from being used as a SQL function input *...
1. I am deploying to AWS lambda, which involves bundling 2. `grafserv` imports `ruru` 3. `ruru` does all kinds of bundler-incompatible things like trying to `readFileSync` `package.json` etc The stack...
I currently use MCAS to render a map of my explored chunks, which basically looks like a satellite view. I'd love to be able to see where my trails of...
**Describe the bug** ``` echo "select 'a' operator(public.=) 'A';" | npx sql-formatter -l postgresql ``` **Expected behavior** Useful output **Actual behavior** Failure **Usage** ``` $ npx sql-formatter --version 15.2.0 ```...
**Describe the Feature** I want formatting of SQL inside function bodies written in quoted stings **Why do you want this feature?** If you are writing SQL functions, it's pretty common...
**Input data** Which SQL and options did you provide as input? ```sql grant select on t to r; grant select, insert, update, delete on t to r; ``` **Expected Output**...