Alex

Results 16 comments of Alex

Sorry if my request is not clear :-) The regexp is indeed valid and it compiles, but it does not match as expected in other languages because as @lrhn says...

If escaping parenthesis `(\(.?*)\)` is 'translated' in an unescaped parenthesis `((.?*))` why would you escape it on purpose ? I thougth it was a `RegExp` bug because in my opinion...

The css class `active` is set on all "grabbed" tabs, so in most case this is only visual. I'm not seeing this on github Write/Preview tabs (and the `selected` class...

Same problem here (same problem also with yt-dl)

This looks like a regional lock (i'm in France), using a vpn/proxy works for me. Not ideal, but better than nothing while waiting for another solution.

2 cents idea... Forcing IPV6 seems to works well with `yt-dlp`, maybe adding a "Force IPv6" options in SmartTubeNext will help with this issue.

An easy way is to genererate a key without password (eg. with `ssh-keygen`). This will solve your problem.

I've just implement a Light/Dark in one of my applications. I had problems using it before setContentView(). It seems preferable to use it before onCreate(). ``` @Override protected void onCreate(...