fjwong

Results 6 issues of fjwong

This PR introduces a HalfedgeList object (a doubly-linked list) to replace arrays in Voronoi cells. It seems a lot of time is spent on garbage collection when the createEdge method...

When a beachsection is removed, the original implementation creates an array and stores all "disappearing transitions" in it, so that the starting points of their edges can be updated. This...

This fixes a bug when creating the induced graph, in which the first edge of the induced graph (with index 0) can end up being duplicated instead of having its...

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

bug
needs-triage
service/healthlake

First of all, I would like to say thank you very much for all the work and effort in making this library. Our group was tasked recently with working on...

As suggested in https://github.com/ali-thowfeek/simple_html_css_flutter/issues/17#issuecomment-1772417562, this PR: * Adds a `unescapeContent` boolean flag to both `toTextSpan` and `toRichText`. * Default value is set to `true` for backward compatibility.