Ivan Wang
Ivan Wang
The documentation and [MouseEdges plugin](https://github.com/davidfig/pixi-viewport/blob/1d65518ba3e430a3a7a188bf2946c503dcfe9b32/src/plugins/MouseEdges.ts#L68-L69) claim that it fires a `mouse-edge-start` and `mouse-edge-end` event, but as far as I can tell from reading the source code, these events are never...
**Describe the bug** `revup upload` fails with a python KeyError if a reviewer author is missing the "login" attribute. I am fairly sure this is due to a review from...
| Q | A | ----------------- | ---------- | Bug fix? | no | New feature? | yes | BC breaks? | no | Related Issue | Fix #533 |...
Thanks for putting this together, it's a really awesome plugin! One feature that I'd love to see is the ability to show comments in virtual text or a floating window,...
I'm wrapping a `@reat-three/fiber/native` Canvas element in an ErrorBoundary, but it's not properly handling errors. Here's a raw (minified) stack trace for an error in production: ``` TypeError: Cannot read...
Today, the subclasses of Field have their constructor kwargs untyped, which means that static typecheckers like mypy/pyright treat them as Unknown. This can lead to bugs or typos like passing...
### What is the current behavior? The `pytest.py.tmpl` hard-codes some default args to pytest: https://github.com/aspect-build/rules_py/blob/743e9a8372f6a2ba1f6027176e2f7ed9a0d0b9b1/py/private/pytest.py.tmpl#L27-L33 * It sets test output to verbose, which greatly increases the output to scroll through...
Coordinate currently takes a float as input. Would it be possible to support either a float or [Decimal](https://docs.python.org/3/library/decimal.html)? The main benefit would be using string serialization to preserve precision. I'm...
As suggested in the [requests docs](https://requests.readthedocs.io/en/latest/user/quickstart/#timeouts), it's best practice in requests to add a timeout to all requests. By default calls will hang indefinitely until killed. Historically when using the...