sudoforge

Results 141 comments of sudoforge

> To make it work, I had to: > > 2. `ln -s ~/.local/share/gopass/stores/root ~/.password-store`. See https://github.com/docker/docker-credential-helpers/blob/master/pass/pass.go#L106 You could set [`PASSWORD_STORE_DIR`](https://github.com/docker/docker-credential-helpers/blob/master/pass/pass.go#L107) instead of keeping that symlink around.

I'll take a stab at this when I have time over the next few days.

I'll be looking to add completion for all shells that Bazel supports -- off the top of my head, I think that's just Bash and ZSH.

I've given some thought to this and will be sending a PR out in the next few days with a proposed solution. ... two years later. Oh, life, how structured...

Please update your title to specify that you're running in the Windows Subsystem for Linux.

Also, why would we default to `~/.tmux/resurrect` (or `~/.tmux-resurrect`), instead of defaulting to `~/.local/share/...`? The latter feels like behavior that is more aligned with the spirit of the XDG specification.

I'll be working on integrating (and conditionally using) `yarn` this weekend, should have a PR open by Sunday depending on my availability.

Is there a reason we couldn't use [`std::fs::Metadata`](https://doc.rust-lang.org/std/fs/struct.Metadata.html) here? It makes sense to me to use `Metadata::created()` where possible, and emit a build error if we can't determine the created...

I think the job of running tasks on assets built by cobalt is best left to existing tools, like `Gulp`, `Webpack`, or `Grunt` -- but maybe `cobalt build` can be...

See https://github.com/cobalt-org/cobalt.rs/pull/135 for more discussion around pre/post-processing of files.