Emanuel Pilz

Results 17 comments of Emanuel Pilz

While the border is the main motivation, it is just a side effect of setting the background color to the macos default. It's not guaranteed to stay this way with...

I just noticed that this overrides the deprecated `g:neovide_background_color` property, which also sets the background color when the window is created. Also, despite it being a vim global, it does...

So there is another quirk with the borders. ```rust setBackgroundColor(something_non_transparent); setHasShadow(true); ``` will always draw a border. This luckily only affects the deprecated `g:neovide_background_color`. I "fixed" this by disabling shadows,...

The popups not being fully transparent is because of how neovide renders [multigrid](https://neovide.dev/command-line-reference.html?highlight=multigrid#multigrid). To fix this see https://neovide.dev/faq.html#how-to-enable-floating-and-popupmenu-transparency or disable multigrid entirely. Afaik the floating window transparency is tied to...

> Can I set a Zindex to let MutiGrid ignore this floating window, so some plugin using floating window will not have shadows which is a little embarrasing such as...

Makes perfect sense, thanks for the clarification. I wasn't aware that `pnpm dev` also did this under the hood 👍🏼

In general, 4.x seems very broken with vike. If I use both `vike-node` and `@vanilla-extract/vite-plugin` and run `pnpm build`, the vite compiler enters an endless loop. Repro: [emonadeo/repro_vanilla-extract_1403](https://github.com/emonadeo/repro_vanilla-extract_1403.git) I think...

Requires a few lines, but falling back to EventListeners this is the best I could come up with, using `bind`: ```svelte import { onMount } from 'svelte'; let elem; let...

Can we get the `jwtSign` method exported for library use? For context I am using a custom passkeys authentication and I would prefer not to duplicate internal payload code since...

Bot closed this. I hate "any updates?" comments on issues but I have to be that guy now. Is this still being considered?