John Belmonte

Results 106 issues of John Belmonte

The imu `get_acc_angles()` function output is incorrect when the IMU is inverted (phi and theta converge back to 0). It seems to be due to loss of sign in the...

> For every Python version provided in Debian, the binary package pythonX.Y-minimal might exist and should not be depended upon by other packages except the Python runtime packages themselves. https://www.debian.org/doc/packaging-manuals/python-policy/index.html#minimal-packages...

bug

Does this binding support the broadcast or multicast features of liblo? Naively I tried send on 255.255.255.255:1234 and receive on port 1234 of a neighboring machine, it didn't seem to...

**Describe the bug** Build targeting pyston (API-compatible fork of CPython) fails. In some compiler invocations, the python include directory is correctly present, but in others it isn't. For example, this...

**Describe the bug** scalene summarizes time per-file, such as `% of time = 2.62 out of 10.00`, where the first number is a percentage, and the second is a duration...

**Is your feature request related to a problem? Please describe.** I have a large, async app. There are very few lines that take over 1% of CPU. scalene doesn't allow...

> Pyinstrument records duration using ‘wall-clock’ time. When you’re writing a program that downloads data, reads files, and talks to databases, all that time is included in the tracked time...

enhancement

* improve `BlockingTrioPortal.run()` exception message * clarify the meaning of "Trio thread" * clarify that the `BlockingTrioPortal.run()` thread check applies to *any* Trio thread

docs

Mutation via `locals()`, `f_locals()` causes pypy to abort traces with "force quasi-immut". Trio does this to manage KI protection state, and the most common API calls like `current_time()` are implicated....