Robin Trietsch
Robin Trietsch
**Describe the bug** DNS resolution on macOS 12.3 does not seem to work properly after connecting to a Kubernetes cluster (GKE in my case). cURL succeeds to resolve URLs, Google...
I've encountered this a few times already now, that when my device has been locked for a longer period of time, xbar does not run scripts from the scripts directory...
Bitbar showed the details of when a script was updated. This is quite useful info, is this available in xbar?
Hey @ajalt! Thanks for this awesome library. Yesterday, I gave a presentation about using Kotlin, CliKt and GraalVM to create a platform native binary. If you'd like, you could add...
Example of a failing import: ``` CREATE TABLE test_table ( "name" varchar NOT NULL, id varchar NULL, linked_name varchar NOT NULL, CONSTRAINT test_table_pk PRIMARY KEY ("name", id), CONSTRAINT test_table_fk FOREIGN...
A `CoroutineContextClientInterceptor` would help out in e.g. setting specific Metadata while using the Coroutine Context. With the ongoing discussion whether or not Metadata should be allowed to be set for...
I just setup a clean account (meaning I didn't have the Linear Sync GitHub app installed before), and a sync that I created is disabled by default. When enabling, I'm...
Hey @jtormey! Thanks for this awesome integration. I was wondering if it's possible to only sync comments back to GitHub, when an issue has been created in GitHub and synced...
Hey @jarlefosen! Another issue (well, more of a question) from my side: did you consider implementing the updater that [AwGo offers](https://pkg.go.dev/github.com/deanishe/awgo/update)? Would be awesome to get a notification upon usage...
Currently, when the latest version of a BSR repo is up to date with the changes being pushed to the BSR with `buf push`, no new tag can be created....