Juan Facorro

Results 21 comments of Juan Facorro

+1 I'm seeing the same result. Does this mean there's actually nothing to show or that there should be some configuration flag that should be activated? @mogadanez were you able...

@kelonye @mogadanez we were pretty successful running `node` using the `--prof` flag and then processing the generated `v8.log` file with `nprof`. We also created a flame graph using this [guide](http://www.brendangregg.com/blog/2014-09-17/node-flame-graphs-on-linux.html)...

IMHO we shouldn't process macros, that gets very complicated very quickly.

> Regarding processing macros: don't you already have to do that? Compiling the module would involve running the preprocessor too. Compiling is different, since the compiler takes care of everything....

I think the issue you are seeing is not because the project is a `rebar3` project but because the specific module you are working with implements the `gen_server` behaviour. The...

Awesome, thanks!

Would it be possible to have a few examples on how and in what cases we would use each imperative (i.e. MUST [NOT], SHOULD [NOT] and MAY) before voting?

@igaray I agree with all the items in the previous comment except for the following: > the database version would have to be stored and updated somewhere, possibly a file...

@elbrujohalcon @igaray A possible implementation could involve: - `sumo_migration` behaviour: with the callbacks `up` and `down`. This two callbacks can either perform actions using `sumo`'s API or they can just...

@davoclavo Hi, David. Thanks for reporting this. Could you please share what version or commit are you using? Thanks!