Arjoonn
Arjoonn
Any chance of this being merged or do I continue using the non-standard branch?
I wanted to pick up this issue. Besides the three you mentioned is there anything else that I should look out for? Things I should avoid doing or make sure...
If nobody is doing bidaf I can add it. It will take me some time though.
I can lay out the code like in the drqa system?
How do we arrive on a good value? - Hyper uses 65536 B - Python3.4 and 2.7use 1048576 B
I am drawing a blank on all fronts. Should I change it to 2**24 while we hunt for solutions with solid theory behind them?
I ran a [test script](https://gist.github.com/theSage21/65480feaf5c2532a1b2e) on my machine. ``` ghost@amnesia ~/dev/django-htmlmin/htmlmin $ python speed.py 0.0757081508636 0.0739748477936 ghost@amnesia ~/dev/django-htmlmin/htmlmin $ python3 speed.py 0.08755087852478027 0.08422636985778809 ghost@amnesia ~/dev/django-htmlmin/htmlmin $ ``` Since the `can_minify_response`...
Is this for internal purposes only or will it be public?
I can write tests. Is there a specific way I have to write them? I usually put them in the application folder.
I am having trouble running the existing tests. `py.test` fails with internal error. Is there a specific way to run tests?