idkw
idkw
In the docker cp-kafka-connect image 5.5.2 the `/etc/apt/sources.list` contains duplicate entries which make `apt-get update` fail, complaining about the duplicate lines : ``` deb [arch=amd64] https://s3-us-west-2.amazonaws.com/staging-confluent-packages-5.5.2/deb/5.5 stable main deb [arch=amd64]...
After upgrading from jackson `2.10.3` to `2.11.0` and using avro `1.9.2`, I noticed that the schema generation is broken regarding default "null" values for union types. Exemple POJO : ```...
Hi I have an AVRO like this schema to represent a Contact entity : ``` { "type": "record", "name": "ContactDTO", "namespace": "com.somepackage.contact", "fields": [ { "name": "email", "type": "string" },...
Hello I've just discovered your program and it's really great. I'm using it to make a list of seeds without ocean around the spawn at 0 0 Currently I press...
Hello I want to configure the retention of traces, right know the documentation says it can be done via the frontend : https://signoz.io/docs/userguide/retention-period/ However I'd like to configure it automatically...
I can't make change to the config because the reload command throw a NPE ``` [03:24:26 INFO]: val59000 issued server command: /craftconomy reload > [03:24:26 INFO]: [Craftconomy3] Closing the connection...
Here's a NPE I got using spigot 1.8.7 and Craftconomy 3.2.1 ``` [19:05:28] [Thread-110/INFO]: UUID of player val59000 is 5c7337d5-903e-4e13-9061-06b4384074ea [19:05:28] [Server thread/WARN]: java.lang.reflect.InvocationTargetException [19:05:28] [Server thread/WARN]: at sun.reflect.GeneratedMethodAccessor63.invoke(Unknown Source)...
When using the default textual output and the SOURCE path is long enough, the output is truncated. All lines end with a ` ≈` and are truncated which make the...
Hello I have this error message when trying to parse a file: ``` cat somefile.txt | pq --msgtype SomeMessage ``` ``` thread 'main' panicked at 'protoc failed: /home/path/to/file.proto: File does...
Can this guide be added to lgsm don't starve together documentation ? Otherwise I could never have found how to setup caves or mods on a dedicated server since it...