Dominik Braun

Results 50 issues of Dominik Braun

First of all, thanks for providing this great book! The [Getting started with structuring of Terraform configurations](https://www.terraform-best-practices.com/code-structure#getting-started-with-structuring-of-terraform-configurations) section states that `terraform.tfvars` files should exclusively be used with composition: > `terraform.tfvars`...

`buneary` commands can become quite long, partially because the host - which mostly corresponds to `localhost` for local development - has to be specified in each command: ``` $ buneary...

enhancement
good first issue

At version 0.8.0, there is a central `Graph` interface that offers two kinds of methods: Methods to build, modify, and "read" the graph, and methods to perform operations and algorithms...

enhancement
help wanted

Currently, an edge is represented as an `Edge[T any]`, where the source and target vertices are of type `T`. This is convenient when retrieving an edge, because the user can...

enhancement
help wanted

The `Graph` interface should have an `Order` method returning the number of vertices and a `Size` method returning the number of edges in the graph.

enhancement
good first issue

Implement a new command that prints instructions comparable to the steps in README.md.

enhancement

At the moment, record collision checks are only performed when creating a belated record using `timetrace create record` but not when editing an existing record. This needs to be changed...

enhancement
help wanted

I'm planning for a `timetrace report` command which should generate a report of the tracked time. This issue is a small idea collection for the new command. @FelixTheodor, @rocar, @rknizzle,...

help wanted
question
topic/reports

The CI/CD system should be migrated from CircleCI to GitHub Actions.

enhancement
help wanted