Andrew Banchich

Results 108 comments of Andrew Banchich

I ran into the same confusion [here](https://github.com/tokio-rs/axum/issues/677#issuecomment-1003374883). The README needs to be edited to clarify this as well. I also agree with @david-perez and think, even from a security standpoint,...

@sile Any update on this? Rust has had async/await for a while now and you could use [Tokio's mpsc](https://docs.rs/tokio/0.2.13/tokio/sync/mpsc/index.html) instead of std's.

That makes sense to me. I've actually just switched to using the official `opentelemetry` crate alongside `tracing` and `tracing-opentelemetry`. Thank you though!

Any updates on this? I'd love to this with Rust.

Any thoughts / update on this @jwiegley ? I just ran into this, too, and have no idea how to debug the issue.

Thanks for the mention! This looks amazing! I will definitely try it out soon, probably this weekend.

@eduardoboucas Ah, okay. I would definitely be interested. GitLab is amazing and has been blowing past GitHub in most ways from what I can tell. I know several others who...

@svenstaro I actually found this because I'm using [release-drafter](https://github.com/release-drafter/release-drafter) as well, but I'm a bit confused about whether `upload-release-action` is just for uploading files to a release (the title says...

Yeah, having keep-alive would be ideal and allow Oathkeeper to differentiate between a working SSE connection and one that needs to be closed.

This seems to be an issue with something lower level having to do with Windows, so I'm going to close this. We [opened an issue](https://github.com/microsoft/windows-rs/issues/1549) in the official `windows` crate...