Mateusz Czapliński

Results 150 comments of Mateusz Czapliński

Just to give one example from "in the wild", here's an image [from one user I recommended Symphytum to](http://www.piorawieczneforum.pl/topic/12897-program-do-katalogowania-pi%C3%B3ratrament%C3%B3w-itp/?do=findComment&comment=189567), that kinda shows what I think could potentially use some improvement:...

Now that I think of it, in a way this could maybe also work as a "tags" feature, both in my case and this user's, though with a valuable aspect...

Indeed, interesting, thanks! I'll have to dig back through the algorithm to try debugging it, haven't looked at the stuff for quite long.

Reopening this, as my attempt at fixing it was too optimistic and actually has broken more than it fixed, unfortunately (see #4, especially some discussion, and #5). Also, from some...

Sorry, still can't help you :( a serious analysis of the underlying algorithm & paper is required to find a correct solution. That said, thanks for the new testcases! They...

Please make all the changes I listed if you can, and I'll merge it then. If you can't, I'll do them at some (not well defined) point in future myself...

Thanks for the report. Unfortunately I must warn that I can't promise when I'll be able to investigate it, as it's purely a hobby project of mine, and one I...

I seem to believe that winding should be irrelevant for the algorithm; although as I believe I wrote elsewhere, I can't really say I 100% understand all of its details...

Hmmmm; not sure but I might have fixed this by using `waitFor` instead of `await`, and making `proc next` non-async. Is that what I should be doing?

Please take a look at the `flappy` branch - most notably: https://github.com/akavel/hellomello/blob/flappy/hello.nim. It's far more interesting/advanced, and is what I showcased on the NimConf I video. With that said, I...