Benoit
Benoit
Hi! This library looks really awesome, so I'm playing with it but I'm facing with a "basic" issue and I can't figure out if it's a limitation, a bug, or...
Because current logo is mostly black and it cannot be seen correctly with dark mode (_first world problem_). Gimp to the rescue => a white blurred background
Currently, any exception thrown by an adapter is propagated to upper context outside of Tornado. It means that if you intend to catch a particular exception, it may be broken...
See [React\LoopInterface](https://reactphp.org/event-loop/#loopinterface). Will improve interoperability possibilities. May require some new features, like promise cancellation, or signal handling.
Give possibility to cancel a promise, to stop the job necessary to resolve this promise. See what's possible in other libraries: * https://reactphp.org/promise/#cancellablepromiseinterface * https://amphp.org/amp/cancellation/ Seems needed for #12
To be able to use existing libraries returning "thenable" promises, we could add a method like ``` EventLoop::promiseFromThenable($thenablePromise): Promise ``` Up to each event loop implementation to deal with it....
Hello, Since the migration to Hipchat API v2, the room id is contained in the URL, and must be url-encoded (you can check corresponding documentation [here](https://www.hipchat.com/docs/apiv2/method/send_room_notification). Unfortunately, the hipchat notification...
Hi there 👋🙂 I noticed that when I modify a file served by `DocumentRoot`, I have to _force_ the refresh in my browser to actually see the updated file. After...