jessebett

Results 32 issues of jessebett

Here is what the cursor looks like before insert mode: ![screen shot 2018-08-31 at 3 22 42 pm](https://user-images.githubusercontent.com/4240549/44932057-d8606980-ad31-11e8-8c8b-aa20015d25ab.png) And here is what it looks like in insert mode: ![screen shot...

I'm trying to integrate papis into my vim workflow in a more customized way than https://github.com/papis/papis-vim is currently supporting. One of the issues that I'm having is that I want...

enhancement
help wanted

There are two issues here. 1. `papis scihub -h` documentation is incorrect 2. It suggests a useful feature exists. It does not but should. Here is the output for `papis...

This is related to #151 which was closed but does have a related issue. I am adding a pdf that `papis` cannot extract metadata from. Further, I have the `add-folder-name`...

Currently mathematical typsetting is provided by mathjax, which potentially has a small bug due to the discontinuation of the CDN #1390. However, for a few reasons, mathjax is possibly less...

improvement

I am having issues with the tmux side of this. I have tried [both recommended installation methods](https://github.com/christoomey/vim-tmux-navigator#tmux) with no success. My particular problem is that I am unable to navigate...

I am trying to import the Glow demo from https://github.com/openai/glow/tree/master/demo This model has is saved and downloadable according to their install script: ``` # Get model weights curl https://storage.googleapis.com/glow-demo/large3/graph_optimized.pb >...

@ChrisRackauckas suggests that this package provides much of the utilities that would make broadcasting over specified axes efficient. This can be seen in [DiffEqGPU.jl](https://github.com/SciML/DiffEqGPU.jl/blob/master/src/DiffEqGPU.jl). Can we discuss a user facing...

Getting started trying out vim as a julia editing environment. I'm using it by sending code from vim to the REPL with vim-slime. However, there's something that is slightly annoying....