twisted
Here are 209 public repositories matching this topic...
-
Updated
Dec 15, 2020 - Python
A production environment is triggering the exception "Error Message: TypeError: Cannot read property 'insertBefore' of null".
This seems to happen on the admin interface on the url: "/#/admin/questionnaires" in relation to $scope.triggerFieldDialog
The setup is using version 3.0.2
-
Updated
Apr 17, 2021 - Python
-
Updated
Mar 8, 2021 - Python
-
Updated
Feb 25, 2021 - Python
-
Updated
Oct 27, 2020 - Python
-
Updated
Mar 23, 2020 - Python
-
Updated
Nov 12, 2020 - Python
In docs/customization.py (https://github.com/brettcannon/gidgethub/blob/bdd98606438a311e2d16189222c381b0eda4547e/docs/customization.py#L2), we use PyClassmember, which is being deprecated and will be removed in Sphinx 4.0.
It would be great to address that.
Additionally, Sphinx 2.1 supports async and await keywords: https://github.com/sphinx-doc/sphinx/pull/6295/files
-
Updated
Mar 31, 2021 - Python
-
Updated
Apr 7, 2021 - Python
-
Updated
Apr 6, 2021 - Python
-
Updated
Mar 19, 2021 - Python
-
Updated
Aug 28, 2019 - Python
-
Updated
Apr 16, 2021 - Python
-
Updated
Feb 11, 2021 - Python
I have to guess, given YT Music, and the fact that YouTube has categories, we can determine whether the video is actually a song. If it is, maybe we could use the headphone emoji, or a music (♫ / ♪) symbol to show it as such in the channel?
Improve this page
Add a description, image, and links to the twisted topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the twisted topic, visit your repo's landing page and select "manage topics."
Describe the bug
Minor bug involving passing a
setas a kwarg to themsgmethod-- thesetis correctly identified as an iterable, but is then presumed to be subscriptable in subsequent operations.https://github.com/evennia/evennia/blob/574d7fbd4f65cae60c534fe592803057d452ed7b/evennia/server/sessionhandler.py#L252-L262
This does not work on
setobjects.