Aaron Piotrowski

Results 148 comments of Aaron Piotrowski

> if you use bunny with amphp (or any other reactphp library) you need understand that you actually use two event loop, one inside another @enumag @zloyuser This is incorrect....

Minor nit: `ReactAdapter` also has a static `get()` method. ```php

Yes, documentation is lacking for several repos. I plan to focus on it soon after final tags of some repos we have with RC tags. It's frustrating that React offers...

I originally removed this syntax to support PHPStan: https://github.com/amphp/amp/commit/138801fb68cfc9c329da8a7b39d01ce7291ee4b0 So this has now changed?

Can you provide a simple reproduction case using Revolt or Amp 3.x?

A `BIT` field is a binary data type. Simply casting to an integer is insufficient. `unpack()` will be necessary to convert the value to an integer. The other binary field...

This issue has been fixed in `3.4.0`.

How about moving this to `amphp/sync`? That library has sort of become a utility library.

@kelunik Yeah, I can't see this needing changing, so seems basic enough to go here. Should we add this then?