Pablo De Nápoli
Pablo De Nápoli
Many thanks! Your markdown package indeed did a much better job for my use case!
This would be much easier if you provide a template for the supported frameworks (like you do for Fresh or like Vercel does)
Also vitest hast vitest -ui which is really nice.
I have found that the code works by replacing excecute by executeMultiple. I think that this API difference is annoying and error-prone (if you won't output any error when multiple...
Sorry my report was wrong. What I should have reported is this After cloning your repository at https://github.com/Omikhleia/resilient.sile.git I have run this command for building the documentation pablo@cleopatra:~/git-repos/resilient.sile/examples$ sile -u...
I can confirm the bug, and provide a minimal example schema.sql: ```sql CREATE TABLE IF NOT EXISTS table_A( id integer primary key, info text ); ``` query.sql ```sql -- name:...
@dimmerz92 When testing somehing in the playground, you should set sqlc-version.txt to the version that you want to test. It uses 1.25.0 by default. If you set it to 1.28.0,...
My previous playground link was wrong. Here is the correct one (I hope!) https://play.sqlc.dev/p/7c0742c55d8324ff22e4fbf5a287dab51b513e6b12f2940551f08c4d7797e414
Many thanks for your help! (Let me say that I really appreciate your work, and that I really love the svelte-ux look and feel) However, your suggestion does not seem...