Tobias Diez
Tobias Diez
Update: there is now https://github.com/apollo-server-integrations/apollo-server-integration-h3 which supports apollo/server v4
As a workaround, you can overwrite the implementation of the offending methods with the node implementations. See eg the lines following https://github.com/JabRef/JabRefOnline/blob/036a7c3697713e9b998c708fa1f5e9ba4f0a0637/server/api/index.ts#L11
I would say add your storybook addon as a real dependency of the nuxt module, and the storybook cli maybe as a peer dependency?
> > I would say add your storybook addon as a real dependency of the nuxt module, and the storybook cli maybe as a peer dependency? > > i see...
Done now.
I mostly meant the output of "nuxi dev", yes. I think you can safely change most info's to debug.
Since https://github.com/unjs/get-port-please/pull/72 got merged now and we use the new version of get-port already, my understanding is that this bug is fixed. Thanks @filiphazardous! If there are still issues, please...
It's not very essential. I have some troubles with the ioredis import (https://github.com/redis/ioredis/issues/1822, mostly when using vitest) and was hoping this is fixed with this change here. But if you...
It's sadly hard to reproduce, only occurring in certain situations (which seem to involve importing ioredis another time in code that is tested after using unstorage). Will append a reproduction...
After thinking about this more, I'm actually of the opinion we should just retire our custom abbreviation collection and migrate to wiki data. In this way, we can profit from...