CoffeeStraw

Results 25 comments of CoffeeStraw

> My implement is use SSE and AVX SIMD to accelerate it, but it only works on x86's CPU, other architecture just can run in regular code. I think you...

Yeah, you will solve that for `syl.i`, but there are still unsolved cases, like: ```python3 for i, char in enumerate(Utils.all_non_empty(line.chars)): # "i" is the new char.i, but char.syl_i is still...

Thank you very much for your PR! Reading the changelog only, everything sound reasonable. Unfortunately, I'm not able to read the code/propose changes before a week. Feel free to keep...

Hey, I'm again with my laptop and I've reviewed your PR. There are some interesting ideas you've implemented to better organize the code, but overall I think the implementation could...

Using `try ... except` we're not really doing type-checking anymore. Instead, we're just clarifying the error(s) to the user. Following EAFP is what I think it is better for the...

Thank you for your references. I've taken a look at them, but they're quite outdated and the code doesn't look that good... Using PIL, this is quite an easy task...

> Additionally a reduction of output shapes by vectorization of (raster) images would be appreciated. Probably, we could use the project [pypotrace](https://pypi.org/project/pypotrace/) to import this feature. I still have to...

Good point, probably I need to update contribution guidelines and add a readme in the examples directory.

Hey there! Thank you for the PR, much appreciated. I will need to look into details of the logic behind your implementation (I see that you also linked stackoverflow). But...

Hi, could you please provide me the subtitle file you used? Thanks!