Ibraim Ganiev
Ibraim Ganiev
Same issue, but with vertical segment: ``` typedef d2::point_xy BoostPoint; typedef polygon BoostPolygon; typedef linestring BoostPolyline; int main(void) { BoostPolyline polyToClip; std::vector clippingResult; polyToClip.push_back(BoostPoint(-1.1355107225663756, 44.811363220214844)); polyToClip.push_back(BoostPoint(-1.1355107225663756, 31.354686837217578)); polyToClip.push_back(BoostPoint(-1.1355107225663756, 30.054206349090208)); polyToClip.push_back(BoostPoint(-1.1355107225663756,...
Hi @barendgehrels , Thank you too. It's cool that someone is going to take care of it. Thank you for attention to this issue.
Same result is produced by boost::geometry::intersection from 1.68
Yep, MIUI has similar functionality, but with much less settings. I was missing it when I switched to google pixel, but then somebody recommended me looking at this app, and...
> I hope you are using GrapheneOs on a Google Pixel Yes, I bought Pixel exactly because of it.
I seem to have the same problem on GrapheneOS (Android 13). Everything works correctly except repeated setting. It always blocks call for anyone who is not in contacts.
Seems to be fixed after the recent GrapheneOS update (And I believe it is fixed on stock pixel firmware as well). Now repeating call setting works fine.
I think in our particular case we can redesign our functionality to only start one initializing task instead of multiple tasks, and the rest of workers will be just in...
@tsung-wei-huang Thanks, now I understand.
@tsung-wei-huang Sorry, I looked closer into sources and I think I don't understand where this race condition is. This vector that you referred to ([here](https://github.com/taskflow/taskflow/blob/12646d7634ddd1157802e0e03825f5cf6bd1bf41/taskflow/core/task.hpp#L447)) seems to be task-specific, and...