Adrien Lemaire

Results 103 comments of Adrien Lemaire

Sems like a fix was offered in 2017 https://github.com/Integralist/vim-mypy/pull/2 Is this repo dead ? Temporary fix: ```diff - Plug 'Integralist/vim-mypy', { 'for': 'python' } + Plug 'flebel/vim-mypy', { 'for': 'python',...

Having a call_command a-la django_coverage is ok, but you still need to call the command test_selenium to not override the django test. The south way of doing by calling the...

@AlexKamaev I had the same issue, and it doesn't seem related to dotenv. When [the config path is required](https://github.com/DevExpress/testcafe-browser-provider-browserstack/blob/466ded007f965e4478ca3c954c7360a87c299806/src/index.js#L145), it seems to be doing it relative to the directory `node_modules/testcafe-browser-provider-browserstack/lib/`....

Getting the same issue. Is there a plan to fix it @sobolevn ? settings: ```py class POINTS: a = 1 b = 20 c = 5 ``` models.py ```py from...

@coler-j I've just encountered the same issue, and fixed it by adding the reactive var mutation in an effect. In your case, that would be: ```ts export default function App()...

I'm also interested by an answer to this question. Puppeteer has tips on how to use breakpoints here: https://github.com/GoogleChrome/puppeteer#debugging-tips But I'm not sure how this should be translated in backstop.json.

Is this repository not maintained anymore ?

Thanks, I'm looking forward to seeing it :)

Same issue here, can't navigate further after entering 3rd plugins files, and I'm using the default settings. Is coc-flutter trying to get the repo packages from the `pubspec.yaml` or something?...

Adding the `python.formatting.blackPath` fixed the problem for me. It probably broke because I had set `python.pythonPath` to my virtualenv python, and coc was having trouble to find the path for...