bruteforks

Results 24 comments of bruteforks

same with crashing flatpak on sway. Adding the beta version worked like a charm!!! the steps for the next person: `flatpak uninstall org.gimp.GIMP` `flatpak install --user https://flathub.org/beta-repo/appstream/org.gimp.GIMP.flatpakref` `flatpak run org.gimp.GIMP//beta`

Let me know if this is the behavior you are talking about? I added a gif to show the issue better #99

I think your handleClick/splice is causing this behavior

I had same problem. Although I was calling dapui.setup in my dap.lua, so I was puzzled. Anyway to test @raphaelseher's solution, I added `require("dapui").setup()` to my init.lua, and it works...

not sure if it's the right way, but this is what i did: `vim.cmd([[autocmd BufNewFile,BufRead *.mdx set filetype=markdown]])`

Wondering about this same issue myself. Any progress on this? Especially for elements that take up the entire height and width of the screen; which imo should be a common...

Here's what I came up with. haven't really done any testing, but it works kinda. Only bug I see is screen flashes old layout for a second when rotating screen....

this fixes the layout bug on rotation. Although I'm kinda new to react, so not sure if this is badly implemented or not. The carouselKey does a calculation on rotation...

same issue. Completion started, but no VRAM usage via `gpustat -cp --watch`. Ollama works fine locally, and works using [Gen plugin](https://github.com/David-Kunz/gen.nvim). Must be a config issue. I'll try to reproduce...