Enrico Sacchetti

Results 103 comments of Enrico Sacchetti

In addition to my +1 to this feature suggestion, I'd like to share my use case forwarding headers to `fetch` provided by `LoadEvent`. My application uses header auth, and I...

This is currently possible in VSCode with the following `.vscode/launch.json` config: ```json { "version": "0.2.0", "configurations": [ { "name": "Launch server", "request": "launch", "runtimeArgs": ["dev"], "runtimeExecutable": "pnpm", "skipFiles": ["/**"], "type":...

The overlay versus push experience on Android and iOS is an interesting detail. However, when I tested the Carbon React UIShell on an iOS device, it didn't seem to implement...

Released in [v0.71.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.71.0)

I added a demo: https://github.com/theetrain/7320-svelte-server-debugging Despite following https://github.com/sveltejs/kit/issues/7320#issuecomment-1883789360, I could not get breakpoints to work within `src/routes/+page.server.js@load`. The source maps appear in Chrome Dev tools when I manually add the...

Scratch that, I forgot to add `--inspect` and to launch the Node debugger, and it works! I can probably resolve this in the docs.

I am facing this as well, and removing `` allows the site to run. Environment: - @roxi/[email protected] - [email protected] - [email protected] - [email protected]

It would also appear the JSDocs don't appear in VSCode, either. My theory is the generated `.d.ts` file doesn't replicate the docs and clobbers them. ## Source Looks good ✅...

I'd like to chime in since I have similar desires in the context of continuous delivery. In the repository I help maintain, we use TravisCI to report back what packages...