strophy

Results 53 comments of strophy
trafficstars

I used a Docker-oriented approach for ARM64 builds (1) because it is what I am familiar with and (2) because it matched the existing build process. Zig looks cool but...

Interesting points, I am learning a lot here! It all depends on the target audience of the software I guess. My understanding of GRPC is that it is usually for...

Thanks @hronro for providing this effective build solution! @sampajano will the release also include a multi-arch docker image published to docker hub?

Yeah, it's unrelated to Zig binaries. I have a [Dockerfile repo here](https://github.com/strophy/grpc-web-dockerfile) that builds multi-arch grpc-web images, would you be interested in a PR to merge this Dockerfile and a...

Thanks @newtykins! This worked for me by setting `yarn set version classic` followed by `yarn install`. You may also need to remove any lines like `"packageManager": "[email protected]",` in your `package.json`...

We have forked this to add Compose v2 support, what do you think of [this implementation](https://github.com/dashevo/docker-compose) @AlexZeitler? Interested in a PR or what are your plans going forward to add...

I noticed `sitemap.xml` started being generated recently, thanks for this extremely useful development! I have just read through the previous discussion and PR. A couple of points (can open separate...

I think you're on the right track @H4kor I am using `ansible [core 2.13.3]` which comes with a "major" change to depending on Jinja2 3.0.0+. So I'm probably only seeing...

Would implementation of this feature also allow `definitions` at the top level? I'm trying to migrate a custom config solution to use `conf` instead, but I can't seem to successfully...

Thanks! I have confirmed ZeroSSL only supports it over their REST API but not ACME yet. Either way, it's great to see more client support for this feature :+1: