Lena Fuhrimann
Lena Fuhrimann
### Contact Details _No response_ ### Summary When having zoomed in using a zoom bar, I can reset the zoom by double-clicking the area next to the zoomed in one...
I'm using the SvelteKit workaround: ```svelte let Carousel; onMount(async () => { const module = await import('svelte-carousel'); Carousel = module.default; }); ``` I'm also using TypeScript. Here, I'm getting the...
Using the `.jsx` file extension seems outdated and is not used by de facto standards like [create-react-app](https://github.com/facebook/create-react-app). To me it would therefore make sense to set `g:jsx_ext_required = 0` by...
Fixes https://github.com/EmielH/tale-hugo/issues/66
Currently, only Google Analytics v3 (UA) is supported. We should add support for v4 by using `template "_internal/google_analytics.html"` instead of `template "_internal/google_analytics_async.html"`.
### I've searched open issues for similar requests Yes ### Is your feature request related to a problem? Please describe. I would like to manage my tools declaratively in a...
### Language server _No response_ ### Requested feature Currently, there are no GitHub releases for the latest two versions `v0.1.5` and `v0.1.6`. It would be great to have those to...
I would like to create a bubble chart, but somehow cannot follow the complex example at https://leeoniya.github.io/uPlot/demos/scatter.html. The example seems overly complicated and not well documented. Is there a simpler...
### Did you check docs and existing issues? - [X] I have read all the tokyonight.nvim docs - [X] I have searched the existing issues of tokyonight.nvim - [X] I...
To create a Unified Kernel Image, I have run `sbctl bundle`. Since I wanted to try booting from that image before actually delving into Secure Boot, I hadn't run `sbctl...