Evan LeCompte

Results 5 issues of Evan LeCompte

When I attempt to run qhangouts (I'm on Archlinux) I get this: ``` [el@arch64:~/react-assessment]$ qhangups Traceback (most recent call last): File "/usr/bin/qhangups", line 11, in load_entry_point('QHangups==1.8.1', 'gui_scripts', 'qhangups')() File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py",...

The standard Express syntax already specifies the HTTP method... i.e. ```router.get('/foo', () => { ... })``` Can't we introspect the HTTP method (in this case `GET`) from the code, rather...

For those of us using Typescript or similar, it would be nice if there were **some** type definitions for this library. I looked for a types package in NPM under...

help wanted
difficulty: easy

For those of us using Typescript or similar, it would be nice if there were **some** type definitions for this library. I looked for a types package in NPM under...

help wanted

Installed fresh virtualenv with only django, oursql, and django-oursql, receving this after setting backend to 'mysql_oursql.standard' and trying to run `python manage.py syncdb': (venv)el@arch64: ~/venv/lam % python manage.py syncdb Traceback...