Junya Hayashi
Junya Hayashi
When I run `go mod tidy` on my project, it raises a following error: ``` $ go mod tidy ... github.com/gvalkov/golang-evdev tested by github.com/gvalkov/golang-evdev.test imports evdev: malformed module path "evdev":...
does this library support `files.remote.add` API? - https://api.slack.com/messaging/files/remote
Current shiny/x11driver implementation doesn't handle the case of X server connection closed. WaitForEvent returns "nil, nil" when the connection is closed.
Value Object is an immutable object, so I declare attributes as properties. Also, show default values on repr for convenience.
coscli is missing a very basic feature, `cat`. Please implement it. Thank you.
[gogo](https://github.com/gogo/protobuf) is now deprecated. So, how about removing the [go-proto-validators](https://github.com/mwitkow/go-proto-validators) support and remove the dependency to gogo in go.mod??
this seems doesn't work: - 04f74c51d88decbbbb24e0739d5c696e43c19721 When I tried to use `extraObjects`, I got this error. ``` Error: Unable to continue with install: ManagedCertificate "redash-ssl-cert" in namespace "default" exists and...
## What add migrations.extraContainers option. It looks that this option was missed in 707adce8001c161495b7fa01f48a12121c9ca195. ## Why Because I want to use Cloud SQL Proxy as a sidecar on the migrations...
Please support JUnit step property. See: https://github.com/testmoapp/junitxml?tab=readme-ov-file#steps Example ```xml ``` I want an option to make 't.Run' to be steps under each test cases. ### Expected Behavior ```go func Test(t...