Rex Lorenzo

Results 12 comments of Rex Lorenzo

@cok-jreynolds I am running into the same issue on my EC2 instance. Did you ever figure it out?

As a workaround I put this method from here https://github.com/evolvingweb/sitediff/blob/491c3fb4411cceddeb3c6ff1ddfdc815e51055e0/lib/sitediff/cli.rb#L237 ``` def get_curl_opts(options) # We do want string keys here bool_hash = { 'true' => true, 'false' => false }...

I fixed this by calling sshing into the container (sh enter.sh) and then running: conda update ffmpeg Related issue (?) https://github.com/conda-forge/opencv-feedstock/issues/115#issuecomment-413746816

We implemented this on our fork: https://github.com/ccle/moodle-docker/commit/7b760ecdb5be80b47524db4de7f8e72e3f54bf9a Not sure if this was the best method, but let us know if you want a similar patch made for this repo.

Does anyone have a guide on how to change an existing Lando config to use ARM images if using an M1 Mac? Or would Lando automatically detect if someone is...

@kencyong I found that Lando uses ARM based images when possible. But for the database images, they depend on Bitnami containers. ARM support is coming. Just watch https://github.com/bitnami/charts/issues/7305 They cannot...

I'm chiming in that this bug just hit me when using MySQL 8. It wasn't a problem before when I was using MySQL 5.7.

I setup a development server so that we can try out the lti-provider tool. Normally for a development machine I turned on debugging. However, I am assuming that having these...

The build is failing because Netlify is configured to use Node v8.16.2 (npm v6.4.1). If that is updated, this change should work. Is that possible for just this branch? [EDIT]...

@lynnandtonic Just updated this branch if you want to resolve those security issues and run on a newer nodejs version