Tony Tkachenko

Results 6 comments of Tony Tkachenko

That's would be a nice feature! Predefined color schemes or simple color picker in the "Style Settings" plugin.

Thanks for the answer. Will wait for this feature :) I've already installed the beta and found a little problem with version parsing I guess. Current behavior: - Beta wants...

@overheadhunter Windows JShell v11.0.16: ``` jshell> java.awt.Desktop.getDesktop().isSupported(java.awt.Desktop.Action.APP_EVENT_USER_SESSION) $1 ==> true ```

Okay, I'll do that one of these days

@sfionov @ngorskikh The module in [Andoidacy](https://www.androidacy.com/magisk-modules-repository/#adguardcert) is broken. It must contain a full path to `cacerts` dir. ![Image 001](https://user-images.githubusercontent.com/103267335/177320119-b6c554db-c298-4a0b-8115-d21a2f878b07.png)

Custom parse format not working correctly. ```ts const date = dayjs("13-12-1999", { format: "DD-MM-YYYY" }, true); // treats 13 as month ``` Check this: https://runkit.com/embed/w7op0120g88z