Ed Summers
Ed Summers
@tingletech I think any test would be great ; there are already tests that demonstrate this PR doesn't break anything. So any sort of test of the expected new behavior...
Is this related at all to #36? If someone has time to send a pull request I can merge it in and release it.
Tests failing are the result of the changes that have happened since the [original](http://svn.pythonpaste.org/Wiki/trunk/lib/htmldiff.py) was updated. Those tests pass with python 2.7.5. You can roll back your repo and see...
I thought it was mostly whitespace changes too, but one of the test failures gave me pause: ``` File "./htmldiff", line 236, in __main__.simplehtmldiff Failed example: simplehtmldiff('Hello world!', 'Hello you!')...
I'm seeing this memory behavior too using polars v1.2.1 to read a 12GB CSV file: ```python lf = pl.scan_csv('test.csv') lf.sink_parquet('test.parquet') ``` Watching RSS memory usage with `ps` while that runs...
Ok, that's good to know that it appears to be working. I'll try cycling through all known encodings and see if one of them works I guess...
Apparently the file is from Ukraine in mid-to-late 90s so I wonder if SPSS could even open it. That would be impressive if it was the case!
I was wondering about that too! But I wasn't quite sure if reading as utf8 into strings munged the data in such a way that it was no longer possible...
Thank you for taking the time to dig all the way into this. It was much appreciated! Do you think it is worth opening a ticket in ReadStat? It is...
@FraMecca I see 4 tests failing in my Python 3.11 dev environment: ``` FAILED tests/test_live_rewriter.py::TestLiveRewriter::test_live_bad_content_length[frame] - webtest.app.AppError: Bad response: 400 Bad Request (not 200) FAILED tests/test_live_rewriter.py::TestLiveRewriter::test_live_bad_content_length[non-frame] - webtest.app.AppError: Bad response:...