David K. Hess
David K. Hess
### What problem does this feature solve? It helps developers pinpoint template errors in larger templates. At the moment, render errors look like this (from version 2.5.18): ``` vue.js:616 [Vue...
The generation process fails to properly parse and find all of the necessary classes. See here for more details: https://github.com/MeVisLab/pythonqt/issues/13#issuecomment-752737191 @florianlink just opening this as a standalone issue so it...
I may just be missing it, but it doesn't seem to be possible to do the equivalent of `//` in XPath. I.e. find the desired expression anywhere in the supplied...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...
Would like to make a feature request for the Queue class: the ability to throw errors to all greenlets that may be waiting on a Queue.put() or Queue.get() on that...
* gevent version: 22.10.2 via pip install * Python version: Python 3.9.9 (main, Nov 18 2021, 07:23:37) [Clang 13.0.0 (clang-1300.0.29.3)] on darwin * Operating System: ProductName: macOS ProductVersion: 12.6 BuildVersion:...
It would be nice if watchdog was gevent compatible. Problems I've run into so far: - There is an os.read() in notify_c.py that is blocking – would need to use...
I've looked for discussion areas for gevent and haven't found more than some really good and interesting traffic here in the issue tracker. To the point: Armin Ronacher has an...
There is a bug at this line of code: https://github.com/miguelgrinberg/simple-websocket/blob/main/src/simple_websocket/ws.py#L83 For large messages and certain load conditions, the send() call can end up sending less than the entire buffer passed...
Unless I'm missing something there's a bug at https://github.com/ionelmc/python-hunter/blob/master/src/hunter/predicates.py#L389C1-L390C1 ``` if delta_depth < self.watermark: ``` I believe the polarity of this check is reversed and should be: ``` if delta_depth...