Friedel Ziegelmayer
Friedel Ziegelmayer
> You're definitely correct: all of the executor and IO functionality comes from the [IO Provider](https://docs.rs/s2n-quic/latest/s2n_quic/provider/io/index.html). Implementing a new runtime is quite straightforward. great :) > What executor were you...
I made a first version here: https://github.com/dignifiedquire/s2n-quic-async-std, based on the tokio implementation. Currently `Select` is not exported, would that be possible, or should I copy this into the new crate?
> librocksdb takes forever to build, why is it needed as a dependency? Is it possible to disable it as a feature somehow? I see iroh supports different stores: https://github.com/n0-computer/iroh/tree/main/stores...
> foo-shm and foo-wal are checked in accidentally i think. ups, fixed
fyi I have recently started migrating my projects that use cbindgen to use https://docs.rs/safer-ffi/, it is considerably safer and has less surprising edges (and actually captures a lot of pieces...
reopening, as I am working on this actively
important: some help page where these are documented :)
> but we need an automated way to "upload" the packages from CI to . I would look into something like this: https://github.com/electron-userland/electron-builder Publishing artificats: https://github.com/electron-userland/electron-builder/wiki/Publishing-Artifacts
On this note, native notifications for new messages would also be nice. I've used https://www.npmjs.com/package/node-notifier for this with great success
@haadcode you are currently using the `http` version for jsdelivr, but it is also available on https: - http://cdn.jsdelivr.net/emojione/assets/svg/1F642.svg - https://cdn.jsdelivr.net/emojione/assets/svg/1F642.svg that would at least make chrome less sad about...