Viktor Vilhelm Sonesten

Results 162 comments of Viktor Vilhelm Sonesten

Thanks for hunting the commit down. Nothing I can investigate currently, but I'll gladly process any pull requests.

Thanks for taking the time to port unit tests over! I'll see about going over the commits the coming week.

>When Im tried to link with target that was failed because include file What do you mean? I've had no issues using the library via `add_subdirectory(path/to/fuzzywuzzy)` & `target_link_library(... fuzzywuzzy)`. Perhaps...

None, I'm afraid. I'm unsure if the underlying Levenshtein implementation supports it.

I recall seatgeek/fuzzywuzzy supporting two implementations; it will use python-Levenshtein if installed. But from their past issues it seems that the library supports unicode. I interpret that the Levenshtein implementation...

On 20-10-2019 00:09, Martin Chang wrote: >I guess there's no easy way to get Unicode support (Without switching std::string to a Unicode aware one for the entire library). Thanks ....

On 20-10-2019 21:38, Martin Chang wrote: >I think the proper solution would be to use something like Qt's `QString` and re-implement levenshtein.c to support it. I don't want to pull...

A modicum of progress on this issue has begun in the `cli` branch.

Do you have a tool in mind for this? If not I can eventually resolve https://github.com/Tmplt/fuzzywuzzy/issues/6.

This happens for me also. It seems like it resets the pdf-view window when ace-window tries to draw the selecting character, which it fails to do. Can I tell ace-window...