Guillaume Hain
                                            Guillaume Hain
                                        
                                    @privateOmega I'm using Docker, and installing Node 14 (still old) using the Alpine Linux package manager (I just figured out that the `npm` and `npx` command are shipped by the...
Yep, I need to find some time to work again on this one.
I have managed the `rebase` with the `master` branch, I'm now looking to the code review comments.
As I have said in #406, my system is container only based, therefore this PR has the `Dockerfile` and `docker-compose.yml` files back. I have used them to run the tests...
> Use a more official image (Alpine Ruby?) I'm not sure what you mean here, `ruby:2.7` refers to the officiel Ruby docker image registry : https://hub.docker.com/_/ruby. The Alpine version is...
Okay, so let's remove the `MAINTAINER` instruction, upgrade to ruby 3.2 and move files in a `docker/` folder.
That's really confusing to have build a Terraform module but having this limitation. Allowing a range of IP addresses should be a good way to workaround this. Maybe having some...
I found [this fork](https://github.com/GregoryBabonaux/image-to-base64) which has fixed the issue, with [an npm package published](https://www.npmjs.com/package/fixed-image-to-base64), not sure if it can be used.
@privateOmega do you have an input on this issue please ?
I'm using patch-package in my project which allows me to patches `node_modules/` libraries. I used it to patch this lib in order to "fix" the regex breaking Safari. Would you...