Marcel Robitaille

Results 66 issues of Marcel Robitaille

I would like an option to call `local.exec` at full width (ie without `host >` before each line). Also, it would be nice to have coloured output when running `local.exec`...

enhancement

I cannot get CtrlP to show dotfiles or symlinks. In my `.vimrc`, I have: ``` let g:ctrlp_show_hidden = 1 let g:ctrlp_user_command = 'ag %s -l --nocolor --hidden --follow \ --ignore...

The error message when the `--label` flag is forgotten is cryptic. It is not easy to see what went wrong, or even if it was a bug or your own...

**Is your feature request related to a problem? Please describe.** It would be great if `Telescope keymaps` could show the file defining a particular keymap. Right now, I am having...

enhancement

I am having a very hard time getting mappings set up for this plugin. Right now, I have the following in my `vimrc`: ``` let g:NERDSpaceDelims = 1 map NERDCommenterToggle...

question

Whenever I try to pan with the mouse, I get errors similar to the following: ``` (node:26121) Warning: A promise was rejected with a non-error: [object:Undefined] ``` Reproduced in termite...

I am trying to make adjustText avoid a fitting curve drawn using `plt.plot`. I see that there is a `add_objects` argument seemingly for this very reason. I tried putting simply...

I think it would be very nice to be able to set additional options for a task while adding it. Current workflow: 1. Type the name of a task in...

Could you please make some tags so we can pin the version? I typically don't like to use `:latest`.

Copying the sample code from the fix in e2aa007 and adding a decorator to the class method results in an `IndentationError`. My code is now as follows: ```python from unittest.mock...