Jonas

Results 31 issues of Jonas

Okay so I know this is a PoC right now, but I really like this idea and would be interested in taking it a step further :) This would mean:...

The `/lookup` endpoint can only handle up to 200 ids per request, if you send more you get **502 Bad Gateway**. This is what's happening here: #161 To avoid this...

### Version 2.7.8 ### Reproduction link [github.com/jonaskuske/vue2-asset-base-repro](https://github.com/jonaskuske/vue2-asset-base-repro) ### Steps to reproduce - Run `npm i` to install dependencies - Run `npm run dev` to start the Vite dev server -...

fix #12731 modeled after https://github.com/vuejs/core/blob/a95554d35c65e5bfd0bf9d1c5b908ae789345a6d/packages/compiler-sfc/src/templateTransformAssetUrl.ts#L120-L130 **What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ] Code style update...

Being able to only show (un-)completed skills would be great! I'd be happy to look into this, haven't worked with WCs/lit before though so might take me while :)

enhancement

Hey, I noticed that Content Management Systems are missing from this (very awesome and comprehensive!) overview. Is that on purpose? Otherwise I'd suggest adding the various different models for Content...

resource suggestion

* **Browser**: Edge Canary * **Operating System**: Windows 10 1903 * **Link to page with the issue**: - * **Screenshot**: - ## Feature request It'd be super cool if this...

feedback needed :speech_balloon:
future ♾️
custom style posted 🎨

## This PR allows plugins to use a module-based `index.mjs` as entry I'm currently doing work so Kirby plugins developed with `kirbyup` can use Vite features like HMR during development,...

type: feature πŸŽ‰

Not 100% sure why, but VcXsrv breaks in `-nowgl` mode when the .exe `vcxsrv.exe` doesn't exist. ## Repro In PowerShell: ```powershell # copy VCXSRV dir from GWSL into Downloads where...

fix #136 Renamed `GWSL_vcxsrv.exe` to `vcxsrv.exe` and `GWSL_vcxsrv_lowdpi.exe` to `vcxsrv_lowdpi.exe` as some DLL or whatever breaks when there's no executable called `vcxsrv.exe` in the VCXSRV directory and the `-nowgl` flag...