Michael Francis
Michael Francis
@fabiangreffrath 3.0.1 added.
Added @fragglet 's NEWS.md additions from last year. @turol judging by git blame it looks like the enum for v1.2 was added pre-3.0.0 but the version didn't gain any actual...
Added more from @turol 's list. Can you expand on the following items as I'm having trouble finding these changes in the code? - `improved portability by allowing disable SDL...
> @mfrancis95 explanations in the PRs: #1489 #1480 Thanks @turol. Added. > Speaking of mingw CI, I can modify it to publish a release on GitHub like Crispy does. @rfomin...
I just created a release for 3.0.1: https://github.com/chocolate-doom/chocolate-doom/releases/tag/chocolate-doom-3.0.1. Please take a look.
Starting this here: https://github.com/chocolate-doom/chocolate-doom/pull/1623. Some collaboration from some of the recent and more active contributors would be appreciated.
I'm not able to reproduce on Sonoma. If you're still around on here, try again on the latest OS and possibly a greater SDL version.
Is the image name argument really required? See https://github.com/travis-ci/dpl/issues/867#issuecomment-524594611. I've been doing successful deployments just using `docker build -t $TAG` and `docker push $TAG`.
@svenfuchs I tested it out. When `image` is not included, `docker build . --no-cache -t` gets run without a tag, making the deployment fail. I think in this case the...
Might need to use the `--password-stdin` flag.