Lee Meichin

Results 11 issues of Lee Meichin

I have many Dog tasks that open new shells (thanks to Docker). Example: ```yaml - task: prod-api-sh description: Shell into the api container in production code: convox exec $(convox ps...

bug

Thought: is positional substitution preferable to named variables? e.g. `{{ .ParamName }}` or `$paramName` seems easier to follow than `$1`, `$2`, `$3`, etc...

I might be missing something stupid here, but I've tried this without the `-a` flag and with it. Here's the output from my CI build: ``` fpm -s dir -t...

Fairly major refactor. Closes #17 when finished. - [x] Define a new structure in the readme, make sure it makes sense - [ ] Update the tests to match (they...

The current way of doing it is really restrictive, especially for multiple choices. Change it so context is passed at the field level, like this: ``` ruby field :multiple_choice do...

enhancement

Validation errors? Authentication errors? Server errors? They're not gracefully handled at all.

enhancement

Due to the changes to the ssl module to [provide safer defaults](https://www.erlang.org/blog/otp-26-highlights/#ssl-safer-defaults), `kafka_ex` will fail to connect to a broker even when `use_ssl` is `false`. ```elixir {:error, {:options, :incompatible, [verify:...

See this issue for context: https://github.com/omniauth/omniauth/issues/872 Logs will be flooded with warnings, and new `omniauth-oauth2` release contains the fix for that. ``` W, [2018-01-13T16:50:59.374198 #326] WARN -- : You are...

``` Full name: Robert McTables Master Password: correcthorsebatterystaple Site: github.com ``` In Edge 14: ``` Password: Luzz0/CedkSowi ``` In Safari/Chrome + Non-web versions: ``` Password: QonoTosbQepv1= ```

bug
help wanted

We're using the gem by passing in our own instance of a redis client (so as to get TLS support), but we use a connection pool for this in prod....