Arpad Gabor
Arpad Gabor
(Unrelated: I've just checked out your plugin and seems nice.) Regarding the `extendRoute` function, to me it seems the place for it is not in `vite.config`. I think a better...
Yes, that's exactly what I'm talking about. And while thinking about it, this could be expanded further by giving users the ability to use custom properties in file names. Take...
A merge on this pull request would be amazing! Especially for setups using turborepo/nx, etc.
Indeed, however from my understanding this PR adds support for hot-reloading of extensions that are loaded from a workspace. Or maybe I'm understanding something wrong?
You could also use the [`will-change` CSS Property](https://developer.mozilla.org/en-US/docs/Web/CSS/will-change) in order to force the browser to use GPU on an element as a workaround.
Any other news on this issue? One use case for this feature is writing Vue stories in Storybook. Tried using [es6-string-html](https://marketplace.visualstudio.com/items?itemName=Tobermory.es6-string-html) but it has no autocompletion, not even for basic...
We are also looking for support in this regard! We are using cli deploys because (1) we can check logs faster, (2) we can add additional checks in pipelines (e.g....
Do we have any update on this request? Maybe if there has been any progress on the backend side at least? Not sure who to ping, @erezrokah @khendrikse
I would've submitted a PR but looking through the code I'm not sure I get how the build phase works. It looks like the package when installed is already built...
Confirming this issue. Whenever I pass `apiOptions` to the module it start failing with `[nuxt] [request error] Cannot add property accessToken, object is not extensible`. The problematic code seems to...