Conrad Taylor

Results 44 comments of Conrad Taylor

@mjmaurer I'm seeing similar numbers in regards to elixir:1.11.4 but many of these vulnerabilities are coming from dependencies included in the image. Thus, I recommend using a different image that...

@bettio If you need it now, I have created the following Alpine Dockerfile from this repository: ## Sample Dockerfile ```Dockerfile FROM erlang:23.0.2-alpine # elixir expects utf8. ENV ELIXIR_VERSION="v1.10.3" \ LANG=C.UTF-8...

@slemeur Has this been published because I just tried and the component versions are not being honored? For example, I say Rails 5.2.2.1 and Ruby 2.5.3 but I get Rails...

I switched to using [Confluent Platform](https://github.com/confluentinc/cp-all-in-one) with Docker Compose and it works great with Apple Silicon. Also, they have a build that doesn't require ZooKeeper which can be found [here](https://github.com/confluentinc/cp-all-in-one/tree/7.2.1-post/cp-all-in-one-kraft).

@crhym3 This sounds like a very good idea.

Hey, @thebetauser and @ajilk were you able to find a solution to this issue?

I was able to get things working by building `wxWidegts` from the source using the following: ``` git clone [email protected]:wxWidgets/wxWidgets.git cd wxWidgets git submodule update --init src/png git submodule update...

@vladinator1000 From the [GraphQL spec](https://spec.graphql.org/June2018/#sec-Int), the size of a **GraphQL Int** should represent a value greater than or equal to -2^31 or less than or equal to 2^31. Thus, it's...

@jvanbaarsen Is it possible to not have to include the content within the node.json?

@berkes I received these settings from the following resource: ``` http://nginx.org/en/docs/http/ngx_http_ssl_module.html ```