Heb

Results 257 comments of Heb

Thanks for the review @honzasp, I will implement these changes. - formatting : There is no shared prettier/eslint/editorconfig how should I format everything ? - I left a few unresolved...

Thanks for the review @honzasp. I resolved all of our conversations. Please let me know if I missed anything. - formatting: I took the liberty of adding a prettier file...

> Hey @Hebilicious, please do add Bun to CI (otherwise we'll just end up breaking it) and also feel free to update the README. Hi @penberg, I will update this....

@penberg That's great ! For my use case, I would personally still prefer to use`bun:sqlite` given the choice, as it's written natively for bun and therefore should be more performant....

Thanks for answring @n0099, I think this might be worth adding to the README.

I believe supporting GIS types is extremely important, especially given the fact that all the databases that prisma support/plan to support has a way to work with GIS : -...

> * `nuxt-modules` > * `nuxt-community` > * 3rd party modules from modules API? > * discussions? For the modules we could piggy-back on the `nuxt-modules` and count all the...

How about we count all the open and completed issues ?

Hello @ohmree, that's a very good catch. We use esbuild to clean-up the code extracted from the loader, which strips the TS annotation here https://github.com/Hebilicious/form-actions-nuxt/blob/1d99f9bf7b20001977a64df8433c2a3dd2ad141d/packages/form-actions-nuxt/src/module.ts#L29 That is overkill and we...

> Would it not be possible for the generated `foo.get.ts` to cast its export using`as typeof import('/path/to/foo').loader` or something along those lines? Not the cleanest but I can't see why...