Jacob Magnusson
Jacob Magnusson
The issue was that I had not read the requirements section of the readme, sorry a bit much on my plate lately... I had forgot to add these lines: ```yaml...
Strange. Maybe it was two tests running simultaneously. I'll see if I can find what was causing it.
> # Pattern query > > The user declares a pattern query and all possible variants that can complete the pattern. This way we check all variants at compile time!...
For me it's been working mighty fine to just generate the cornucopia file with `cornucopia --queries-path=./queries schema ./migrations/*`. But I don't use a migration toolkit. I just use a simple...
Thanks for this! For me there were two things I had to do to get your PR working: 1. Delete file `/var/lib/cmprovision/storage/app/firmware/latest`, as your code wants to read that as...
This is really annoying. No news?
Tried out the extension now, works great with Language: SQL. But Language: Postgres didn't work, even after adding this to settings: ```json "[postgres]": { "editor.defaultFormatter": "lucent.sleek-sql" }, ```
@LouisGariepy there's another reason one might want to use `Path` / `PathBuf` as well - it handles "OS strings" without you having to do any special handling. For this reason...
I think this sounds like an great idea. Looking forward to a more readable code layout. > 1. Not publish their crate. No other crates are currently depending on any...
Won't it be faster to compile as well? Or maybe this doesn't apply to path dependencies..?