Joseph Dallago

Results 13 issues of Joseph Dallago

Running a worker yields this error right now: ``` Traceback (most recent call last): File "/app/.heroku/python/bin/clusterworker", line 9, in load_entry_point('clustercourses==0.0.25', 'console_scripts', 'clusterworker')() File "/app/.heroku/src/clusterapp/clusterapp/__init__.py", line 139, in worker blocking=args.blocking) File...

I liked AttrDict. Then AttrDict was too slow. I liked Bunch. Then Bunch was too slow. These two libraries ended up consuming 1/2 and 1/3 of my request time when...

I have a situation where calling `docker run -v $(pwd):/app pserve development.ini` is really slow, due to the fact that vagrant has to sync a rather large directory at `pwd`....

Hey! So I was checking out the different options in the golang ecosystem for translation, and it looks like it really comes down to [go-i18n](https://github.com/nicksnyder/go-i18n) and this project. I just...

question

The title says it all. Is there a way that I can tether to an element that has yet to be inserted into the DOM. My usecase for this is...

Proposing that we create an exception that can be raised in a validator, which indicates an Invalid state AND stops the validation chain. I have something hacked together which accomplishes...

I'm pretty sure the ordering [here](https://github.com/ab24v07/PyLOB/blob/master/src/PyLOB/orderlist.py#L75) is incorrect. I believe the `tailOrder` is getting assigned too early, and the `prevOrder` would then point to the same order. It should instead...

Installing to Heroku fails sometimes, b/c simply running any setuptools command requires `requests` to be installed. This is due to the fact that the version is obtained from [here](https://github.com/ozgur/python-firebase/blob/master/setup.py#L9). Here...

The version of python-firebase in pypi atm has a really bad bug in it, that I believe was fixed in this commit 2ab187f04f0504e8354fd6eca1189564945172d3. When attempting to use it on Heroku,...