-
### Describe the bug
I ran into a non-breaking issue while testing a SvelteKit app when using Chrome to port forward to test on a physical phone. When `chrome://inspect` is open and ports are forwa…
-
### Describe the bug
After upgrading to sveltekit 2, I am getting this error:
```
> Using @sveltejs/adapter-node
error during build:
RollupError: Unexpected character '�'
at error (file://…
-
https://github.com/tauri-apps/tauri/blob/50576a5e1e83978882d90aca280809da2235a8d5/tooling/api/src/window.ts#L2033
When running headless tests, this might be troublesome.
Should check `typeof win…
-
### Astro Info
```block
Astro v3.6.1
Node v20.5.0
System macOS (arm64)
Package Manager yarn
Output server
A…
-
if this guide is followed, mesh can run well with Sveltekit:
https://the-guild.dev/graphql/mesh/docs/getting-started/deploy-mesh-gateway#mesh-and-sveltekit
`package.json`
```
{
"name": "sup…
-
### Describe the bug
A simple skeleton project works locally but throws an error in the Docker container:
`SyntaxError: Cannot use import statement outside a module`
### Reproduction
1. Create app…
-
### What version of Bun is running?
1.0.18 macOS ARM64
### What platform is your computer?
ARM64
### What steps can reproduce the bug?
❯ bun install
[0.49ms] ".env.production", ".env"
bun insta…
-
### Describe the bug
### Background
I would like to have easy-to-use search filters for an item collection. To allow for bookmarking and opening in a new tab, a suggested filter should just be a l…
-
### Describe the bug
Following the instructions on https://github.com/sveltejs/kit/blob/master/CONTRIBUTING.md exactly I get the following error:
```
kit.svelte.dev:build: > Cannot find package '…
-
Database adapters have been a fundamental part of Lucia from the very start. It allows Lucia to work with any databases and Lucia provides adapter packages to make the integration easier. But is this …