leigh capili

Results 150 comments of leigh capili

In Ubuntu 18.10, I "fixed" this by doing: ```bash # disable default behavior in /etc/zsh/zshrc echo 'export skip_global_compinit=1' >> ~/.zprofile echo autoload -U compinit >> ~/.zshrc echo compinit >> ~/.zshrc...

@burgesQ using `compinit -C` definitely starts faster, but it breaks command completion for me. I'm not educated as to why.

Thanks for reporting this @maxim-lian 👋 I think the status field is new, so we can probably rewrite the filter to use that: https://github.com/stealthybox/container-builder-github-ci-status/blob/94d715be8a1135b73470b49644d982182c821291/index.js#L53-L56

I was able to grab a failing build that demonstrates this issue. I've started writing the necessary patch.

A good way to address this problem would be to parse the remote URL instead `repoName`. It would be ideal if this was provided in the build object under `repoSource`,...

It's worth noting that this is already a breaking change. Some of our graphs needed to be modified to show both counters when upgrading.

Alternatively, could we just have `bin` symlink each of the binaries into ~/bin? This would be similar to `brew link` [containerd/nerdctl](https://github.com/containerd/nerdctl) is another great example of a multi-binary package with...

Does syncthing have a way to follow symlinks for a directory to the actual files so you can keep syncing just the ./bin directory? Alternatively, could you create an archive...

> I'm not sure about is if we need the extracted folders to be hidden. Agreed. I would think we would not change any folder names. We could store them...

> Synching can sync symlinks as long as they're relative inside the synced directory What about following/resolving the symlinks so synching would sync the file it points to? I was...