Christian Grabowski

Results 7 issues of Christian Grabowski

Hi there, I seemed to have been getting panic when writing to a closed (go not rabbit) channel, which completely makes sense. However, I got in this state due to...

bug
usability
low hanging fruit

Hi there, I am trying to vendor the specific package google.golang.org/api/option and `go get google.golang.org/api` gives me the full google.golang.org/api. However, `glide get google.golang.org/api` results in missing directories, including `option`....

Hi, I see to run into an error trying to create a Klein process. When using python 3.5.1, twisted 16.2.0 and Klein 0.2.3 (or 0.2.1) I receive a `TypeError: Class...

bug

Hi there, I was trying to use `txmongo.collection.Collection#rename()` with a user without admin permissions. This can be done in Mongo just fine without admin permissions, as you can do `db.collection.renameCollection()`...

Given a Domain Resource and DNS Record Resource such as the following: ``` resource "maas_dns_domain" "tf_test_domain" { name = "tftest" ttl = 3600 authoritative = true } resource "maas_dns_record" "tf_test_record"...

triaged

### What are you really trying to do? Hi there, I am writing tests for a workflow in which it spawns N child workflows using `workflow.start_child_workflow()`, places them in a...

bug

Adds python 3.12 for test matrix