voidray
voidray
That works as a workaround, thanks a lot. My only remaining issue is that in controlMode 'fly' the camera orientation is not directed towards to node, but that is something...
With ScrollToVerticalOffset also nothing happens: ``` var offset = (currentLineSource - 1) * target.TextArea.TextView.DefaultLineHeight; target.ScrollToVerticalOffset(offset); ``` This is the View I'm using: ``` ```
I did some more testing by creating a blank project with just two AvaloniaEdit controls and a button. When I use the button to call ScrollToVerticalOffset then nothing happens. ScrollToLine...
Any news on this? I also have to keep using the old version (2.19.0), because of this issue. DocumentFormat.OpenXml.Packaging.Package is not available more in the current version, so the workaround...
If the daemon is not running outbound connections are not blocked, that is what my problem is.
To quote from the linked ticket "If the app crashes or even from a delay in launching at boot, all apps are allowed internet access until opensnitch is opened again,...
I changed the /etc/nftables.conf and /etc/opensnitch/system-fw.conf files, but when I stop opensnitchd internet access is still possible. After only changing /etc/nftables.conf all traffic is blocked, but the change in /etc/opensnitch/system-fw.conf...
I changed the script so it uses dbus-send instead of qdbus (In Endeavour OS I didn't have qdbus at all). It works with KDE Plasma 6.3.2. I used Claude 3.7...
I commited the changes in my fork https://github.com/voidray/ww-run-raise I also created a PR draft (https://github.com/academo/ww-run-raise/pull/18), but to be honest, the code changes were mainly done by Claude 3.7 Sonnet, so...
> Hi [@voidray](https://github.com/voidray) maybe you can open a PR with your changes? the important bit is that you must have support for qdbus too. otherwise you'll break it for people...