Koala Yeung

Results 86 comments of Koala Yeung

@nightpool: Sorry. My fault. @bill-auger has helped to fix it in our [README.md](https://github.com/git-federation/gitpub/blob/master/README.md) now. Please check. Thanks. P.S. Received your mail. Also added you to the mailing list already.

From @yookoala in [#5](https://github.com/git-federation/gitpub/issues/5#issuecomment-394918843): > A quick note on point 1 in "What": SNS like Mastodon federates their identity by including the server domain to it (i.e. "[email protected]" for my...

@techknowlogick: You're correct. Those identity stays on the original server while remote servers would cache it. The cached account would still attached the original domain name as part of the...

@21stio: That is not the only identity query service in Mastodon. Mastodon also support WebFinger. In fact, if you want to federate with Mastodon, you must implement the WebFinger endpoint...

I can manually install paper-gtk-theme for 16.04 on my Ubuntu 16.10. No error. I think the PPA just missed a properly named / placed deb.

After #24, you can implement a middleware (something like [chi.Middleware](https://godoc.org/github.com/go-chi/chi#Middlewares) or [alice.Constructor](https://godoc.org/github.com/justinas/alice#Constructor)), parse anything in the http.Request and pass along as context.Context with [http.Request.WithContext()](https://godoc.org/net/http#Request.Context). For example, ```go import ( "context"...

Temporary workaround is to specify `sga-stub` location directly. If your `sga-stub` is installed in the $PATH of your remote environment, this should be easy: ``` sga-guard --stub="sga-stub" [email protected] ``` Please...

Any CLI process can be written into a Unit file and work as a systemd service. There is no need to make `sga-guard` a daemon. The trick is that you...

The option exists in the current version (v9.5.11) of command tools. Is there any concern blocking the change going into v9.5 branch?