Gibson Fahnestock
Gibson Fahnestock
@ralphtheninja @rvagg what's the status of this? Anything I could do to help out?
>@gibfahn should this move to branch-diff? Sounds like it needs coordination across multiple repos, so I'd prefer to leave this open for now.
Thank you folks for sharing different options, made this issue much easier to resolve. Another possibility that worked for me (as someone who didn't know about the Shift-Enter mapping until...
Would be really nice to have f-strings in Starlark, `f"{a}-{b}"` is clearer and simpler to read than either `"%s-%s" % (a, b)` or `"{}-{}".format(a,b)`, and avoids the standard gotchas of...
 Seems to be there in the latest Spotify `1.0.90.268.ga8a0ceb4` (installed using `brew cask install spotify`). Maybe it was re-added?
Adding the script I ended up adding to my dotfiles (based on the above code snippets), should be copy-pastable unless you installed coc-ccls to a different directory (in which case...
Still has merge conflicts
>It will be important to ensure that brew update, brew update-reset and brew test-bot all behave as expected. To confirm, "behave as expected" here means that e.g. `brew update` will...
@p0deje is this something that would be more doable in the 2.0 version? Not sure whether that still uses NSMenu.
May or may not be useful for anyone else, but my workaround for this is [this zsh function](https://github.com/gibfahn/dot/blob/50d681657b1b02f25bd1ca40fa49c4378505262e/dotfiles/.config/zsh/deferred/deferred.zsh#L234-L249): ```zsh # Save the current clipboard to a png file, copy the...