Jonathan del Strother

Results 104 comments of Jonathan del Strother

FWIW, I keep randomly seeing this when running parallel tests, but the `idle_timeout:0` trick isn't working for me. rails 5.2.2.1 mysql2 0.5.2 mysql server Ver 14.14 Distrib 5.7.18, for osx10.12...

As far as I can tell it happens when getPixelHeight returns 'auto', which it does for an awful lot of cases. I've worked around it using : ``` diff @@...

I've also been getting the "Unexpected call to method or property access" error on trying to access 'element' from within the resizetimeout callback. It kinda seems like 'element' is no...

> For now, here's some advice for ignoring anything in `.gitignore`. At some point I'll try to submit a PR with per-workspace variables for toggling this behavior and manually un-ignoring...

Hm. It works correctly when invoking from MacVim => opening a tab in iTerm.

I think github might have stripped whitespace there - so try just appending a single space to shellpipe, so it becomes `"2>&1| tee "` ? It doesn't seem to help

I did manage to reproduce the problem when running `tmux split-window -l 10 -d -P -t ':' '$(npm bin)/webpack'` in my shell, so I guess this is absolutely nothing to...

I don't believe so, unfortunately. (Though at least fish has a few less footguns than bash does)