Robert Yi
Robert Yi
Currently, it's a bit difficult to set up metaframe in some companies where you have to ssh into a devbox to run your queries. It's possible, however, to get around...
I've added [this snippet](https://github.com/junegunn/goyo.vim/wiki/Customization#ensure-q-to-quit-even-when-goyo-is-active) to my .vimrc file to permit `:q` to quit both goyo and vim, but I noticed it doesn't work when I am using `vimwiki` and have...
Base numpy arrays add broadcasting to the __rshift__ method, making Pipey behave oddly at times (e.g. with functions that collapse dimensions, like `np.sum()`).
Docs should specify this, or this should be fixed: if a (-1,1) array is given, a plot is still produced, but it's wrong.