Nils Wiesinger

Results 75 comments of Nils Wiesinger

Any news on when we'll see this one merged? 🙏

Hey nice, was just about to open a discussion whether multi sort would be possible but then saw this :D I think mutlisort would be extremely handy, especially for larger,...

Oh hey, a fellow nuxt bridge user^^ Did not get vue-echarts running in bridge so far either. Running into the error I described in #639 so just adding that onto...

Oh actually, looking at your repro repo it does seem like you're missing a few nuxt and bridge specific things. This comment here shows an example of making vue-echarts work...

Same issue with the Cloudflare preset here :/

I was going to open a issue for a cloudflare pages preset proposal based off of this https://github.com/unjs/nitro/discussions/110 discussion, but wanted to make sure it's not a duplicate of this...

Another guess on the issue would be that nitro does not properly respect the browser field in the modules [package.json](https://github.com/uber-web/probe.gl/blob/master/modules/log/package.json) ```js "browser": { "asciify-image": false, "./src/node/node-asciify-image.ts": false, "./dist/node/node-asciify-image.js": false, "./dist/es5/node/node-asciify-image.js":...

> Running into the same issue with deck.gl and cloudflare workers at the moment, did you happen to find any workaround @warflash? I did not no. Just gotta wait and...

Small update, due to changes in either a nuxt or nitro release there is now warnings being logged before the build: > WARN 'requireFromFile' is not exported by '__vite-browser-external' WARN...

Nice! Really looking forward to that. Related discussions for easy future reference: https://github.com/nuxt/framework/discussions/2471 https://github.com/nuxt/framework/discussions/1528 https://github.com/unjs/nitro/discussions/110 @DaniFoldi 🎉