Thibaut Barrère

Results 205 comments of Thibaut Barrère

It's also possible to use the latest version by just telling `mix` to pull the dependency from GitHub, rather than Hex, with this in `mix.exs`: ```elixir defp deps do [...

Hi @type1fool! Thanks for sharing this ; on my side (also Mac M1), I believe I have it handled in https://github.com/thbar/ex-portmidi/pull/10. The `-I` and `-L` part are handled explicitly, but...

I have seen the exact same behaviour on all counts: empty events at time, and "stuck" process then coming back to life. I have seen a few commits in forks...

It is fixed by #15 for me (which I'll incorporate in my fork at https://github.com/thbar/ex-portmidi).

@patmaddox the "empty messages" problem seems to be fixed by #15. I will incorporate it into my own fork at https://github.com/thbar/ex-portmidi.

Just a casual reader here. If I read correctly, point 3 is a different strategy to fix what's already described by @zenwerk in #13, but more configurable? Also adding a...

Thanks a bunch @lucidstack! I'll test this out and will report back & close here. Happy to be in the changelog, no problem. Thanks again!

Still a problem for me ; I cannot let my private repositories accessed at Netlify login time, it would be too problematic in my case. I wonder if offering an...

The box provided by @jnoxon in https://github.com/chef/bento/pull/1374 works nicely for me (just tested), but it would be great to have official builds indeed. Is there a way we can help?

Sharing a bit of useful information here: when running Vagrant currently, it will run in Rosetta mode. This means that a lot of commands (`echo RUBY_PLATFORM`, or even shelling out...