Thierry Goettelmann
Thierry Goettelmann
In fact, it just appeared after a very long time (~ 1 minute) 🤔
If I remove a package directly from `package.json` (in my case: `"@mikro-orm/postgresql": "~4.5.9"`) then run `rush update` I get this error: ``` ERR_PNPM_LOCKFILE_MISSING_DEPENDENCY Broken lockfile: no entry for '/@mikro-orm/core/4.5.9_@[email protected]' in...
IMO, Vue Router should respect the "default" behavior of any "normal" link. On a simple HTML page, when clicking on the link of the page we already are on, the...
We're using Yarn Workspace. Removing all `node_modules` directories then running `yarn install` fixed the problem (no need to remove `yarn.lock`).
> > `` can legitimately host multiple children 😃 > > Nonetheless `:host > :first-child` or `:host > nav` should be a valid selector. I think this would add confusion...
Thanks @dev-anton-ko, that fixed the problem. 👍🏻 It's strange that this option is ignored from `tsconfig.json`.
It's not enough to just remove this file. Components should be updated accordingly. Also, I added a comment for Clémence on the Design System because there is a mismatch between...
Hope to see some progression on this issue. It's really annoying not being able to extend simply a component to make variations of it 😉 For the moment, I make...
Just a quick update to let you know that we're not ignoring this PR. We're still working on the foundation of the future XO Lite and XO 6, with lots...
Same here, we have project's locales and shared locale's. Unfortunately, this plugin is useless in our case.