Cubicroot

Results 21 issues of Cubicroot

**Describe the bug** The round robin balancer seems to not be balancing on a per topic basis and instead balances between partitions across all topics messages are enqueued for, ignoring...

bug

This change will save coverprofiles in a separate folder and merge them together at the end. Currently the coverprofile gets overwriten by each go test run.

Specifying the `-coverprofile` flag leads to a coverage output that only contains coverage of the last tested package. I'd expect to see coverage for all packages included in the tests....

I am trying to install the font with the script as mentioned in the `README`: ``` # /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/install_manual.sh)" Installing latest JetBrains Mono fonts... Checking requirements... awk......

Add a notification system for upcoming shifts. Currently engelsystem does not offer any way to get notified for upcoming shifts. I am missing this feature as having to open the...

Type: Feature
Status: Needs discussion

I propose adding an overview page for each location showing: * Currently signed up angles * Angels leaving soon * Angels arriving soon Including angel names and the shift type...

Status: Needs discussion

Allow to set a custom "inprint" link at the bottom of the page to be able to fulfill legal requirements in some countries. This could be solved by an environment...

### What happened? I added a tag `TODO` to some trails. Now I want to remove the tag, I can do so in the edit mode of the track but...

bug
pending publication

Hey 👋 , thanks for your great work with this ansible role. Unfortunately it seems to break with newer ansible-core versions. When running with version `2.19.4-1ppa~noble` from the ubuntu repos...

I have a Django model ``` class Assembly: id = models.UUIDField(default=uuid4, primary_key=True, editable=False) ``` and I have defined a `ModelSchema` like this: ``` class AssemblyAttributes(ModelSchema): class Meta: model = Assembly...