Benoit Chesneau

Results 726 comments of Benoit Chesneau

i dont' think it should be the responsability of a source code to provides its own packages generally. imo should be splitted in its own repo if need.

> I see a lot of linting errors. I'm used to the [`black` formatter](https://github.com/psf/black). Would it be ok to apply it? Do you have other autoformatters? No autoformatter is and...

> > I see a lot of linting errors. I'm used to the [`black` formatter](https://github.com/psf/black). Would it be ok to apply it? Do you have other autoformatters? > > No...

8 months later... I partially implemented the PR. unicode tests wasn't working for me though. Also I would like to port #9 first which should make it easier to match...

Good call! I forgot to provide it... I will do that until monday.

hrm seems i am only able to reproduce it in the erlang shell. Using the following client in Python aith the receiver in erlang doesn't show any message mising. This...

In the shell i am just running the 3 first lines: ``` {ok, Ctx} = czmq:start_link(), Router = czmq:zsocket_new(Ctx, router), {ok, 5555} = czmq:zsocket_bind(Router, "tcp://127.0.0.1:5555"). ``` and then manually trigger:...

i am just looking at the screen :) On the shell, I bind the socket on the erlang shell , then connect to it using a dealer socket in a...

done in https://github.com/davisp/emonk/pull/7

I don't see how kanso is better than or .... A grun task could be a good add-on for erica so people can handle erica in their project withh the...