Yevhenii Kurtov

Results 82 comments of Yevhenii Kurtov

@the-mikedavis, do you reckon it is possible to have similar performance characteristics between stream! and read_stream?

@the-mikedavis Assuming that both C# and Elixir clients are using the same endpoint (https://developers.eventstore.com/clients/grpc/reading-events.html#reading-from-a-stream) I would expect them to have the same latency. do you think the C# client reads...

@the-mikedavis, thank you for looking into that. I'm quite surprised with the `ReadReq request` and `ReadReq await` performance. Surely that isn't because Mint is inherently slow, isn't it?

@the-mikedavis I think that might be it. Just saw https://brooker.co.za/blog/2024/05/09/nagle.html a couple days ago and thought about `NODELAY` :)

I can't ssh into FreeBSD 14 after switching shell to fish: ``` debug1: Sending command: export TERM_PROGRAM='WarpTerminal' hook=$(printf "{\\"hook\\": \\"SSH\\", \\"value\\": {\\"socket_path\\": \\"~/.ssh/13167\\", \\"remote_shell\\": \\"%s\\"}}" "${SHELL##*/}" | command od -An...

@chrismccord you're spot on about the `auto_upload: true`. > I need to dig in deeper, but at first glance, you are auto uploader both files and then calling `consume_uploaded_entries` when...

> Currently, the `:timeout` and `:boot_timeout` are separate options - however, when running something that has a long `:boot_timeout` set, you must know to set the `:timeout` option to the...

Hey guys, Any updates on that?

I think we were bitten by this as well, and maybe even found a workaround

We experienced a partial service outage because of this today - our service weren't able to communicate with the outer world. ``` root@48e2957c30e928:/app# curl https://.fly.dev/warnings {"detail":"Method Not Allowed"} iex(@fdaa:0:6924:a7b:18:6ddb:39cd:2)3> Tesla.get("https://.fly.dev/warnings")...