Pyry Rouvila

Results 5 issues of Pyry Rouvila

I'm not sure if related to https://github.com/kristiandupont/kanel/issues/15 , but feel free to close this one if it is. init-db.sql ``` CREATE SCHEMA test1; CREATE SCHEMA test2; CREATE TABLE test1.users (...

We have a couple of endpoints like the OAuth-compliant `/token` -endpoint, which is an REST API. I want to document this stuff to the same docs to keep it understandable...

### Where the bug happens - [X] Browser Extension - [ ] Library - [ ] Other ### your browser Google Chrome 117.0.5938.152 ### Describe the bug Hi, the project...

How should I use this in a smaller project? The example project is huge; it splits the plugin loading in vite.config.ts in so many different ways, that it's hard to...

Currently the migrations create the database and immediately drop it, because `node-pg-migrate` syntax is as follows ```sql -- 1746712582483_create_users_table.sql -- Up Migration CREATE TABLE users (id text); -- Down Migration...