Romain Lanz
Romain Lanz
In the meanwhile, what do you think if we add a small "warning box" when you run your code that says: `Ensure to lazy-load your boundary since you are using...
For anyone reading, we are currently waiting to see if Node.js can tell us if an import is dynamic or not. Related: https://github.com/nodejs/loaders/issues/204
After some thoughts, I believe it would be better if we simply do not activate HMR by default. HMR is awesome, but currently, it may creates some weird cases if...
It is no longer needed with https://github.com/Julien-R44/hot-hook/releases/tag/hot-hook%400.3.0. Closing.
Wouldn't it be easier to simply have two models?
You can have two models but keep fields and relations definitions in one place. That's the power of OOP and inheritance. ```ts class BaseWhatever { @column() .... } class MySQLWhatever...
Hey @jared-f! 👋🏻 Would you mind creating a PR with a failing test to help illustrate the issue?