Lev Litvinov

Results 4 comments of Lev Litvinov

At least adding fallback with default `white` color makes it better https://github.com/micheleg/dash-to-dock/blob/302c6932617fc12b8f9382db71906e7ec32fff3b/appIconIndicators.js#L385-L391 ```js // Apply dominant color if requested if (settings.get_boolean('running-indicator-dominant-color')) { let colorPalette = this._dominantColorExtractor._getColorPalette(); if (colorPalette !== null)...

@Dafaque you can migrate to pure wireguard I guess, if you're using your own server for vpn it'll be quite easy, otherwise many comm providers offers this feature. Outline is...

@Dafaque Not sure it's actual or not, but this one works: https://github.com/Jigsaw-Code/outline-sdk/tree/main/x/examples/outline-cli I've created systemctl service to enable on login and works like a charm

``` ******************************************************** All tests done. 1: webchannel.googleapis.com with default options: FAILED (19902ms) 2: webchannel.googleapis.com with detectBufferingProxy: FAILED (19893ms) 3: webchannel.googleapis.com with forceLongPolling: FAILED (19844ms) 4: webchannel.sandbox.google.com with default options: FAILED...