Mya

Results 84 comments of Mya

You're not doing anything wrong. I don't think they've published v4 support yet since it appears like there is some active development happening around the changes in the API versions....

That is odd. I know that as a part of the release process, maven will bump that to 1.2.9-SNAPSHOT so I wonder if something didn't get merged back or if...

I just got bit by this and spent some time digging into it. It looks like the `OAUTH2_PROXY_VALIDATE_URL` is used in two different contexts. The first is by this `internal_util.go`...

The API is set up similarly to GitHub, but Gitea returns a 404 for `/api/v1` unlike GitHub.

It does. All the other endpoints work fine, just not `/api/v1` on it's own. A simple option here would be to validate using the `/api/v1/users/email` endpoint rather than using `/api/v1`...

I have a solution that doesn't involve adding the \ section

Nvm. I'll have to look into this some more. Looks like the solution you pushed resolved for now. Trying to understand what jekyll is doing under the hood that causes...

Alternatively we can use bold text instead of headings. From the sounds of it though, we can probably close this as fixed then. I'll add the \ syntax to my...

I managed to get a little done for the wire format for NodeJS here: https://github.com/mjpitz/drpc-node I'm mostly following the Golang implementation, but I've also been popping over to the wiki...