Janrupf
Janrupf
**Version** tokio: 1.20.1 **Platform** (any Unix with signal feature enabled) **Description** https://github.com/tokio-rs/tokio/blob/2099d0bd87fe53aa98a7c02334852d279baeb779/tokio/src/signal/unix/driver.rs#L79 Here the `WRITABLE` interest is set, but the driver never writes this descriptor. **Why this is a problem**...
This PR adds support for the `espidf` target for tokio. The changes are mainly done in `mio`, tokio just requires a few `cfg`'s and support for a new `mio` API....
Tracking issue for #1602 See PR for a full technical description. --- This is tracking the integration of a `mio` backend using the [poll(2)](https://man7.org/linux/man-pages/man2/poll.2.html) syscall for Unix like OS that...
This PR adds support for using the Unix `poll` API as a backend. ### Why this is required There are some operating systems out there which only support `poll` (or...
Looks like `nativeshell_build` expects `flutter pub get` to output `Exiting with code 0`: https://github.com/nativeshell/nativeshell/blob/8c63a9d515e531eeee455e0fa53c86f5417e7962/nativeshell_build/src/util.rs#L89-L94 However, since this seems to not be written, build failures such as this one can be...
When using ```cpp getMessages(channel.ID, SleepyDiscord::BaseDiscordClient::GetMessagesKey::before, channel.lastMessageID, 100).list(); ``` and less then 100 messages are in the channel, the `list()` call segfaults
I'm developing a small mod which allows to download mods after launching the game. Some mod platforms don't allow distributing third party jars, so downloading them right before launch is...
**Description** When using `@PostSubscribe` and sending a message to the player, the message will appear before the actual chat message from the player. **To Reproduce the Bug** ```java @PostSubscribe public...
**Description** The bootstrap module is a hack which should not exist in first place. The functionality of it should go into a launcher plugin, as it currently makes the launcher...
### Whats going on? A lot of the transformers transform classes in a way which could be done at compile time as well. This should reduce startup time and also...