tomqwpl

Results 27 comments of tomqwpl

I would second this request. Consider the case where you are trying to describe multiple methods in this way. In the openapi spec you have to describe one operation and...

I was also wondering about being able to add arbitrary extra claims. I was wondering about the concept of being having an arbitrary interceptor (interceptors) that you could configure. My...

Although Dex itself now supports password grants, it only does so to the LDAP connector I believe. My guess is that there are further potential PRs for supporting password grants...

I've added a test. Let me know if you think I've put it in the wrong place, or if it should be done differently. I couldn't see any obvious similar...

Also seeing this. Will try and work out how to use the PR

Ditto. Major annoyance to have to refactor code so that I can apply the annotation

I've also hit this, and as someone learning bazel it was super confusing. I was trying to understand "data" dependencies and couldn't reproduce what the test, and the documentation, says...

I'm unclear what the expected behaviour is, but this issue looks relevant to what I'm seeing. I'm just starting out with bazel in any form, and am trying to get...

@uhthomas All I can say is ughh! I'm coming from the perspective of having a makefile rule: ``` lint: bin/golangci-lint run ``` Given that I have no control over the...

I *think* this is caused by having a prestart command set, and having the stdout path and the stderr path for that pointing at the same file (I didn't intend...