Joseph Dykstra

Results 44 issues of Joseph Dykstra

**Describe the bug** UI bug where a database in the "recent" section shows up as the wrong database engine. `trex-ops-localhost-root` is mysql, but it shows as sqlite in the recent...

bug
accepted :+1:

Using esbuild and svelte v4, I was getting this message ``` ... ✘ [ERROR] Could not resolve "svelte/internal/disclose-version" ../../../node_modules/.pnpm/[email protected]/node_modules/svelte-feather-icons/src/icons/SquareIcon.svelte:14:7: 14 │ import "svelte/internal/disclose-version"; ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The path "./internal/disclose-version" is not...

https://oinkgames.com/en/games/analog/nine-tiles/ When I click Add to Cart, I can't because I get this warning: Also, the cookie banner text gone, but the blurry banner remains at the bottom of the...

Svelte 5 is cool with this `svelte-ignore` comment ``` // svelte-ignore name_of_warning (whatever text i want) ``` but this plugin, using the `no-unused-svelte-ignore` rule treats "(whatever text i want)" as...