Adrien Lemaire

Results 105 issues of Adrien Lemaire

:NodeInspectRun ``` Error detected while processing function nodeinspect#NodeInspectRun[13]..203_NodeInspectStart: line 75: E716: Key not present in Dictionary: watches E116: Invalid arguments for function keys E15: Invalid expression: keys(s:session["watches"]) ``` :NodeInspectToggleBreakpoint ```...

enhancement

Installed mypy 0.670-1 [from aur](https://www.archlinux.org/packages/community/any/mypy/) and vim-mypy with plug. ```vim Plug 'Integralist/vim-mypy', { 'for': 'python' } ``` Executing `:Mypy` I get this: ``` :Mypy :!mypy --ignore-missing-imports --follow-imports=skip --fast-parser app/models/user.py usage:...

**Describe the bug** Following [the documentation](https://testing-library.com/docs/testcafe-testing-library/intro/), I tried to write the following test ```ts const main = Selector('main[role="main"]'); const dialog = Selector('div[role="dialog"]'); signin = within(main).queryByText("Sign in"); google = within(dialog).queryByText(/Google/i); test("user...

help wanted
STATE: Need response

I'm using both south, django-coverage and django-selenium in my project. Funny thing is, they both override the django test command, and in 3 different ways. Things are, only south do...

Hi, I noticed that events such as `tm:afterSplice` are incorrect. For the later, I figured out by reading the code that it's actually `tm:splicing`. Thank you for this great plugin...

When using the django-polymorphic app via django-shop, I end up with my product, let's say a Video, that inherits from Product. When I try to milkman.deliver(Video), I get the error:...

This is a feature request. I would like to be able to work with 2 devices connected (linux desktop & emulator android mobile), and have both of them hot reloaded....

enhancement
good first issue

Please upgrade formsy-material-ui to support formsy-react v1.1.2, so we can finally use React v16. This is the only package that prevents us from upgrading atm Related to #240

Hi there, Would it be possible to add an option **all** to see new commits from any branch in a repo ? This would be very helpful, as we have...

Hi, Would it be possible to have a delete feature a-la imgurbash ? That would be much appreciated, thanks for considering it.