Muhammed Zakir
Muhammed Zakir
IIRC, I also had a similiar issue [1]. ProtonVPN logs it couldn't connect to ProtonVPN server when it works fine in other devices connected to same network, and it started...
> Would the appropriate way to implement this script be to save it as a .desktop file in one's autostart folder? I don't think that will work. Saving it as...
Possibly related: https://github.com/ProtonVPN/linux-app/issues/77. This is not a Linux-specific problem, it happens in iOS too. I was able to workaround this by disconnecting the _connecting_ server and then connecting it again....
Actually, ability to get the current cursor location would enable doing similiar things to an extent. For instance, instead of selecting text -> `ctrl+b` -> wrap them with `**`, with...
I have thought a similiar one - as in general solution, but was doubting whether it would be overkill. My idea is to do what modern editors and related tools...
> While I don't intend to turn `textArea` into a complex editor because I just don't have enough time to maintain it (it would be a large project in its...
I use `stack build --fast --file-watch --exec 'stack run '`. For faster changes (e.g. layout), ```sh zsh -fc "stack run $app &; sleep 5; pkill -fn $app"` ``` and when...
Use `onEnter` and `onLeave` event handlers along with `box_`. See tutorial 4 (Tasks) for an example.
Resizing in macOS looks buttery smooth compared to Linux. :-D > I have to investigate what could be causing this in Linux, but it may take a while until I...
Sorry for the late response. It's fixed. Thank you! :-) There is still small flickering in some parts of the window. I tested this with "tutorial 6", - resize vertically:...