Timo Wilhelm

Results 8 issues of Timo Wilhelm

### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on GitHub, Stackblitz or CodeSandbox > Please...

stage/0-issue-prerequisites

> Please provide us with the following information: > --------------------------------------------------------------- ### This issue is for a: (mark with an `x`) ``` - [ ] bug report -> please search issues...

# 🐞 Bug report ### Command (mark with an `x`) - [ ] new - [x] build - [ ] serve - [ ] test - [ ] e2e -...

type: bug/fix
freq1: low
severity3: broken
area: devkit/build-angular
devkit/build-angular: browser

### Describe the problem I'm trying to setup a full stack debugging environment for SvelteKit. I'm using the following `launch.json` and I'm starting the server with `NODE_OPTIONS='--inspect' vite dev` but...

vite

### Describe the bug When adding a named slot to an element, the svelte-ignore comment does not work. ### Reproduction Run `svelte-check` Error: ```svelte ``` Works: ```svelte ``` ### Expected...

bug

# Feature Request ## Description Satori seems to normalize all font names to lowercase which works great with most rendering engines. I'm trying to use satori with [svg2pdf](https://github.com/typst/svg2pdf) to generate...

Adds the [`--keep-debug`](https://rustwasm.github.io/wasm-bindgen/reference/cli.html#--keep-debug) option to pass it to the wasm-bindgen cli. Fixes https://github.com/rustwasm/wasm-pack/issues/1351 Make sure these boxes are checked! 📦✅ - [X] You have the latest version of `rustfmt` installed...

## What this PR solves / how to test Fixes #5908. The following commit changes the schema for queueProducers in miniflare but the zod schema still accepts the old `Record`...

queues