Arjan Scherpenisse

Results 22 issues of Arjan Scherpenisse

cc'ing @uhoreg.. It seems this library has quite some overlap with https://gitlab.com/uhoreg/polyjuice_client Polyjuice does more around managing the connection and the sync, while matrix-elixir-sdk is more focused on solely the...

question

Similar to `mix test file:line`, e.g.: `mix bench bench/template_bench.exs:37`

Currently, this library only supports communicating with a single bot, as the app id / password come from the application config. What would it take to make it multi tenant,...

help wanted

I noticed that when a cluster is restarting, Horde tends to crash because it does some administration that is incorrect. The child lookup for the linked ETS table can fail...

`Registry.lookup/2` checks whether the returned result is a) still member of the cluster and b) an alive process. However, `Registry.select/2` does not do this, and this can lead to confusing...

help wanted

Dialogflow (ES) supports multiple availability zones now. The current generated client is not capable of handling this, as the base URL is hardcoded in the generated `Connection` module. What would...

type: feature request
api: dialogflow

It seems that when a query takes longer than 10 seconds, the phoenix channel times out (10s is the [default timeout][timeout] when expecting a response to `.push()`). When this happens,...

The SMTP `MAIL FROM` command can specify a different address than the one on the `From:` header. This address is called the 'envelope from' and is used by MTAs for...

Using `:xmerl.export_simple/2` it was pretty easy to generate SVG from the different shapes. I hope the SVG rendering is correct like this; for future work, maybe it would be good...