Luca Steeb

Results 141 issues of Luca Steeb

I use a custom path `/api/graphql` (for various reasons) for my apps and would like to set the path using a cli flag. I can send a PR.

enhancement

I'm not sure if this is possible, but it would be awesome if this action could automatically set colors from green to red like [Kubernetes does](https://github.com/kubernetes/kubernetes/labels?q=size).

enhancement

I have seen many people using cors-anyhwere, without understanding what CORS is and why it is used. This does only apply if you have control of the origin server, but...

When there is a compile error, go fmt passes: ```go // main.go import ( "log" ) func main ``` ``` ./main.go:1:1: expected 'package', found 'func' ### SUCCEEDED go fmt 23:38:46Z...

Note: This is just a suggestion for the future. Not really necessary but really powerful. It would be very powerful to have github actions annotate the code like [eslint-action](https://github.com/gimenete/eslint-action) does:...

enhancement

This schema ```graphql interface User { id: ID! email: String! } type Customer implements User { id: ID! email: String! favoriteEmployee: Employee } type Employee implements User { id: ID!...

enhancement
binder

Strongbox works fine when auto-filling credentials, but when adding new login details in Safari it seems it's only possible to save these in keychain. Is this not possible or is...

Note: This is not implemented yet and feedback is highly appreciated. Please comment if you have concerns or different ideas. In Go, it's impossible to define dynamic return types depending...