GP
GP
@rochdev It did not work correctly – see https://github.com/evanw/node-source-map-support/issues/122
It is indeed a CC limitation; see https://github.com/paambaati/codeclimate-action/blob/749a6d38dd25db47aba7d93e78a60a6bff6df89f/test/integration.test.ts#L14-L20
@rogerluan This is expected, because CodeClimate does not publish ARM64 images — see https://github.com/codeclimate/test-reporter I will make sure there’s a more obvious error message in the next release.
Please upgrade to `v8.0.0` of this action and you should be able to see a more obvious error when using an unsupported environment.
@alienscience @kentnek You can fix that by changing https://github.com/spotify/docker-kafka/blob/fc8cdbd2e23a5cac21e7138d07ea884b4309c59a/kafka/scripts/start-kafka.sh#L23 to — ``` echo "\nadvertised.host.name=$ADVERTISED_HOST" >> $KAFKA_HOME/config/server.properties ``` Notice the leading `\n`. Repeat for https://github.com/spotify/docker-kafka/blob/fc8cdbd2e23a5cac21e7138d07ea884b4309c59a/kafka/scripts/start-kafka.sh#L31
@floflock Can you include a code snippet to reproduce this issue?
@floflock This should be easy to handle by wrapping the `.parse()` call with a `try`/`catch`.
Throwing is better, so you know your input isn't in the expected format.
@floflock Okay so the error isn't thrown, it is just a log statement; it should be ignorable.
@TheDahv @floflock First off, apologies for the silence; we've been busy for the past few months. To answer your questions, yes, please go ahead with your fork. I'll carve out...