Simon

Results 16 comments of Simon

What do you mean with reshipment? I have the same issue and can't get it to work on both stable and nightly builds of this plugin. I'm currently running 2022.2-1.5.20-339...

I fixed it by creating a temporary project in version 1.15.2 and then editing the `pom.xml` file with the following changes: ```xml org.spigotmc spigot-api 1.19.2-R0.1-SNAPSHOT provided ``` After that, I...

Hi @JordanP-Dev, your printed models look amazing! Could you please share the 3D models for your first print with separate eyes?

The issues happens both from AKS to my local computer as well as from AKS to a GitHub Actions runner. I've tried executing `while true; do nc -vz 127.0.0.1 8883;...

As it turns out, just connecting and disconnecting via MQTT works fine for longer durations as well, but once I start transferring actual data (e.g. subscribing to topics) the connection...

I've tried to reinforce the MQTT connection as much as possible (ensuring there is no data being transferred upon disconnecting, ensure the connection was closed successfully, retrying up to five...

My mosquitto deployment is quite basic: ```yaml - name: mqtt image: 'my-custom-eclipse-mosquitto:latest' ports: - containerPort: 8883 hostPort: 8883 protocol: TCP ``` `my-custom-eclise-mosquitto` has the `mosquitto.conf` and already baked into it....

Also, since this project seems abandoned, you can simply include the following lines in your pubspec.yaml: ```yaml dependency_overrides: learning_input_image: git: url: https://github.com/Stausssi/learning_input_image path: packages/learning_input_image ``` This will override the dependency...

Running into the same issue myself. I've managed to mitigate the issue by fixing Sphinx to version 7.2.6. The issue appears since 7.3.0, but confusingly this only happens in one...