Romain Lanz
Romain Lanz
Thanks! 🔥
Hey @c0ldplasma! 👋🏻 It looks like you're currently using a preview version of [@adonisjs/core](https://github.com/c0ldplasma/adonisjs-ally-apple/blob/main/package.json#L22). I also noticed that the README isn't up to date — could you update it when...
Hey @ketan! 👋🏻 Any reason to use `ejs` instead of the backed-in `Edge` template engine? As per your issue, you are trying to compile your `ejs` file with Vite. [Vite...
Gotcha. You want to use `ejs` with client-side JavaScript to make it easier to write vanilla components. Doing so, I still believe you don't need to compile your template through...
Closing since no answer from issue reporter.
Hey @craigharman! 👋🏻 A few questions here: - Is there any reason to use PSQL 13 instead of the latest release? - Could you share the SQL script that set...
pnpm patch for the one who wants to test it: ```diff diff --git a/build/modern/useQueries.js b/build/modern/useQueries.js index c172ecd85df4646ab4869411725cc028ccc0e7e1..ec584988a4ecb9f24c073eb94a4b5cbc9e8eb255 100644 --- a/build/modern/useQueries.js +++ b/build/modern/useQueries.js @@ -81,7 +81,7 @@ function useQueries({ ); state.value...
We deployed this patch to production on Monday and found no issues for the moment.
I'm not entirely sure about the implications either. If removing this `watch` statement is the only change, I can create another patch and test how my application behaves.
Then we could merge that one first and work towards removing all watchers in a follow-up PR/issue.