Péter Gömöri

Results 70 comments of Péter Gömöri

hi Karl, thanks for bringing to our attention that someone had this issue. And even more for the pointer to your pure Elixir implementation. Currently there is a requirement that...

True, I just had in mind (laziness) not to reenter the query and just clear the graph all together. But good idea to keep old results but with a very...

Actually if the process exits or is killed then an `exception_from` message will still be received. So the only problem is with infinite loops. But that's also only when `ignore_recursion`...

thank you for this ticket - btw what version of xprof do you use? this deprecation notice is only a warning (many erlang libraries are hit by this) but specifically...

Thanks for the heads up @DianaOlympos. I bumped jsone version to 1.4.7 on the `release_2.0` branch (PR #143) and it will be included in the next 2.0.0 rc. Let me...

@Santiniis you are absolutely right, thanks for the heads up. (I probably had cowboy already compiled with some older OTP and forgot to recompile.) I did not put too much...

thank you for your contribution! my personal opinion is that to achieve the behaviour that you would like, not the pois and the parser but the "jump to definition" feature...

Hi, (If I understand your example correctly) what if the improved behaviour would be that - if `player_pgup:get_pgup/0` exists, jump to the function as before - but if that function...

Hi, I have strong opinion about the implementation that it should be done in the action not the poi parsing, but only a subjective view on the behaviour itself. Just...