Eric des Courtis

Results 21 issues of Eric des Courtis

I want a IPv6 only tunnel will this work? I didn't see anything in the documentation about IPv6.

https://github.com/bitwalker/swarm/blob/7d2c2f4a97ce202b4ed111337c076ea275ec9ba2/lib/swarm/tracker/tracker.ex#L699 I am using a library which is intercepting GenServer.call and GenServer.cast below my module. Something fairly common in the OTP world. I need an option to tell Swarm to...

``` 1 failing 1) Resolve servers timeout exceeded total failure "before all" hook: Error: Invalid arguments: argument should be a boolean at Scope.persist (/home/travis/build/resilient-http/resilient.js/node_modules/nock/lib/scope.js:208:11) at context. (/home/travis/build/resilient-http/resilient.js/test/resolve-servers.js:74:10) at callFn (/home/travis/build/resilient-http/resilient.js/node_modules/mocha/lib/runnable.js:250:21)...

erpc and nodes show up faster than the applications can start in some cases leading to requests being routed to booting nodes. A workaround is possible in the RPC call,...

We see massive degradation in performance once `:max_waiters` is reached because `:waiter_sleep_ms` is set to `0` by default. The CPU is wasting time spinning instead of completing the computation (under...

I realise that this project doesn't currently have many practical uses since a simple USB to IDE adapter will do a much better job. But we could make this project...

Doesn't compile with Ubuntu 14.04. You need to remove OSX specific compile flags and add -shared for linux.

erlaudio_escript:main(["histogram"]). Segmentation fault (core dumped)

It would be nice to have both the client and server side as well as reverse tunnels. I realize that is a lot of work but it would open up...

I know the use of meta-programming is fun. But the BEAM doesn't handle loading thousands of modules very well. We have several Google libraries in our deployment Elixir and just...

type: bug
priority: p2