Jerry Thomas
Jerry Thomas
### Describe the problem I would like to propose the addition of a `protect` function that can be used to redirect unauthenticated or unauthorized access to pages or endpoints. Current...
### Describe the bug The coverage report is incorrect when testing svelte components using `vitest`. # component ```svelte function handleClick(){ ... } ? ``` ## test ```js const { container...
The following code snippet does not raise any error when the MySQL server is not running or if it refuses the connection. ```ts try { const db = await new...
### Describe the bug The following code runs differently in different environments (jsdom/windows) ```js export const runningOn = typeof window === 'undefined' ? 'server' : 'browser' ``` If I write...
### Describe the bug ```bash bun run dev $ vite dev 5:10:38 PM [vite] (client) Forced re-optimization of dependencies VITE v6.1.1 ready in 250 ms ➜ Local: http://localhost:5173/ ➜ Network:...