Thomas Eizinger

Results 1888 comments of Thomas Eizinger

I am not sure I will have time to work on this any time soon. I don' think it is a must to get into `0.6` and current master is...

Closing in favor of https://github.com/testcontainers/testcontainers-rs/issues/422.

I am closing this for now as "resolved" because the immediate need for people helping out is being addressed.

What is the status on this? https://github.com/orgs/render-rs/people doesn't show any public members. I am successfully using this library and happy to push it forward a bit (e.g. https://github.com/render-rs/render.rs/issues/49) but would...

> type no longer implements pub trait How hard is this one to implement? I assume this covers things like removing the `From` impl from an error type? I'd like...

> Leaking or re-exporting another crate's type in one's own API > > * for example, having a function that returns a value of another crate's API > > *...

> > It would be great if we could somehow specify the intention that a certain item is meant to be hidden from the public API. For example, it is...

Checkout the roadmap for what is currently being worked on https://github.com/photoprism/photoprism/projects/5.

> reading a known number of bytes from `futures::io::ReadAsync` It would be great if this was somehow better supported. In protocols where the remote will close the stream after it...

We had a similar need with the added requirements of bounding the `Future`s and `Stream`s in their execution time and also capping the size of how many are allowed to...