Tim
Tim
Hi, I am currently using following docker image: `jonaswinkler/paperless-ng:latest` Now I wanted to replace it by an selfbuild image from this repo. I changed my docker-compose.yaml to following: ```yaml version:...
Hi Guys, I created a mqtt.Client with `SetWriteTimeout(time.Second * 10)`. But when I call ```go //... token := (*mqttConnection).Publish(b.topic, b.qos , false, msg) if token.Wait(); token.Error() != nil { log.Println("MQTT...
**Description:** After a time running the bot (1-3 hours) the bot doesn't use pokestops and find pokemon. I think it hasn't a connection anymore, because the console throws a exception...
Hi, I want the possibility to press reload on a whole package and the downloader shall skip the already existing files (Skip already existing files:). But sometimes there are download...
## Problem or use case If you want to build a GraalVM(quarkus.io) application and you want to build it native (for low memory usage and fast start up times), the...
Hi, a similar feature for the mqtt like: https://smallrye.io/smallrye-reactive-messaging/smallrye-reactive-messaging/2.2/amqp/amqp.html#amqp-customization would be very helpful. At the moment I need to convert a ca.crt to a java key store to use it...
Hi Folks, I'm new in the quarkus cosmos. I'm using your mqtt client, but I struggling with adding my ca.crt. I see no way to configure the ca.crt (trusted key...
Hi, is there a way to get a Version as Linux PowerPC User?
Hi Guys, I can't send multiple spends. If I do it, I got a InsufficientMoneyException. I think I need not to tell you, that I have enough coins on that...
My application calls a firebase signOut in some error cases. If I've written a test covering this situation the cy.login in the beforeEach block seems not to work properly. Sometimes...