Dmitri Shuralyov
Dmitri Shuralyov
Itβs possible to control where the passgo vault is by setting the `PASSGODIR` environment variable. See https://github.com/ejcx/passgo#configuring-passgo. Does that work for your needs, or this is a feature request to...
> i would _love_ if your project used the same mapping. I would suggest you make your own copy and modify it for emojisum-specific needs. You can then easily use...
Heya! π Sorry that it's via an issue report! π > this is definitely unintentional. Thanks for confirming. > what may be happening is our usage of gofumpt From what...
> Similarly to how `go get ...` works. Can you elaborate, in what way is `go get` related to sparse checkouts?
This has the tradeoff that running `go test` will no longer run all tests, is that right?
I'm seeing `a`, `b`, and `c` at https://godoc.org/github.com/carpetsmoker/test now. It's expected that subdirectories might take a while to show up, even if referenced by other code. They show up when...
It's possible the crawler can't navigate the subdirectories because the GitHub canonical case doesn't match the import path comment (just a hypothesis; I haven't verified). As a workaround, you can...
The README contains the following note, which I suspect answers your question: ``` It is an incomplete port: * It only supports TrueType fonts, and not Type 1 fonts nor...
This is happening as part of https://github.com/golang/go/issues/33654. /cc @julieqiu
It is possible to build commands and run them with `-help` flag to get the actual help output, but it needs to be done in an environment that supports executing...