Kristoffer Dalby

Results 65 issues of Kristoffer Dalby

This PR adds extra assertions to verify the queue length when testing adding multiple operations to the same queue. On Linux, there seem to be a bug (#19) that does...

bug
help wanted

Hi I have been experimenting with this library for a tool I am porting from macOS to Linux and I seem to have a strange problem that I am unsure...

bug

Hi I saw your talk on KubeCon EU and found this project quite interesting, one thing I was wondering how you are tackling in your use case (if it is...

enhancement

There is a series of calls to `h.db.Save` around the code which is typically done on long living `Machine` objects loaded/created when the `map` endpoint (longpolling) is opened. https://github.com/juanfont/headscale/blob/5b1b40ce93ffb5f2540449e94562cb9dc98e3267/poll.go#L51-L53 By...

enhancement

Depends on the release of #320 and #311, and resolving #326, #327 and #328 (to reduce code needed to be updated). This is a tracking ticket for what we need...

enhancement

Explore the use of our gRPC client to create a terraform provider. The code can be generated from proto (or imported from the gen directory) and how it can be...

enhancement

Currently we have done a lot of work to move the client away from direct database manipulation and to go via our new rpc interface (available via grpc and http)....

enhancement

Hi Great project, I have a couple of scenarios were using this package in a headless fashion would be neat, but the confirm (Yes/Cancel) seem to break that, any tips...

enhancement

### Terraform, Provider, Kubernetes versions ``` Terraform version: v0.14.8 Provider version: v0.3.1 Kubernetes version:v1.20.4+k3s1 ``` ### Affected Resource(s) - kubernetes_manifest ### Terraform Configuration Files ```hcl resource "kubernetes_manifest" "test" { provider...

question