Evax Software

Results 11 comments of Evax Software

Yes indeed, you're right, the problem is with words longer than the terminal width (long URLs getting truncated) as well as the headers. Thanks for looking into this!

Thanks again for your feedback. You're right, we need to join the polling thread, but the code as it is needs refactoring. Active sockets and sockets involved in a deferred...

Not that I know of, your contribution is welcome !

It's working now with latest rebar. What's still missing: - @agner rebar support, - dialyzer wrapper for direct users

I'm sorry about this, can you develop on what happened? Were you using environment modifiers? Can you please post your .kerlrc file?

Ok, I think I understand what happened. Before deleting an installation directory kerl tries to ensure it's really a kerl install dir by looking for an "activate" file. In your...

Hi all (@alavrik, @cyplo, @kgadek) Thanks for reporting this, unfortunately this is the wrong place. Kerl development has moved over to [spawngrid](https://github.com/spawngrid/kerl)

This was motivated by a use case similar to #32

The README's wrong then, I'll correct it. './otp_build configure' disables HiPE on linux: ``` if target_contains linux; then XX=`echo $* | grep -v able-hipe` if [ "$*" = "$XX" ];...

This would require spawning a new nested shell with an updated environment, and kerl makes no assumption on the shell being used.