Andrew France
Andrew France
Hello, I see that [someone requested this feature for a different reason](https://github.com/capistrano/rails/issues/62) and it was denied. I don't understand the reason for dismissal, as the [source of truth for the...
Hi, I noticed that images for the latest Alpine Linux 3.16.1 (which contains a couple of CVE fixes [among other things](https://alpinelinux.org/posts/Alpine-3.16.1-released.html)) are [not present on Docker Hub](https://hub.docker.com/r/hexpm/elixir/tags?page=1&name=alpine-3.16.1) despite [being added...
Hi, I just upgraded to Ubuntu 21.10 ("Impish") and noticed that the recommended instructions to use Erlang Solutions packages don't work because the packages don't support Ubuntu versions after 20.04...
I was trying to use the `#b64_data` method to encode an image into base64 for insertion directly into an HTML IMG element attribute. I noticed it was failing because the...
Not sure if I'm doing this wrong but I have the following in a component HTML (written in Slim): ``` slim dom-module is="blah" template form action="{{url}}" input name="test" type="text" ```...
I was testing a schema in a Rails Pry REPL, with commands like so: ``` ruby data = {book: {title: "Schemas", author: "Joe Bloggs"}} JSON::Validator.fully_validate("schema.json", data.to_json, strict: true) ``` I...
Resolves #68. This adds `sync_start` as an option to the `Consumer` init. Hopefully causing the init process not to return control until the consume is ready to consume, for processes...
In addition to the `handle_setup` work I found I had trouble with failing tests due to timing issues between sending a message and the consumer being ready to receive. I...