Omri Har-Shemesh
Omri Har-Shemesh
Hi, first off thanks for the great work! I really love these themes! Do I understand correctly that there is currently no `workspaces` module for the `panels` themes? I tried...
It seems that, ironically, `mca` has some problems with handling a categorical index. I have such an index in my `DataFrame` which is created using `pd.qcut()`. When I run `mca`...
First of all, I really love `vim-pandoc` and use it regularly. I'm now using it for writing a paper which is quite equation-intensive and will be eventually converted to LaTeX...
I have tried setting `g:vifm_term` to `gnome-terminal -e` but I keep getting the error `Got non-zero code from vifm`. I think the problem is in https://github.com/vifm/vifm.vim/blob/master/plugin/vifm.vim#L128 since gnome-terminal expects to...
This might be a very edgy edge case, but it goes as follows: I'm using `sqlalchemy_utils.i18n` `translation_hybrid` in my application to provide translations for some of the fields in my...
Good Morning, I came across this project when I was searching for an up-to-date library that forks dplyr to python. I've been using `dfply` for a while (before starting to...
I have another question which can really optimize the way I work: often I'm performing calculations on aggregates and would like to allow some features (that are constant within the...
Jupyter notebook supports surrounding a selected piece of code with brackets, which is broken once vim bindings are enabled. It would be great to add a way of surrounding pieces...
The title says it all: when the Workspaces to Dock extension is enabled, the windows only occupy the left two-thirds of the screen rather than the entire screen, and they...
First off, thanks for the great project! I love it! I often use `pymc` to fit GLMs with a log-link function. This means that I frequently am interested in transforming...