Matyas Markovics

Results 5 comments of Matyas Markovics

Hi @Vagabond, you are right this has become a mess. Sorry about that. I would be happy to rework these changes into manageable chunks (PRs). Please let me know if...

Hi again @Vagabond, I've started on spitting this PR into manageable pieces. Here's the first chunk: https://github.com/devinus/poolboy/pull/140 - Still somewhat large but I think it's manageable. Thanks!

Thanks @z3APA3A, I've applied y our comment on `_set_errno`. I've only found `#ifdef _WIN32`, so I've added an `#else` to it. Hope that's fine. After researching the no-shared-cipher issue more,...

Any remaining issues you see on this @z3APA3A ?

Hi @picaoao and @essen, I've added the following in my Makefile to: - to `autopatch` Elixir dependencies - to disable dependency resolution of `mix` for Elixir apps ``` # Elixir...