Lena Fuhrimann

Results 78 comments of Lena Fuhrimann

@baedyl, it would be great if you could make a PR. Thanks for looking into it!

@EmielH, can I help any further to get this merged? The PR is based on https://discourse.gohugo.io/t/how-to-make-site-updates-to-support-google-analytics-4/38271/5.

@tormoder, have you already had time to look into these PRs? I think, they would actually fix https://github.com/tormoder/fit/issues/69 :rocket:

Thanks for the quick reply, @leeoniya! I do need hover-support, have one bubble series and need to be able to handle hundreds but not thousands of bubbles.

@leeoniya, I created a custom `paths` function: ```typescript interface BubblePathBuilderOptions { sizeSeriesIndex: number; maxSize: number; } function bubbles(opts: BubblePathBuilderOptions): Series.PathBuilder { const deg360 = 2 * Math.PI; return (u, seriesIdx)...

Thanks, @aktaboot. I see your point. I'm not sure how this is handled usually. Would you just wait for some time and then change it later, or how would you...

![screenshot-2024-02-05-23-20-35](https://github.com/folke/tokyonight.nvim/assets/6780471/a0af0938-91a1-4717-9247-1c47b79a1707) This screenshot represents the bug and shows the Alacritty terminal on top and the foot terminal at the bottom.

I think, the lockfile approach is great for reproducibility. However, personally, I've never interacted directly with the Mason lockfile, so I'm not sure how it works underneath. I just run...

It runs install, clean and update for the Lazy package manager: https://github.com/folke/lazy.nvim#-usage

You can just wrap the custom element with a `div`. In most cases, the dimensions of the wrapper should be the same as the ones of the inner element: ```javascript...