Andreas

Results 6 comments of Andreas

After having trouble with Flex and trying almost everything else. I've ended up at this PR. The offset fix helps greatly. However, when printing for a long time I’m having...

Did you launch the update-dol? do you see the QR Code on the Screen?

Sorry, I meant the static noise when I wrote QR Code. The static noise is the Firmware and it should be picked up by the updater. Edit: And it seams...

As far as I know the OSD only responds to GC Conroller if the software on the Wii enabled the controller. I usually enter the HomeBrewMenu and open the OSD...

Addendum: If I patch `docker-compose/docker-whisk-controller.env` to list nodejs:14 the alarms invocation runs with nodjs:14 but still fails. ```js { "activationId": "91af09a198bb48adaf09a198bb28ad7a", "annotations": [ { "key": "path", "value": "whisk.system/alarms/alarm" }, {...

I found the issue. Line 507 of `docker-compose/Makefile` passes the arguments in wrong order: ``` $(shell cat $(TMP_HOME)/tmp/openwhisk/providers.env) ./installCatalog.sh $(realpath $(OPENWHISK_PROJECT_HOME))/ansible/files/auth.whisk.system $(DOCKER_HOST_IP) $(DOCKER_HOST_IP) "http://$(DOCKER_HOST_IP):5984" $(OPEN_WHISK_DB_PREFIX) $(DOCKER_HOST_IP) \ ```