lovetox
lovetox
Yeah no hurry, your work, your MR, your decision :) Just wanted to point out that there is more than mypy.
this didnt change anything just try it yourself with these connection strings ``` string hostname = "jabber.at"; string username = "asd"; string password = "asd"; ``` another server that is...
i found the error if you connect with a connect string hostname = jabber.at you get this ``` _xmpp-client._tcp.jabber.at. 66173 IN SRV 600 0 443 xmpp.jabber.at. |--- Name _xmpp-client._tcp.jabber.at. |---...
@horazont [email protected] -> produces a string that has a length of 104. Now consider the max path length on Windows is 260 chars
I think this makes sense, and i see no other option, there are simply a lot of languages and most applications need exactly one. Loading them on demand seems the...
I don't think you should open the door and base any decision on things a font might do or not. I think that's a losing battle. As i understand it...
i looked at the standard again, and it clearly marks every codepoint that is an Emoji, and the copyright sign 00A9 is according to the unicode data set marked as...
I run into this too on latest Ubuntu
The python logging module works with a hierarchy. There is a root logger at the top which you dont control, and sublime is adding a stream handler there. Your logger...
Also you might want to explore this example here for a plugin https://github.com/SublimeText/PackageDev/blob/master/_logging.py This sets logging on the `plugin_loaded()` signal, an it takes the logging level from the sublime settings,...