Kostis Sagonas

Results 74 comments of Kostis Sagonas

I think you should pay more attention to the detail(s). This is _not_ an error (or false positive). It's just a warning from Dialyzer simply informing its user that it...

I am trying to understand what is the issue that bothers you here. Do you simply want us to rename `global` which is actually only used in the name of...

Why was this closed? AFAIK, #150 solved only part of the issue (added a disabling option). The TERM issue was not addressed. Or am I missing something? I am re-opening...

Thanks for the PR, but I have some questions / concerns about it. I understand the rationale for allowing the possibility to run PropEr without the parse_transform, but the current...

Thanks for the #224 issue and this PR. If all goes well, I will look into this before the end of the week. In the meantime, you may want to...

OK, it took longer than expected because in the meantime I decided to first [increase the test suite coverage](https://github.com/proper-testing/proper/commit/272b211292dbf05fdc55cc167f032a39fecb9136) and then [to fix two statem tests to actually test what...

Atom garbage collection is something known to be missing from Erlang/OTP's implementation for many years now, and a limitation which has forced most Erlang developers to write ugly and/or unnatural...

If you want some help to debug this, please provide some self-contained module that shows the problem. I do not even know where to find `escalus/include/escalus.hrl`and have no intention of...

I do not fully understand all the gory details of your program but your commands look like: [{call, ?MODULE, connect_carol, []} || not Carol] ++ [{call, ?MODULE, connect_geralt, []} ||...

Rethinking my answer/suggestion above, I actually do not see what the problem with the original code is. Your `wait_for_msgs_geralt` function has arity 2 so it _should_ take an element and...