Zuri Klaschka

Results 53 comments of Zuri Klaschka

@aarthificial Thanks for the quick response! > Hi! Can you try disabling `bufferedAssets` in your `vite.config.ts` and see if the problem still occurs? > > ```ts > export default defineConfig({...

Alright! Thanks so much for your help. I'll leave it at your discretion whether you want to close this issue or keep it open (not sure if there's anything actionable...

For me (with Arch Linux, Python 3.7), it works by changing the line https://github.com/walesmd/caniuse.plugin.zsh/blob/acb4a280848b7a539dd03dbe5a1959829fcf3a61/caniuse.plugin.zsh#L19 to ```shell query=$(python -c "import sys, urllib.parse as ul; print(ul.quote('${term}'));") ``` Since it's probably on purpose...