Alexandre Marangoni Costa
Alexandre Marangoni Costa
As a client, I would expect to receive an elixir `%Stream{}` from a `get_stream!` call. That would allow us to pipe to `Stream` functions to manipulate the stream. [Here](https://gist.github.com/alexandremcosta/29109fd65f413aeb02b6211ee7707576) is...
> Yeah, I think that'd be the ideal API. Unfortunately I don't think it's currently possible to achieve with Finch.stream. > as I had initially thought it wouldn't be possible...
If the caller doesn't process the whole stream, for example calls `Stream.take_while/2`, this code will leave messages on the caller mailbox. To prevent this problem, `after_fun` should manually shutdown the...
The problem with this is that data is copied between processes, which is inefficient. If we had a way to not copy, that would be more performant.
Fixes #44 👍 for this, please merge when you can
> the binary is larger than 64 bytes, we're not actually duplicating the binary, as it sits on a dedicated binary heap [Erlang guide](https://www.erlang.org/doc/efficiency_guide/binaryhandling.html#refc-binaries) about this. Also, nice [answer by...
Until activemerchant/active_merchant accept this pull request, the only option is to include my repository in your project. According to this doc (http://bundler.io/git.html), this is the way to go: `gem 'active_merchant',...
Looks like it's the fifth next in the line. I have no permission to do the merge by myself, so unfortunatelly I cannot do anything besides waiting, @gcmartins93. Additionally, the...
As I can see, there is a queue of approval, from the last to the first. Its taking more than a year, from the submission to the approval. Since there...
> Why implement another one? do any of them use a similar method that this is an improvement on? Notice this is the generalized version, where edges have gain/losses. I...