shawnps

Results 31 comments of shawnps

Getting some overlap between these and another entry called "Ubiquity Server Solutions". I'll take a closer look soon.

Hi @marv72 yes, this library only converts between hiragana, katakana, and romaji. We built this many years ago for use in our Japanese dictionary https://nihongo.io. I suppose we only did...

What if we had a link on the front page next to Example searches that said "(see more)" or something like that, and it went to a list of common...

@XenGi I've taken a look at this but haven't been able to figure it out yet. We use proxy.golang.org to download modules. You can see both of these return errors:...

@nathany not sure if this helps, but on Go Report Card we store the badge assets in the repo and serve the images ourselves with `"no-store, no-cache, must-revalidate"`: https://github.com/gojp/goreportcard/blob/master/handlers/badge.go#L50 We...

@shaxbee is there currently a way to set `"kid"` on a JWS header as described here? https://tools.ietf.org/html/rfc7515#section-4.1.4 Edit: nvm, I see you can pass a `JsonWebKey` to `NewSigner`. But what...

@wongni can you provide the output of `go list -f '{{.Target}}'`?

@kolyshkin I think this may be the same issue as https://github.com/gojp/goreportcard/issues/364, meaning these errors wouldn't show up if a new version were released (not totally sure though).

@kolyshkin I took one file and ran `gofmt -s -w` on it as a test: `libcontainer/apparmor/apparmor_unsupported.go` Before `gofmt -s`: ``` // +build !linux package apparmor func isEnabled() bool { return...

Hello, thanks for opening this issue. I'm not sure yet why this happened, but we were able to restart the service successfully. I'm going through the logs now. While more...