Julien Ripouteau
Julien Ripouteau
Also adding a test to ensure that non-prefixed variables are not exposed in the client would be nice. Looking at the code of [loadEnv](https://github.com/vitejs/vite/blob/8e54bbd74d86537b449641a6623b1bc3800e82b2/packages/vite/src/node/env.ts#L17) it doesn't seem to be the...
Hey! I rushed this feature a bit. Happy to accept a PR I fixed the readme
Hey, yes I rewrote the package for version 6 on the `next` branch a while ago: https://github.com/Julien-R44/adonisjs-prometheus/commits/next/ I intended to add new features before releasing the new version. But I...
Maybe you can ask your company to sponsor me so I will be able to release it more quickly. Win-win situation 😄
Ok sorry I found where the problem came from I may have opened the issue a little too quickly though it is not in my habits, here is the solution:...
> I went with SIGKILL because I expect my file watcher restarts to be quick and not stuck on the graceful shutdown process, which might take a few seconds. i...
Merged https://github.com/adonisjs/route-model-binding/pull/6 that needs a quick read/review
Hey. Thanks for the feedback So, this is a problem with Next and more specifically Webpack. Here https://github.com/poppinss/utils/blob/develop/src/fs_import_all.ts#L47 we're using a dynamic `await import`, so with a variable. And webpack...
hey, thanks ! i am not sure if that's the role of the library to do that when you create your Bentocache instance, you must pass your `ioredis` instance, for...
Cool! Thanks a lot for the PR dude. I came across Orchid ORM a while back and thought it looked like Lucid with other some cool features > I do...