Tim Guggenmos
Tim Guggenmos
### Device Goggles V2 ### Operating System (Including version) macOS Ventura 13.4.1 ### Browser Safari ### Trace ID (bottom left of the configurator screen) c92ec69b-596e-4e08-b7ab-ab272b690886 ### Describe the issue Hi,...
Hey, Maybe i have the wrong way of wanting to use Loki together with Tempo for tracing, but i feel like having a Span or Trace ID on `SerializedEvent` would...
### Describe the bug I have a page that uses ``, it is built using `adapter-static`. ``` ``` `build` and `check` report no error, but when accessing the site I...
### Describe the bug I found big inconsistencies in when/if the `state_unsafe_mutation` warning/error is shown. This is the setup: ```svelte class State { _x = $state(null) get_x() { if (this._x...
### Describe the bug I used a "getter", a`$derived` and a `$state` together inside a class. This worked before, but after updating to the latest version it stopped being reliable....
### Describe the bug ```svelte // This works ✅ // This does NOT ❌ {#snippet imgSnip(src: string)} {/snippet} {@render imgSnip("./image.jpg")} // Neither does this... ``` ### Reproduction Please see above....
## **Is your feature request related to a problem? Please describe.** I like to use Svelte 5, to make sure I use the new Svelte 5 syntax everywhere I want...
Hello! Long time no see. I've just upgraded past 10.0.0 with this breaking change: > Change how HashMap is represented in TypeScript. The resulting bindings ({ [key in K]?: V...
### Capacitor Version 💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 7.4.2 @capacitor/core: 7.4.2 @capacitor/android: 7.4.2 @capacitor/ios: 7.4.2 Installed Dependencies: @capacitor/cli: 7.4.2 @capacitor/core: 7.4.2 @capacitor/ios: 7.4.2 @capacitor/android: 7.4.2 [success] Android looking...
### Describe the bug The warning `state_referenced_locally` does not show up consistently where I believe it should. Consider this example: ```svelte // state created from props should warn but doesn't...