Patrick Lemiuex

Results 45 comments of Patrick Lemiuex

The problem looks to be the version of bcrypt i am using, the password is coming in as unicode problem. I hate python unicoding! File "/Users/dj/.virtualenvs/listsurf/lib/python2.7/site-packages/brubeck/request_handling.py", line 325, in **call**...

https://github.com/j2labs/brubeck/pull/118 covers this

Noticed the same thing: Traceback (most recent call last): File "./listsurf.py", line 6, in from brubeck.connections import Mongrel2Connection File "/Users/dj/.virtualenvs/listsurf/lib/python2.7/site-packages/brubeck-0.4.0-py2.7.egg/brubeck/connections.py", line 9, in from request_handling import http_response, coro_spawn File "/Users/dj/.virtualenvs/listsurf/lib/python2.7/site-packages/brubeck-0.4.0-py2.7.egg/brubeck/request_handling.py",...

Looks like this same functionality is done here: https://github.com/j2labs/dictshield/blob/master/dictshield/document.py def _to_fields and in def to_json I would imagine they would work a similar way. I hope this issue gets fixed...

Actually, I don't even think this import is needed any more

I created a pull request to add this back in for schematics, I also have a version of schematics working with this in my branch, if you install this version...

The documentation could have this addition to make it easier to use, please. ``` let schema = Schema::build(Query, EmptyMutation, EmptySubscription) .enable_federation() .finish(); ```

by the way opening directly from surrounding directory works, for instance, navigating directly to sub directory and issuing a `zed .` syntax highlighting returns ...

OK, i can't really show you my current work project, but for some reason I have a project path that looks like the following, when i hover over a directory...