David Cohen
David Cohen
I noticed error (on https://gowalker.org/src.d10.dev/command): Oops! Something is going wrong... src.d10.dev/command: check package: VCS not supported: fossil My suggestion is, rather than custom support for fossil along with numerous other...
Hey, I know this package hasn't been touched for quite a while. I was looking for an example of a sandstorm app written in go, to better understand writing sandstorm...
## Description Before this PR, `glab ci retry ` would retry exactly one job, specified by job id. With this PR `glab ci retry` will retry the latest pipeline on...
## Description Introduces `glab ci tally` which produces a simple collection of statistics about past pipelines and jobs. These statistics include how many pipelines/jobs have succeeded or failed. Also how...
This may be the same issue as (closed) #260 . There, a couple people have reported the same message and there's no clear fix. I've had some trouble setting up...
**Description** Golang encoders that I'm familiar with (gob, json) will not encode fields that are potentially ambiguous. That is when one struct embeds others, i.e.... ``` type A struct {Data...
I think I have the go-import meta tag correct for a fossil vanity domain. But I can't seem to get the go-source meta tag correct. I'm testing with src.d10.dev/getvain. I...
Hi Renato, I got interested in your go-hash tool. The url open and clipboard feature is nice. I use Qubes, so I took a moment to add qubes-specific commands. See...
Attempting to follow SETUP.md instructions. Except instead or ubuntu using fedora 24. The `npm install` step fails with... ``` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents): npm WARN notsup...
Regarding #20, this is relatively untested and could for sure use another pair of eyes.