Florian Klampfer
Florian Klampfer
It would be very nice if something like this was supported: ```js mappings: { "https://esm.sh/(@?[^@]+)@([^/]+)/(.*).js": { name: "$1", version: "^$2", subPath: "$3.js", }, }, ```
Straightforward translations of the canvas renderer to output a SVG string.
### 🐛 Bug Report After upgrade to 1.12.2 I see the following when running `wrangler dev`: ``` thread 'tokio-runtime-worker' panicked at 'cannot access native cert store: Custom { kind: Other,...
Use case: I add categories to posts by putting them into folders of the same name (Jekyll supports this!), e.g. ``` ├── jekyll │ └── update │ └── _posts │...
Resizing the component is not possible when snap to zero is enabled Allotment v1.10.0 React v18.0.0-rc.0
The old test has a ~6% chance of randomly failing, as 0 is a valid random value.
Fixes wrapping of implementation classes for `Promise`, `sequence`, and `record` return types. Currently, when a operation returns a promise, array, or object, the generated output will be ```js return utils.tryWrapperForImpl(${callOn}.${implFunc}(${argsSpread}))...
Either FinalizationRegistry or garbage collection is not working as expected for me. Minimally reproducible example: ```js // file: test.js (async () => { const loggingFinalizer = new FinalizationRegistry((x) => {...
Added dark mode based on the (wip?) support that was already part of the repo. Tweaked the colors a bit based on my own taste. Added missing dark mode support...