Evan Tann
Evan Tann
Using the native worker, I get the error ``` RuntimeError: error: dirty exit (pid 2771 SIGSEGV (signal 11)) ``` It happens every time I run recommendify when the item_id has...
There's lots of docs for integrating with neovim here: https://templ.guide/commands-and-tools/ide-support/ It would be great to document how we can add "Format on Save" support to vim itself.
### Version 1.27.0 ### What happened? When no database is set in `sqlc.json`, this generates valid code that works: ``` INSERT INTO t (location) VALUES (ST_GeomFromEWKB(@location)); ``` This produces the...