Erwan d'Orgeville
Erwan d'Orgeville
> you will need to pull from this repo if you're pushing the code, or make sure your docker-compose is referencing `balenablocks/browser:latest` to get the latest build image. @phil-d-wilson I...
The game cannot be played anymore. With the new Epic integration, it requires EOS overlay to log into the main menu, which fails with "Network code 1.203#1 018".
`\&` does not work, the URL still gets cut off. `%26` translates to the correct URL in the logs, but the screen stays black.
I believe the issue might be caused by this commit: https://github.com/MatthewCroughan/octobalena/commit/1dc9de81709b9496d7343d2656fb53cadb8daa5f https://github.com/MatthewCroughan/octobalena/blob/13b5675668317ce758e67dde7b7a2ec01d7cd07d/octoprint/Dockerfile.template#L1 Being based on an `alpine` image, the shebang should be `#/bin/sh` instead of `#/bin/bash`. This won't break on...
@BelfordZ done and done!
@BelfordZ MQTT uses a centralized structure. The broker handles all the messages. When someone publishes, the broker distributes the message to every client subscribed to the topic. This means everybody...
I understand in some situation having the broker bundled with server-js makes sense, but it shouldn't be mandatory. For example, on my current project, we already have a broker which...
I will explain in as much detail why bundling the broker with server-js is not always a good idea. Let's take for example an IoT project where you have a...
Hey @BelfordZ, would you like me to make a proposal for implementing both solutions at the same time? Maybe an option `broker: internal/external` or similar?