Robin

Results 220 comments of Robin

If we still want to include this, I think we can use https://github.com/antfu/fast-npm-meta. I tested whether some CLI commands via `nypm` could do the job, but there is no equivalent...

EDIT: Bun does have `bun pm view pkg` with at least 1.2.14, but its missing some infos

> I think what we want is: > > * not to warn if using an import from a layer > * only warn if overriding with an _equal_ `priority`...

> sorry for directly pushing - I tried to move as much of the calculation out of `regenerateImports` for performance reasons. I've also moved it after `imports:extend` so we catch...

Can you please create a minimal reproduction? You can use this [Playground](https://playground.vueuse.org/?vueuse=13.2.0#eNqdVE1v2zAM/SuEL04Ax0m3nYKkWNv1sKHdunWXAr5oNp2qlSVDH16ywP99lFQnxjAEW5GDJT7ykXwis08u2jbvHCbLZGVKzVsLBq1rQTC5WReJNUVyXkjetEpb2INGVlpe7zJwBm9UycS9VZptEHqotWogfU9shM1LpTE9RD5c3N68OOxYIwgoZKmkoXRWc7khSlgf2CeFBJhw2Tq7BCZ3U1ifB4r84B3RDCbPGXQB3/sgAF7DxO5aVDV0sF6vIa2dJFYl0+ngA5TJOi3ByQprLrGK9j5+XsDO3/psCDKUWOBXpywuwWqHWbTXQv28UkJgSHLHqoocl1AzYaJLP6XP9NixfcQPWDMnLLUcyCVriDO9ZJJ+aQgqlVCabA8oiD/aDP/l3W6x4q4Z3JwkjRZ0oeIHRZlFov7jhSYpvcyMjDPhrTMTzWk2KoiqHHG8eTXJoVXc+iaPrxZ5yWM1j+NGw0UXi00rCKEbwKriXTjQMbwydLNGVShoHkN87vUqEvDP7GeUkoQpPRER5Py/EK/2P0Xk0jU/UI9y0ZscIzVtkidquKTbgk7GYuuP+eLM29mWLmeLBUFBjZCh1Tjs4JNRkqD9PsrZ96s5oVGqedRqNR8pmGS0tqR/zTe5j6XdDlNWJKVqWi5Qf2n9qNJqL4fhLhLm5+xTsI2Gm2IesXz+i/3JbL2tSO40GtQdtXjALNMbJAk8fH3/OUh3AEkzJ8j7BPgNjRLO1xjdLmlPqeyRX6j2Y/hvocn6bq63FqUZmvKFxuWNfdPMXp1o/Vju2/xdiKNtSvrf6hi3Dw==) as a starting point

Works outside of the pinia store for me: https://codesandbox.io/p/devbox/flamboyant-field-fp4f6n?embed=1

> 嘛意思 Sorry, code sandbox share link seems to be broken, if the sandbox is forked. https://codesandbox.io/p/devbox/condescending-murdock-wz6hdz?file=%2Fapp.vue

> its basically because pinia is detecting the `initialState` as `{}` for whatever reason > > maybe you need to set `activeGroup: activeGroup.value` or something. > > it isn't a...

To achieve this, we need to make slight modifications to the template's README.md file. However, templates are also used for other things, such as StackBlitz Starter. I think we could...