Julian_Orteil
Julian_Orteil
Good day, Delgan. I have an error I am encountering in the handlers of loguru. This error is being raised when I use "logger.exception(msg)" in the except block of a...
**Is your feature request related to a problem? Please describe.** In PyQt/PySide, a signal/slot mechanism exists which allows developers to execute callbacks in other already-running threads. For example, if an...
The full stacktrace Python is giving me: ```python Traceback (most recent call last): File "[C:\Users\user\.conda\envs\nfcapp\lib\site-packages\nfc\tag\__init__.py]()", line 410, in __init__ default = "tag command error {errno} (0x{errno:x})".format(errno=errno) ValueError: Unknown format code...
### What's wrong For class methods and instance methods, WPS211 should not consider `cls` or `self` as these are not user-defined variables, but required variables by python. ### How it...
### Describe the bug In a project I'm working on, I have a requirement of translating the English documentation to Japanese. While working through the documentation, I was made aware...
## Description: I noticed that the `Resize` block was taking an excessive amount of time (i.e. >1 second) on an image being resized from about 60x60 to 512x512. This was...
I am attempting to implement live-updating according to the documentation. I encountered the issue described in #368 and, following the suggestion in #369 to copy `websocketbridge.js` to my static folder,...
Maybe I missed something when reading through your README, but I am getting an empty stack trace.  I followed your example in your README, but this is what I...
**Sphinx Docstring Style**: ``` """Called when :py:meth:`~mymod.MyClass.my_method` raises an error. The scheduler uses the output of this method to determine whether the command should be immediately interrupted. :param exc_type: The...
This is the first PR in @ystoll and my reworking of the library as discussed in #839. Sticking with our plan in that discussion, this PR is **invisible** to end...