Nick

Results 7 issues of Nick

Leiningen integration. I can throw some unit tests around the code in the next few days.

I have had gmvault working for years. Now it doesn't seem to work at all. Even `./gmvault --help` doesn't do anything. Just exits. Looked for a verbose option to see...

I have to include an external, minfied js module. E.g. "external/script.js". Let's say, external/script.js is (it obviously isn't but...): ``` const mytest = "asdfasdf" export default mytest ``` I have...

The docs show hideArrow as an option, but TooltipProps doesn't include showArrow. Was it deprecated? If so, how do I hide an arrow?

### Contact Details nickgieschen3636 in the discord channel ### What happened? I am trying to remove one item from a many-to-many relation. However, when I delete just one item, it...

bug

# Describe the bug Runs successfully on PG ``` Error: 🔨 Not supported 🔨 : The query you ran generated an AST which parts have not been read by the...

# Describe the bug `CreateTable ();` fails. That is, I wan't to create an empty table, but the parser is expecting a token before the final paren. ``` 1 create...