Hubert Łępicki

Results 31 comments of Hubert Łępicki

@arnog thank you and sorry for not getting back earlier to you. I think you can close this issue now.

Right, so it's probably missing the clause of ``` info(StreamID, Exit={'EXIT', Pid, Reason}) ``` Want me to give it a shot with a PR?

I have created a PR. There's at least one issue with it (silencing crashes in tests that I don't know how to do properly). Other than that it seems to...

So not sure what @beardedeagle has in mind either ref. the ways you can handle this yourself, @cadamis , but I figured that instead of a worker, i.e. GenServer, I...

@treble37 if I understand correctly, your PR does not solve the issue only covers it so there is no exception thrown. The requests still fail. Have you found the solution...

@derekkraan could this affect Horde.Registry in a way that multiple nodes could register processes under the same key, and on occasion it wouldn't detect the conflict?

Yeah I have stumbled upon the same thing as well. I installed livebook and the command wasn't in the $PATH until I ran reshim command.

I'm not entirely sure how the reshim thing works, and if it takes into consideration just the existence of the binaries or also is needed when binary file changes, but...

Maybe this will be helpful, I have a piece of code I use to stream large CSV files (gigabytes) from external HTTP endpoint, this is the client I wrote that...

@wojtekmach what sort of inefficiency you have in mind ref. this solution? There's some overhead for message passing but that's not the bottleneck either for me or probably even for...