Oleksii Sholik

Results 129 comments of Oleksii Sholik

Hey. Just wanted to loop back on this issues since it's been up since 2019 and was last slated to be addressed in v1.13. We're at v1.15.5 now and no...

I'm thinking it could be a warning saying something to the tune of "Unable to determine the type of &1. If it is a module, use `apply(&1, :ack_fn, [])`. If...

Hi. Could you try using the master branch and see if it fixes the issue?

Hi. The issue might be related to how Porcelain negotiates the protocol with the goon binary. Could you try running [this branch](https://github.com/alco/porcelain/tree/alco/goon-ack) of Porcelain and see if it works?

Hi. Thanks for investigating this! I would like to think some more about it and clean up the way we're working with pipes between `Elixirgoon` and between `goonexternal process` to...

Em, disregard what I said about latency above. To put it more accurately, slicing the data will allow us to reduce the average latency for signal delivery.

Hi. I haven't used Go in a long while so I'm not qualified to talk about new developments in the area of package management. As far as I'm aware, there...

Hi @irov. Could please clarify which source file this code is in? Also, do you have a sample PSD file that reproduces the issue?

@wuzzdingbatch Could you provide more info? I'm not familiar with sub.go.

As far as I recall, `eunit` works with `etest/` and `ct` works with `ctest/` so that the naming is consistent. It is demonstrated in the [sample project](https://github.com/alco/erlang-mix-project). Since it's a...