Jeff Sutherland

Results 19 comments of Jeff Sutherland

#76 is similar and would be a welcome change but I think there might be two seperate features: 1. Option to only show currently open buffers in the tabline. (this)...

I use https://github.com/christoomey/vim-tmux-runner – might be a useful reference.

@MFreidank I would also be interested in hearing about your workflow for adding images.

It seems my issue was related to using asdf version manager. I tried using homebrew python and the build succeeded.

I was having this issue in addition to kernel panics that appeared to only occur during sleep from idle/closing clamshell. I also had mouse lag (https://github.com/pqrs-org/Karabiner-Elements/issues/2566). When Karabiner is disabled,...

I originally overlooked that this is using an `assert_includes` (rather than equals). I'm guessing that this is failures due to array ordering. I'm not used to using minitest so maybe...

Looking at this a bit more, I'm not sure exactly what is causing it to blow up but it seems very likely related to grid; I suspect the css parser...

@mirsella your issue isn't related to grid but what both probably have in common is that they're newer CSS additions. It looks like bracey and the css parser library were...

@mirsella I replaced the css parser with `postcss`. `postcss` supports CSS3+ features that the old css parser didn't. There is an additional issue, however; `csslint` is used to detect errors...