cmkarlsson
cmkarlsson
I often have the need to pattern match binaries on dynamic sizes. Currently this is not possible in alpaca (which gives ` {invalid_bin_qualifier,}`) An example: ``` let s = 5...
This PR makes pgo able to connect to unix domain sockets by using a domain socket path as the hostname. If the host name looks like an absolute path or...
It would be great if glisten can support unix sockets and abstract unix sockets. Erlang supports this by passing the option `{ip, {local, Path}}` to `gen_tcp:listen` where `Path` is either...