Steven Loria

Results 67 issues of Steven Loria

I get the following error when running the example code in the README: ``` File "d3py.py", line 1, in import d3py File "/Users/sloria1/projects/sandbox/d3py.py", line 15, in fig = d3py.Figure(df, name="basic_example",...

Currently when an autofixer's `check_fix` function exits with an exception in `--interactive` mode, the command exits without a way to fix issues. Is there a way to fix the issues...

enhancement
help wanted

Nice work on this project! I've been looking for something like it for some time. I'm wondering if the bot could be configured to run pre-commit. That way, it could...

There are a number of places in the code that use ```python datetime.today() ``` According to the [docs](https://docs.python.org/3/library/datetime.html#datetime.date.today), this returns the date in the *local* timezone. This could lead to...

https://gist.github.com/sloria/b4a5fc2281f86a5733af198d609c5ab3

help wanted

The current IPython console only works with IPython 6. PRs welcome for IPython 7 support.

help wanted

The README currently says that the Django implementation is used, but I believe the implementation was originally the work of Marcel Hellkamp (@defnull) in bottle.py. While it will always be...

This allows third parties to recognize that this package is Python3-ready. Just noticed this in pyup, which thinks that this package is a blocker for Python 3. ![image 2018-07-30 10-34-36](https://user-images.githubusercontent.com/2379650/43403874-39f18e70-93e4-11e8-964e-35fcb18fdfe4.png)

Help free TextBlob from Anglocentrism by contributing a language extension! For instructions on how to do so, check out the development docs: http://textblob.readthedocs.org/en/dev/contributing.html#language-extensions I've begun [textblob-fr](https://github.com/sloria/textblob-fr), but it would be...

ready
announcement
please-help