David Weigang

Results 5 issues of David Weigang

Hello, first of all thank you for sharing this library! For my usecase I need to remove vertices often. But I also need to store some vertex handles for later....

Hello, I tried to build Valhalla on macOS Monterey. It seems that the new geos version has changed something in it's API. The build produces the following error: `Undefined symbols...

Since uuid >= 1.0 exists now it would be nice to make the uuid version a little more versatile. The proposed change fixes uuid version mismatches when using this crate...

Hello petgraph maintainers! While using this amazing crate we stumbled upon 1 small bug. The documentation of the [immediately_dominated_by](https://docs.rs/petgraph/latest/petgraph/algo/dominators/struct.Dominators.html#method.immediately_dominated_by) states: > Iterate over all nodes immediately dominated by the given...

Set playsinline attribute of video to true to make WebRTC work on mobile Safari. Solution found [here](https://github.com/webrtc/samples/issues/929). fixes #94