tripleee
tripleee
Add support for using this script in Andreas' "old cv-pls" room https://chat.stackoverflow.com/rooms/253110/cv-pls-old-questions
(Closes: #218)
I'd be interested in using the Archiver in a new room. I installed it, but I don't see how to configure or invoke it. The SOCVR pages don't seem to...
I participate in a couple of rooms where we basically want to keep requests alive until we explicitly decide to archive them. It would be nice if the archiver script...
I was unable to `import` this code because of this: ```console bash$ python -c "import fid" Traceback (most recent call last): File "", line 1, in File "/tmp/keras-fid/fid.py", line 134...
Since you still seem to be maintaining this component, could you please define a broad timeline for whether and when you could support Python 3? I locally fixed #37 and...
Macaron inserts the literal string `CURRENT_TIMESTAMP` if I declare a table with a field like this; ``` create table example( id integer primary key, timestamp datetime default CURRENT_TIMESTAMP ); ```...
https://pypi.org/project/ChatExchange/#history shows version 0.0.4 uploaded in 2018. It would be nice to get the bug fixes from the last few years uploaded there for wider consumption and visibility.
I was looking at updating the doc strings in a couple of places, but I noticed that the existing docstrings do not appear to adhere to the conventions for epydoc:...
The logout action in its current form rather brutally disconnects the chat client without waiting for pending messages to be delivered. This behavior surprised me. Should it perhaps be more...