niki six

Results 27 comments of niki six

@wd60622 on second thought I agree with you guys about leveraging the models directly. Mainly because I can't think of a way to implement an independent data generation process. So...

+1 for a snowflake client

After reading #14 I just realized I may have gotten around the needing to downgrade tmux thing by: 1. pip install imgcat 2. adding `set-option -g allow-passthrough on` to my...

Looked into this a bit more and I'm pretty sure the check that's failing is: `helpers/imgcat/imgcat.py +232` ``` if panes is not None and is_tmux: os.system(f'tmux select-pane -t {panes[1]}') ```...

Would be great if you could merge this.

Made the requested changes. Updated the setup.py with more info from your .toml. If that was redundant I can remove.

I had this error too. Make sure that you `python -m pip install imgcat` for it to work. iterm2's native imgcat doesn't play as well with tmux as that one.