Arne W.
Arne W.
Maybe a more specific example of the intended implementation would be helpful. IMHO you shouldn't access the map from the controller but bind it to controller values. Why not have...
Not sure whether I understand you correctly. I know, that you can start a secondary connection (bypass) together with or without starting a primary one. Even if the bypass feature...
Well, I tried your suggestion with the `route-nopull` connection. The connection itself behaves like intended, but binding an application to it does not work properly: the traffic leaks outside the...
FYI, I had the error on Arch Linux and got it fixed by uninstalling `libva-intel-driver` (as suggested in this comment: https://github.com/SunshineStream/Sunshine/issues/48#issuecomment-1086937348). Also someone seems to have found the responsible code:...
On adwaita-qt 1.1.4 KeePassXC still looks like this:  Is there some way to fix this? This is how it looks on 1.1.1: 
Ah, okay. Maybe this helps: 1. create a new entry with any title 2. choose "clone entry" on the context menu of that new entry 3. make sure the second...
@grulja the light text is no longer an issue with KeePassXC 2.6.0
The problem is caused by using ES6 code in `index.js` (`let`, `const`etc.). If the tool your are using for uglification does not support ES6 code, it will fail. You could...
Same as https://github.com/adamhalasz/uniqid/issues/22
I just thought that is the way to use it: - `selection` to define the model - `value` to define the model's value attribute I guess `value` is redundant here,...