Results 65 comments of eblis

I think you can get rid of this problem if you always call the `poetry` executable with the `--no-ansi` argument

I would say that everybody using escape codes (on Windows) is affected. How can I/we raise an issue there ?

I didn't check the pull requests and I developed a very similar solution myself and submitted it as a pull request. I've only implemented the single lines, no double lines,...

I'm also looking for something similar. Apparently this might help https://github.com/marshmallow-code/marshmallow/issues/229

I have the same issue on Linux Mint 19.

In the Skill Builds panel you have level up information, what each hero leveled up at that particular level. I think it would be nice if a little timestamp was...

If the `total` value reported by asammdf is different than the current one (default 100) the progress bar is reset to use the new `total` as the maximum. And every...

So it turns out that the problem is the sort call after reading the data. I added some quick print statements to the `_read()` method (for mdf_v4) and this is...

It takes around 4s for one iteration of the following for block (I added the progress stuff): ``` for info in group.get_data_blocks(): if self._callback: progress += 1 self._callback(progress, size) dtblock_address,...