Jeremiah Senkpiel

Results 518 comments of Jeremiah Senkpiel

Example in fs-source: https://github.com/Fishrock123/fs-source/pull/1

1. Presently incompatible with bob - This was done to ensure that flow could always be a single logical ongoing operation 2. I am unsure what if any implication this...

e.g. ``` const socket_outgoing = Stream(ack_handler, udp_sink) Stream(fs_source, socket_outgoing).start() ```

> The Sink is being instructed to hold on to that chunk of data. (I assume you mean source.) The source may not support that - i.e. it may not...

> What should be the next step? I have updated the project's progress as of today, some next steps and status are listed there: https://github.com/Fishrock123/bob/issues/5 :D

https://github.com/lrlna/femme/pull/23 should address this

This issue seems like it was addressed in https://github.com/lrlna/femme/commit/aa1fd83649cb412613575ab83eeb3d75bfa8a6fe

I am not super worried about compatibility, I don't think there is or has been an issue with that. I would like tokio to be excluded from the build and...

This sounds like missing functionality in `async-lock`. `async-lock` would actually add zero new dependencies or size on a stack already using `async-std`, given that crate is already used by async-std...

> Also `tokio` is the most popular async runtime at the moment. So it won't increase the build size for most `deadpool` users. Sure, myself and the others here who...