BrenBarn
BrenBarn
I don't think I can. I'm not familiar with the codebase and also am not really a JS/TS programmer (although I can pretty much read the code). Also it looks...
I still think it would be a good idea (at least as an option) to prevent the bot from banning users with a certain power level. You might want to...
Right now Pidgin with Facebook is essentially unusable because of this. It disconnects on every message.
Thanks for compiling these. The new DLL seems to partially work for me but not completely. I still sometimes get the `taNewMessage` error and a disconnection. It seems not to...
Has there been any progress on this? Looking back through the comments here, I don't see an explanation of why patsy requires bytestrings in the first place.
But BlockingKernelClient is in the documentation: https://jupyter-client.readthedocs.io/en/stable/api/client.html#jupyter_client.BlockingKernelClient So it seems the autogeneration is not picking it up. Is it perhaps because those methods are not actually defined within the class?...
Do you think it would be better to add the other methods there so they show up as well, or to just add some information in the class docstring for...
The documentation is indeed somewhat lacking, both in terms of quickstart and more detail on the API. For instance, the example under "your application directory" makes use of a variable...
Is there a reason QPlainTextEdit is being used? To my mind wrap on indent is so important a feature that it would be worth looking at other possibilities to get...
Hmmm, what was unpleasant about QScintilla? I've been looking at using it for another project of my own so I'm curious what was problematic about it for PyZo.