Alex Vondrak

Results 26 comments of Alex Vondrak

Same issue on Elixir 1.11 (earlier versions are fine), and on both OTP 21 and 23: https://github.com/ajvondrak/remote_ip/actions/runs/665483059 Note that Elixir 1.10 works fine on OTP 21, so I'm not sure...

These errors seem to coincide with the latest patch version of Elixir 1.11: https://github.com/elixir-lang/elixir/releases/tag/v1.11.4

Yeah, Elixir v1.11.3 works fine: https://github.com/ajvondrak/remote_ip/runs/2142427054?check_suite_focus=true The suspicious thing in the v1.11.4 release notes is that rebar was bumped to v3.14.4: https://github.com/erlang/rebar3/releases/tag/3.14.4 But it looks like rebar3 had a lot...

Heads up that I was getting this error again circa excoveralls 0.18.1. Since #311 moved from hackney to httpc, the certifi update mentioned above wouldn't make a difference AFAICT. However,...

> Would it be possible to customize `;` and `,` keys for treesitter selection? +1 for this. It seems that `;` and `,` are hard-coded: https://github.com/folke/flash.nvim/blob/48817af25f51c0590653bbc290866e4890fe1cbe/lua/flash/plugins/treesitter.lua#L130-L141 I think it would...

> Would it be possible to prevent wrapping when increasing/decreasing selection? +1 on this as well, but I'm having a harder time tracing down which part of the code is...