rohan
rohan
same issue here, been happening for months now OS: Manjaro Linux x86_64 DE: Plasma 5.24.4 Kernel: 5.16.14-1-MANJARO WM: KWin $ guake --support Guake Version: 3.8.6.dev0 Vte Version: 0.68.0 Vte Runtime...
no it doesn't, it only starts guake in full screen, that's not what the problem is.... and 22.04 of what OS? manjaro? ubuntu?
that's not the issue fixed... you used to be able to maximize horizontally _without_ it going into fullscreen mode
on version 3.8.6 same problem, on manjaro kde plasma
> same issue here, been happening for months now > > OS: Manjaro Linux x86_64 DE: Plasma 5.24.4 Kernel: 5.16.14-1-MANJARO WM: KWin > > $ guake --support https://github.com/Guake/guake/issues/2047#issuecomment-1100862127 Fixed for...
doesnt work, the following video isn't loading https://www.instagram.com/p/C1cKtgZtWaV/
still an issue
i used this workaround in react with typescript ```ts export default defineConfig({ // ... resolve: { alias: { '@tabler/icons-react': '@tabler/icons-react/dist/esm/icons/index.mjs', }, } // ... }); ``` now you can use...
you need to install ws types ``` pnpm add -D @types/ws npm i @types/ws -D ```
i'm using vistack in my react 19 nextjs 15 project with no problems