Ryan Greenblatt
Ryan Greenblatt
targets.vim changes the value of `g:targets_nl` to be a list when it is loaded. In this case, that list is `['n', 'N']`. So, if you reset the variable to a...
Hmm, I might implement this if there isn't currently another way to do this. Any updates?
Consider using the fork https://github.com/gruvbox-community/gruvbox which is more actively maintained - most issues on this repo don't get responses.
This occurs because in [this section](https://github.com/boostorg/compute/blob/master/include/boost/compute/functional/bind.hpp#L250), the number of arguments only go up to three. I will make a pr to address this.
I was incorrect about the code causing this issue. The actual issue is in this section: https://github.com/boostorg/compute/blob/master/include/boost/compute/functional/bind.hpp#L145. The issue isn't resolved by enabling c++11 because there is no variadic template...
I have found a hacky solution. By using a permutation iterator combined with a constant iterator for the index, it is possible to have an array which is indexed at...
I tested this PR and I was able to get things working (just test/test_download.py and an example private video) after a few changes (see review).
> https://github.com/jstrieb/panopto-download I just found about this that might help. I looked briefly through the PR and saw the links looked like they were hardcoded. They are available through the...
I have been able to consistently resolve this issue by setting `PYTHONPATH` within a `.env` file. For the following directory structure, it should work if `PYTHONPATH="src/directory1:src/directory2"` is in the file....
> I wonder if format on type is using something different then when I grab a selection and format it > > ``` > command! -nargs=0 Prettier :CocCommand prettier.formatFile >...