Stephan Deumier

Results 15 comments of Stephan Deumier

Possible to add an "async" verify, to use with something like this: ``` import * as jwt from 'jsonwebtoken' export const verifyToken = (req: Request, next) => { const token...

Interested in CloudKit too Maybe something like a [SyncKit](https://github.com/mentrena/SyncKit) adapter would be enough ?

Didn't know about the upcoming v5 change, thanks for the heads up The idea with object syntax was to provide autocompletion and more importantly TS type error if something change...

Yeah, I was speaking more with using something like ```ts @Index({ properties: { data: { field: true | 'asc' | 'desc' } } } as IndexType) ``` But if dot...

Should be an option, using enum in postgres come with some downside with array and index, which require custom index operator sometimes

Maybe not `tags` but multiple library ?

You could move it to an in project swift package ?

Possible ? Yes, but it will not work as you expect as backgrounds tasks are limited to 30s and scheduling might or might no be respected unfortunately

Documentation is not fantastic but you can already scale up based on `pool1` in your exemple The only downside is: it's not based on Kubernetes labels but Hetzner node labels,...

Unfortunately I am not there yet, the only thing I can do is trigger different nodepool scale up/down and sometimes it just don't so yeah