Frédéric Crozatier
Frédéric Crozatier
## Description of bug / unexpected behavior We cannot use tex splitting in the numerator of a `\frac`. It works in the denominator though. ## Expected behavior We should be...
## Problem There is yet no official way to track pyodide loading but as we discussed how to do this in [#2927](https://github.com/pyodide/pyodide/discussions/2927) it turned out that we need to know...
### Checklist - [X] I added a descriptive title - [X] I searched for other issues and couldn't find a solution or duplication - [X] I already searched in Google...
### Describe the problem Feature request: a native Svelte way to keep two `$states` in sync. ### Motivation This naturally arises in contexts where a value can be updated in...
### Describe the bug Typescript 5.0 Stage 3 decorators should work out of the box. From the [anouncement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/#decorators) > --experimentalDecorators will continue to exist for the foreseeable future; however, without...
### Describe the bug ... doesn't work. ### Reproduction https://svelte-5-preview.vercel.app/#H4sIAAAAAAAAE02PTWvDMAxA_4oQO6QQtntWB8bOPe1Y9eA5Smbm2CZSBiHkv484LfSkjyeepBV7H1iwua4Y7cjY4EfOWKMueS_kj4My1ihpntzeOYubfFYINg6GUIWwpUjqUhQFWcbvFMDAV0mq0_sT08nHAQwQujTmWbkjLLzMBCsCl-WzxLW09Xr4bmDgRdQqV70Nwod1x0X5hAkJCy08RRe8-wUD1cm0d-dxTgr8GtJQ6Y-Xx5aHdtvDdr_s_HY83FLEGsfU-d5zh41OM2-37R_7zjKHQQEAAA== ### Logs _No response_ ### System Info ```shell preview ``` ### Severity would be great
### Describe the bug This syntax ```svelte {#each assembly.speakers as speaker, i} speaker {i} {/each} ``` gets compiled down to ```js $.action(button, ($$node) => assembly["speakers[i]"].action($$node)); ``` so the array access...
- [x ] Before posting an issue, read the FAQ at https://superforms.rocks/faq and search the previous issues. **Description** As per [HTML spec](#ref) a `textarea` normalizes new lines to \n in...
### Describe the bug I'm not sure if this is desired or not or a documentation thing. For some reason Vite [`transformIndexHtml`](https://vitejs.dev/guide/api-plugin.html#transformindexhtml) plugins do not run. ### Reproduction Just paste...
Here's a minimal reproduction code: ```ts export const Triggerable = (superClass: C) => { return class extends superClass { initTriggerable(options) { this.#options = options; } }; }; ``` This is...