Alon Diamant

Results 76 comments of Alon Diamant

I have the same "infinite formatting loop" in PyCharm. In the JavaScript world, you have eslint --fix and you have WebStorm following your .eslintrc file - so there's no such...

please merge this in - especially commit 28a8f45d7b18e487d6ddf85c136f814efd389843 which fixes an extremely annoying bug.

To whoever reads this: First the good news: I can confirm this works with Bookshelf 1.2.0: ``` let result = await models.packages .fetchAll({ require: false, columns: [ 'packages.id', 'packages.name', ],...

Is this implemented?

Seeing this error on Ubuntu 16.10 with Python 3.5.2: ``` x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DLIB_RT_AVAILABLE=1 -I_vendorized_yappi -I/usr/include/python3.5m -I/home/user/workspace/perfpie/boilerplate/.pyenv/include/python3.5m -c...

Is this implemented?

I get the following warning with [email protected]: ``` Warning: Material-UI: We don't have enough information to build a robust unique id for the TextField component. Please provide an id or...

So, yeah, the AutoComplete component doesn't take a name prop - but apparently it transparently passes most props to the contained TextField, including the name.

I might get to it in the coming months. Will be happy to create a PR if so.

This is an example implementation: https://github.com/BaseAdresseNationale/ban/blob/27e8051e8427a36dedcb88c3ce01ebcb2bed2b4f/ban/http/auth.py