-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
I have experienced this issue many times during a project. What happens is that "refine" b…
-
The current intersection code looks like this (simplified)
```rust
fn advance(&mut self) -> DocId {
let (left, right) = (&mut self.left, &mut self.right);
let mut candidate = left.advanc…
-
-
Elements in groups can currently not be addressed by `intersections`.
The following code does not work:
```typst
#cetz.canvas({
group(
name: "foo",
{
rotate(45deg)
rect…
-
Project Lead: @amdanz Amelia
Mentor: Losia Lagisz
--
Welcome to Open Seeds! This issue will be used to track your project and progress during the program. Please use this check…
-
We have some new Miovision cameras on the Queensway that are being used for detection and not counts. DC would like them to be brought into `miovision_api.intersections`, however we will need to do so…
-
### Routing engine
- [X] OsmAnd's in-app offline routing
- [X] Any online routing provider (YOURS, openrouteservice, OSRM, etc.)
### Routing Profile
Routing profile: Car
Restriction: None?
Enab…
-
-
Hi
I was wondering whether we can implement the "hacky solution" that you mentioned in the tutorial or we have to implement the one in the paper that is linked in the tutorial slides?
If we can us…
-
I've been debugging for find_all_intersecting_pairs_using_AABBTree function for almost one day, but the number of pairs found by my tree is still much smaller than that found by brute force.
num…