Jonathan Gnagy

Results 5 issues of Jonathan Gnagy

Adding a link to the [Skull Island](https://github.com/jgnagy/skull_island) CLI tool and Ruby SDK. The tool is awesome because: * I'm biased (I wrote it) * It is _both_ a CLI tool...

It could be that I am using the CLI incorrectly (not using some better paradigm) but most CLI tools that I use (`aws`, `git`, and others) store at least a...

proposal

It might be something specific to my setup, but I can't identify where. After deploying a function (which works flawlessly), I can invoke it without issue, but I am unable...

Allow choosing to persist the rancher server beyond restarts of the container. Without this option (and setting it to `false`), restarting the host will cause the server (and its MySQL...

## Description The library currently uses the deprecated `Plug.Builder.builder_opts/0` function, which triggers a deprecation warning during compilation. ## Deprecation Warning ``` warning: Plug.Builder.builder_opts/0 is deprecated. Pass :copy_opts_to_assign on "use Plug.Builder"...