Kevin Edry

Results 18 comments of Kevin Edry

@pi-kei We had just merged some docs changes addressing what you are referring to, see: https://github.com/quirrel-dev/quirrel/pull/1141 @Skn0tt I don't see the changes in the docs, is it a CI issue?

> Are you also exporting the queue as a named function `POST`: `export const POST = emailQueue;` If you do, whats your currently installed nextjs and quirrel versions?

@pi-kei can you share your code? also, are you exporting something there as default?, you should be able to export both POST and emailQueue without an issue. Nextjs route handling...

@LotfiMEZIANI @kamilmysliwiec Any news on this? this should have merged by now...

Just popped in to check if there is an open issue for PWA notifications and there is! Waiting for this to be merged :)

Hey @DeMoorJasper, is this still an issue? I assume it is fixed by now.

Would love to see this implemented, I currently can't use Stackblitz because of this limitation.

Would really help our team, also would like to see a composite string type to go along with it for a more strict typing: `type TableId = ``table_${string}``;`

@Adam- Hey Adam, we talked a bit on discord about incorporating SQLite in a plugin, iv'e tried to keep everything as light as possible even to incorporate database source downloading...