nitomartinez
nitomartinez
See #264 ## What is the version of Jorani? 0.6.5 ## Expected behavior In the case of more than one level of reporters, allow the top manager to see the...
This sets the default run options. That is run: `Jamulus -s -n` if no options are defined. This should reduce the complexity ;-)
## Background We are using karate for non Java development (in our case Python), and for our tests karate-kafka fits very well. In our case we are using Kafka with...
I was greatly surprised to see that /actuator/health is implemented ;-) ``` $ curl http://127.0.0.1:8080/actuator/health {"status":"UP", "components":{ "diskSpace":{"status":"UP","details" {"total":73867264000,"free":4643659776,"threshold":10485760}}, "ping":{"status":"UP"}, "web3j":{"status":"UP","details":{"clientVersion":"Autonity/v0.3.0-de53f1f3/linux-amd64/go1.11.13","netVersion":"1","blockNumber":79902,"protocolVersion":"0x3f","netPeerCount":4}} }} ``` Would it make sense to implement also...
… org.jitsi.videobridge.ofmeet.hosts.{domain|muc|bridge|focus}, fixes #77
Running the command I got: ``` $ cd dev/docker $ docker-compose -f docker-compose.yml up ... go: golang.org/x/[email protected] requires go >= 1.23.0 (running go 1.22.12; GOTOOLCHAIN=local) ``` Fixed this by editing...