Zabrane

Results 22 issues of Zabrane

@Stratus3D I'm really enjoying `eflambé` and i'm wondering if it's possible to add these two innovations from [flame_prof](https://github.com/ebegumisa/flame_prof#high-scheduler-load): > High scheduler load > > The reductions heatmap and corresponding flamegraph...

@ferd would it be possible to add `ebin` directories under `_checkouts` to `script/app_deps.erl`? ```erlang main(_) -> AppFiles = filelib:wildcard("deps/*/ebin/*.app") ++ filelib:wildcard("apps/*/ebin/*.app") ++ filelib:wildcard("ebin/*.app") ++ filelib:wildcard("_build/default/lib/*/ebin/*.app") ++ filelib:wildcard("_checkouts/*/ebin/*.app"), %% _checkouts to_graphviz(read_deps(AppFiles))....

Hi @jmmk Is there a way to generate externs for a [Web Worker](https://www.html5rocks.com/en/tutorials/workers/basics/) ?

Hi guys, I'm facing this error when compiling the library: `MacOS` ```bash $ git clone https://github.com/Vonmo/eapa.git && cd eapa $ git checkout -b 0.2.0 $ rebar3 compile [...] => Errors...

I built a dmg and installed it a a new machine. On the machine where i build the .dmg, everything is fine. But on the new machine, many images were...

### Describe the feature you'd love to see Hi @chimurai I'm new to `http-proxy-middleware` and would like to know if it can help with my problem. Let's assume my browser...

Hi @deadtrickster I've managed to install and configure `prometheus.erl` and consume the VM's metrics from `Prometheus`. But how to display them in `Grafana`? I couldn't find any ready to use...

Hi @dukebarman Would it be possible to have a tutorial showing how to use `erlamsa` in real world? I'd like to test my web server + some libraries at work....

Hi @dukebarman I'm unable to compile the `master` branch on Mac: ``` $ git clone https://github.com/Darkkey/erlamsa.git $ cd erlamsa $ make which rebar3 || test -f rebar3 || (mkdir -p...

Hi @massemanet Would you be able to fix the new strict [float checking]([Erlang/OTP 27, +0.0 will no longer be exactly equal to -0.0](https://erlangforums.com/t/in-erlang-otp-27-0-0-will-no-longer-be-exactly-equal-to-0-0/2586))? Eper can't compile anymore with Erlang 26.1...