coded4 icon indicating copy to clipboard operation
coded4 copied to clipboard

:bug: Fix #2 unicode issues, update to python3

Open yhs0602 opened this issue 2 years ago • 2 comments

Hello.

I tested.

yhs0602 avatar Jul 23 '21 02:07 yhs0602

However, commits and sessions is broken

yhs0602 avatar Jul 23 '21 05:07 yhs0602

However, commits and sessions is broken

That can be fixed by changing line 39 of approx.py (https://github.com/yhs0602/coded4/blob/master/coded4/approx.py#L39), the map function can be replaced to a lambda that applies both map and list e.g. lambda f, i: list(map(f, i)), I've done so in my PR https://github.com/Xion/coded4/pull/4 (which I made by mistake without seeing this one)

wasi-master avatar Jan 28 '24 11:01 wasi-master