Results 126 comments of vans163

@lucafavatella Il look into this, but from the top of my head recompilation leverages [rebar_agent:do(compile)](https://github.com/vans163/rebar3_auto/blob/master/src/rebar3_auto.erl#L98). If rebar_agent is not picking up changes when the sources change, then it needs to...

Give this a new try please, v0.5.1 uses `r3:do(compile)` now

Recompiling this way BTW is considered debug behaviour and should not be used in production, does this happen so often it throws your debug/local environment out of sync each time?...

If you issue a `r3:do(compile)` in the console (instead of just saving the file), does it return only once the project is fully recompiled? Also what about `rebar_agent:do(compile)` instead as...

On second thought this maybe related to Reagent/React.JS in general and orders of events. But I fixed it by using the JS HistoryAPI directly and triggering the first route (after...

Feel free to pick some stuff out if anything is useful. Elixir Logger is a problem for us in prod (it doesn't scale as all msgs to go 1 process)...

> _Very_ curious about what you're saying regarding the `Logger` not scaling in `Prod`. thought_balloon Is this documented anywhere `public` e.g. a blog post, forum topic or StackOverflow Q/A? (really...

Waiting for ForgETS as well :P, would be nice to try it, even if its not ready (if its planned to.be open source).

> I used a hack for metadata where the scope was the metadata, and the query became a direct ETS lookup. I think it was mentioned on OTP issue tracker...

> We are using the same technique (encoding sharding/partitioning in the Group Name), but one thing that is missing from `spg/pg` is ETS table type. Right now it's hardcoded as...