Rakesh Balasubramanian

Results 6 comments of Rakesh Balasubramanian

Same error for me. No menus. Just a blank white screen. I downloaded this: https://github.com/railsware/upterm/releases/download/v0.4.2/upterm-0.4.2-macOS.dmg from the release page. node version: v8.5.0 npm version: 5.3.0

@vlad-shatskyi The shortcut didn't work. Changed my shell to bash (was using zsh) `chsh -s /bin/bash`. I did this because since I don't have any special settings in bash config....

@vlad-shatskyi I would like to continue using zsh. Is there a way to figure out what specific setting in zsh is causing the issue for me?

Hmm. I tried that. The results are not consistent. I am using https://github.com/zplug/zplug for managing my zsh plugin. It starts up consistently if I stop using all zplug plugins. But...

This is the contents of the files that is sourced by my .zshrc while loading zplug plugins: ``` export ZPLUG_HOME="$(brew --prefix)/Cellar/zplug/2.1.0" source $ZPLUG_HOME/init.zsh # Syntax highlighting bundle. zplug "zsh-users/zsh-syntax-highlighting" zplug...

I realized that I can do a find and then call `Update` on the model struct. So that is a workaround. That is still 2 queries I guess and also...