Shahar Evron
Shahar Evron
Thanks, this is great. One small comment is that I'd rename the function to something more explicit like `join_path` to avoid confusion with general purpose `str.join` and the likes. `join`...
The docs now contain more information about configuration using `.env` files. I'm not sure what a Procfile is (something Heroku specific?). If we want to add a "deploying on Heroku"...
Unfortunately this is a known issue and it happens because our `setup.py` just refers to `flask-classful` but `requirements.txt` requires Flask-Classful to be of a non-released Git revision which is not...
I've tried a fix in #59 but it seems this direct notation is not allowed by pypi (when installing locally from setup.py it *does* work but pypi won't accept the...
Hi @NeatNit, #92 is now merged, please test and close if this is now fixed.
If we are using the browser's `File` API, at least for browser this is not needed because `File.slice()` is already available and does the job. I am not sure about...
Hi @roncemer, I'm glad you found ext/jsonreader useful. unfortunately I have no time and to be honest lost the required knowhow to maintain it and have not been doing so...
Thanks for the PR - looks like travis CI builds are failing with this one though, build does not complete and tests do not run. Any idea why?
What system / which PHP versions are you testing on (except for 7)?
Hi, Unfortunately I no longer have the capacity / knowledge to maintain this extension. I would be more than happy if someone decides to maintain a new fork, would endorse...