Martin Langhoff

Results 8 issues of Martin Langhoff

The package in Hex.pm includes OSX (Mach-O) objectfiles. These files break the build on any non-OSX platform. On Linux, I see ``` $ DEBUG=1 mix deps.compile lz4 ===> Expanded command...

It is important that ddb.virtualHWVersion is updated to at least v9, and ideally, made configurable.

For some use cases, the application using templates needs to know which keys the template is using. For example: - where the "natural" key names are long/unwieldy, and the user...

Addresses #13 . Limitation observed, it does not mix well with use of `amqp://...` style URIs.

Hopefully @pma or @peterkrenn will re-engage soon. In the meantime, some interesting fixes live in https://github.com/martin-langhoff/wabbit

I'd be nice to have support for ``` config :wabbit, host: "localhost" port: 5672, username: "someapp", password: "changeme" ``` which in turn can be driven by conform or similar for...

In some cases, the activity that's interesting for `fsnotify` happens in specific subdirectories. An `include` regex would support this, and mirror `exclude`. Linked to #18 In the interim, I am...

help wanted

Currently, the `exclude` regexes are mangled, in order to support shell-style '*' and '**' input. Perhaps an `exclude_regex` parameter can be added, with no mangling step?

help wanted