Marc Bulling

Results 108 comments of Marc Bulling

Ah I didn't realise that you have to use a wildcard now. I think it used to be differently? It would be nice to have an option to change between...

I just tried that, but I don't think it works that way unfortunately

I have the same problem with `tinygo version 0.22.0 linux/amd64 (using go version go1.17.6 and LLVM version 13.0.0)`

Yes, I am using SQLite3 indeed. Sorry, I thought this statement was only for sqlite. In that case it is probably best to use your way and I will close...

I will test it later this week!

I created a Dockerfile that is able to cross compile to other platforms: https://github.com/Forceu/partkeepr_docker/ I haven't tried it on a RPi yet, but it should work out of the box....

Thank you for the quick reply! I didn't realise that you were working on a Docker image as well, as there wasn't any links to official images. The comment was...

Okay, so I tried a docker buildx workflow on the repo and the image builds without any problems: https://hub.docker.com/layers/f0rc3/partkeepr/multiarch-latest/images/sha256-4d068f82faec663066ac1da88dcc53794a79e5f7de084353195cc3ad56c619eb?context=repo If you want to, I can create a Pull Request, so...

For a different project I am using [a single container](https://github.com/Forceu/barcodebuddy-docker/blob/master/Dockerfile) with nginx, php-fpm, a custom python service and a custom websocket server together, based on the [Linuxserver Nginx Image](https://hub.docker.com/r/lsiobase/nginx/). According...

To be honest, I am not super experienced in Docker - however from my understanding the reason why some people say it is better to only have one process per...