cayter

Results 48 comments of cayter

Sorry, just got to my laptop and re-read the conversation plus Typescript's `experimentalDecoratorMetadata` and `experimentalDecorators` docs. I think it's related as mentioned in https://github.com/evanw/esbuild/releases/tag/v0.21.0: > With this release, esbuild now...

Can refer to https://workos.com/docs/user-management/impersonation.

Ah just started lurking in the NuxtJS ecosystem after spending years with React, it's so freaking good and this could really be a great add-on.

This one from shadcn UI looks pretty good. https://ui.shadcn.com/docs/components/data-table

> We should ask the community, but I think RLS should be enable by default or at least print a warning during migration. A table without RLS is exposed (if...

> Ideally warning on tables without policies would be a configurable option. If RLS is being used in a project, one probably wants policies on all tables. If this warning...

I came up with a hack in shell script that just inserts `"type": "module"` into those v7 modules. :P ```sh add_type_module() { local pkg="./node_modules/$1/package.json" grep -q '"type": "module"' $pkg grep...

I'm currently building an ORM on top of `sqlx` that will support: - [x] multi-database - [x] specify masters/replicas via struct tag - [x] randomly select 1 of the masters/replicas...

> [@ysm-dev](https://github.com/ysm-dev) > > This may be the problem only when using Next.js. `cloudflare:workers` is not set well. Can you share a minimal project to reproduce it? It's also breaking...

Please refer to this - http://kenwheeler.github.io/slick/.