Andreas Schneider
Andreas Schneider
## Defect #### Versions of `nats-server` and affected client libraries used: Server Image: nats:2.6.1-alpine #### OS/Container environment: Kubernetes #### Steps or code to reproduce the issue: Run NATS (Helm Chart...
Currently ZooKeeper needs to be setup and maintained manually. However Clickhouse advises to use a dedicated ZooKeeper cluster and also recommends a specific set of configurations. Also ZooKeeper is only...
I hereby want to propose to make keyboard controls a first class citizen in the design of Fyne and especially its widgets. Some other tickets already talk about accessibility (#1093...
When I use ViPER-DDC and select a model from the database, this is not stored and restored as part of the presets. If two presets are supposed to load different...
[mermaidjs](https://mermaid-js.github.io/mermaid/) would allow writing diagrams/graphs in code, which comes in very handy for technical presentations.
Example: ``` ###env base_url = 'http://localhost:8080' session_id = 'myid' def apicall(path): return "{}{};jsessid={}".format(base_url, path, session_id) ###env # Profile get(apicall("/api/foo")) ``` The call fails because `base_url` and `session_id` are empty in...
I'm mainly developing internal applications and therefore I do not use a workspace setup with VCS URIs. My current idea is to have the Go sources live in a repository...
### Context Improve voice quality further in noisy environments. ### Description In addition to RNNoise, add the (also) open source [DeepFilterNet](https://github.com/Rikorose/DeepFilterNet) noise suppression filter to the Mumble client, which does...
How can keypad keys be mapped? I tried to map keypad "+" to volume-up and keypad "-" to volume-down, but this doesn't seem to work. My naive approach was this:...
## Why? Elasticsearch is also a pretty data lake. Reading from it to write into other systems can be totally worth it. Furthermore there are usecases where you need to...