tomhanax
tomhanax
> You can generate your own self-signed certificates, and accept the certificate when WebApps warns you about it. I've tried several methods found on web, but I never get any...
Thank you for response. I already tried installing server certificate and also authority certificate through system settings. Unfortunately it seems that it works only for VPN / Wifi - not...
I have same problem - reload after JOIN button, but the only interesting message in console is: **WebSocket connection to '....' failed: WebSocket is closed before the connection is established.**...
For now the best I can offer is: ```ts // Fixed function observable(value?: T extends infer R ? R : U): unknown extends T ? Observable : Observable { return...
I think specification changed, the regex should be `...return css.replace(/(?:^|\{|\s|;)--(?:[\w-]+)\s*:\s*[^;}]+|(\s|:|,)var\s*\(--([\w-]+)\)/gi, function(......` `var declaration = $0.match(/(^|\{|\s|;)--([\w-]+)\s*:\s*([^;}]+)/i);`
same problem here, using F-Droid version
Maybe I did not understand correctly, but you have to switch `destSelect` mode to be able to select channel / node: ``` case 0x09: // tab if (this->destSelect == CANNED_MESSAGE_DESTINATION_TYPE_CHANNEL)...
Regarding to TAB key, which, as stated, is really not ideal - did you consider my suggestion about using up and down key? These keys are not used when composing...
I switched to branch, and done some testing. Great work @Gnu-Bricoleur, much appreciated, we have 4 chatters so now they are definitely usable :) However... now the bad news, I...
We have same problem in Typescript file. Is it possible to exclude all files except html? Or better introduce some setting with include/exclude glob.