-
Hi there,
I've been looking around for solutions for automated performance testing in Elixir, and haven't been able to really find anything.
Would you be open to exposing an API that runs scenar…
-
Part of the `Benchee` Suite is `system` data including information about CPU, Memory, OS, Elixir and Erlang version.
We already display the Elixir and Erlang version on the top right. It'd be nice …
-
### Environment
* Elixir & Erlang versions (elixir --version):
```
Erlang/OTP 20 [erts-9.1.3] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Eli…
-
### Environment
Elixir & Erlang versions (elixir --version):
Erlang 20.1
Elixir master
Operating system:
OSX
### Current behavior
`not x in list` it converts it to `x not in list`. (imp…
-
I have installed this plugin, when I debug, I get this error:
```
/usr/local/Cellar/elixir/1.4.1/bin/elixir -pa /private/var/folders/m4/b74csk195j1f1x4vdpp6m6x80000gp/T/intellij_elixir_debugger3.t…
-
```shell
ReferenceError: error is not defined
at file:///C:/Users/linji/.atom/packages/atom-beautify/src/beautifiers/executable.coffee:412:24
at tryCatcher (C:\Users\linji\.atom\packages\at…
-
I know you (@OvermindDL1) really dislike the new ReasonML syntax. However, I'd like to make a case for embracing it.
I'm at a coding hackaway with about 25 software engineers right now. We're all b…
-
https://github.com/rabbitmq/rabbitmq-peer-discovery-k8s/blob/master/examples/k8s_statefulsets/rabbitmq.yaml
When reporting readiness and liveness to K8s in a StatefulSet one should not report healt…
-
If you try to publish a very large hex package you get the following error:
```
** (FunctionClauseError) no function clause matching in :http_transport.close/2
```
@ericmj helped me figure out…
-
Today copying from doctests is a bit annoying, especially if there are multiple lines involved, because you'll also select the `iex>` or `...>` parts.
It would be great, if we could make it so that…