Mathias Picker

Results 44 issues of Mathias Picker

Implements a solution for https://github.com/sveltejs/svelte/issues/981 As far as i know, there is no way to detect if a JavaScript Promise has been fulfilled just by checking the raw object (https://stackoverflow.com/questions/35716275/how-to-tell-if-a-promise-is-resolved)....

### Describe the bug There is some weird behaviour with the {@html} tag when: - `ssr` is `true` - the value used in the {@html} tag is updated during component...

We got this error in Sentry: Here's the minified code that seems to crash: ```ts function _e(e, t) { let n, r, o, a = e.mirror, i = e.stylesheetManager, s...

Our CSP reporting told us that a sprite from `https://us.posthog.com/static/hedgehog/sprites/inspect.png` was blocked on our page. We're a EU project, so this shouldn't happen, right?

We're setting our Security Headers with Helmet.js' default values. PostHog is crashing because setting `Cross-Origin-Embedder-Policy` to `require-corp` requires the `crossorigin` attribute to be set to `anonymous`. How can this attribute...

# It's recommended to do direct imports to avoid slow a slow dev-experience, but doing bare imports is so much nicer. ## Suggested feature: Export a vite plugin that optimises...

### Before You File a Bug Report Please Confirm You Have Done The Following... - [X] I have tried restarting my IDE and the issue persists. - [X] I have...

### What version of Bun is running? 1.0.0+822a00c4d508b54f650933a73ca5f4a3af9a7983 ### What platform is your computer? Darwin 22.6.0 arm64 arm ### What steps can reproduce the bug? I've created a minimal repro...

bug
needs investigate