Paul

Results 10 issues of Paul

**Describe the bug:** When I joined SkyBlock today, I got a lagspike and then the game crashed. Looking at the crash report, the game crashed because NEU threw a `NullPointerException`....

Hello, I'm trying to use the "verbose" option to debug my code, however I'm running into a problem: the verbose option has a max length. When I want to debug...

enhancement

Hello. I'm trying to implement a QR code scanner, but it doesn't work on IOS. I found that I need to set `legacyMode` to `true` and call `openImageDialog` on the...

Hello. I'm trying to add Netherboard to my plugin without downloading the jar, just with maven. But when I add the bukkit dependency, it overwrites my own plugin.yml. This is...

help wanted

Currently, you cannot use special characters like `@` in usernames or passwords. This is because those characters are getting uri encoded by the URL nodejs package. This PR adds `decodeURIComponent()`...

https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition Resolves #157

When using svelte-carousel in combination with svelte v4, I'm getting the following warning. ```log 12:39:58 PM [vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no...

Since today, [svelte-check](https://npmjs.com/svelte-check) fails when using `svelte-feather-icons`. I created a minimal repository [here](https://github.com/Paultje52/svelte-feather-icons-bug/actions/runs/8342746411/job/22831570431) to reproduce the bug. You can also download the code [here](https://github.com/dylanblokhuis/svelte-feather-icons/files/14650483/svelte-feather-icons-bug-master.zip). ```html /home/runner/work/abc/abc/src/routes/+page.svelte:10:2 Error: Argument of type...

* **Node.js Version**: 12.17.0 * **OS**: Windows 10 * **Scope (install, code, runtime, meta, other?)**: Code * **Module (and version) (if relevant)**: Child_Process I made a function to ensure that...

stale

## Bug description I'm getting a cors error when visiting the page of a specifc image. ## How to Reproduce My docker-compose file ```yml version: '3' services: registry: restart: always...