Mordechai Meisels
Mordechai Meisels
I believe you can add `"use no memo"` in your hook itself, not only on components. In other words, calling `useCookies()` opts out of compiling that component. So perhaps just...
This is interesting. I have a custom hook that wraps `useCookies()` and the `"use no memo"` directive actually does fix it: ```ts import { addYears } from 'date-fns' import {...
Same issue with `useCookies()` 
The issue I mentioned in the first comment turns out to be related to using path-based cookies, which doesn't work on soft navigations (it only captures the cookies that match...
Chrome 130 is now GA, which means every single chrome extension is now broken in production. The solution I use is to manually edit the output `manifest.json` in the build...
Ouch, I really like the current expressive API.
That's a reasonable compromise. I also never knew you could dot into relations of relations.
Naming is damn hard...
Seems like adding an option would be the simplest: https://github.com/romeerez/orchid-orm/blob/c9a3f8adf970c964d7d7bd60022b6f60edf0cc06/packages/rake-db/src/migration/createView.ts#L48-L50
We probably also need a way to refresh the view in js code, without the need to use raw sql