Geoff Bourne

Results 120 issues of Geoff Bourne

Seems to be a fairly common error condition for some users such as https://github.com/itzg/docker-minecraft-server/discussions/2269#discussioncomment-9266363 Perhaps rate limiting on the CDN requests results in a 200 status code but HTML content.

enhancement

Could use https://pkg.go.dev/github.com/magiconair/properties [Discussed in Discord](https://discord.com/channels/660567679458869252/660569641550217327/1219070470280843295)

enhancement

This introduces a new $stomp.setScopeApply(apply) option to simplify subscription callbacks that are making `$scope` content changes. Here is an example of using this option: ``` .controller('MyCtrl', function ($scope, $stomp) {...

Fix ``` /usr/local/bin/rcon-cli (evident by) x HIGH CVE-2023-45283 https://scout.docker.com/v/CVE-2023-45283 Affected range :

dependencies

Enhance the mc-image-helper get command accept an error message to show when it's a 404 and not fail with a noisy stack trace. _Originally posted by @itzg in [#2609](https://github.com/itzg/docker-minecraft-server/issues/2609#issuecomment-1906016629)_

enhancement

Such as the chunky mod

enhancement

[Discussed in discord](https://discord.com/channels/660567679458869252/660571171732848651/1185757863143018577) ``` [mc-image-helper] 01:37:16.961 INFO : Downloading Forge installer 1.37.3 for Minecraft 1.20.1 [mc-image-helper] 01:37:18.125 ERROR : 'install-forge' command failed. Version is 1.37.3 me.itzg.helpers.errors.GenericException: Failed to locate forge...

bug

Such as ``` docker run -it -p 25565:25565 -e EULA=TRUE -e VERSION=1.19.2 -v /home/mayson/docker/volume/data -e TYPE=FORGE -e FORGE_VERSION=43.2.14 -e MODS=https://www.curseforge.com/minecraft/mc-mods/create/files/4762215,https://www.curseforge.com/minecraft/mc-mods/create-steam-n-rails/files/4746992 -e MEMORY=7G --name mc itzg/minecraft-server [init] Running as uid=1000 gid=1000...

enhancement