Przemysław Węgrzyn

Results 6 issues of Przemysław Węgrzyn

uvloop version: 0.17.0 Python version: 3.11.4 Platform: Linux I believe the root cause of this issue is that: * libuv doesn't retrieve peer address while calling `accept()` * `getpeername()` fails...

README states (in `pyzmq` `aiozmq` comaprison) that: > zmq.asyncio.ZMQEventLoop cannot be combined with other loop implementations (most notable is the ultra fast uvloop). Which is no longer true, as far...

I'm working on an application using `cpal` over ALSA to continuously capture audio stream on Raspberry Pi. I use both RPI and PC for testing. Note: I'm using a version...

I have to apologize - my previous pull request contained an invalid string for May - it should be `Květen`, not `Smět` (which is a Czech word for "may" as...

# Summary This PR fixes off-by-one issue in TC/TCC `get_max_duty()` function, for details see #911. Change verified with Adafruit ItsiBitsy M4 and Sparkfun ATSAMD21G Mini boards.

# Summary Changes necessary to make `itsybitsy_m4` BSP/examples build properly with HAL version `0.22`. I had to make this change to test #948 on my ItsyBitsy M4 Express board. BTW,...