-
## Contexte
De nombreux arrêtés de circulation indiquent des localisations spécifiées par des intersections de voies (routes, rues...).
Actuellement, [la solution de géocodage implémentée pour D…
-
-
The following diagram code reliably crashes the plugin (in the sense of a real crash; the diagram spins forever to render, and then any subsequent changes to the diagram are ignored and it just hangs …
-
```ts
type Arr = readonly unknown[];
type Intr = [A, B] extends [object, object] ? {[K in keyof (A & B)]: (A & B)[K]} : A & B;
type IntersectParameters = X extends readonly []
? [...R, ...Y]…
-
This issue serves to capture baseline data for `//geometry/benchmarking:compliant_mesh_intersection_benchmark` as well as track the progress of the PR train for a new contact surface algorithm.
The…
-
Can anybody help me understand how to use the values returned from [`Snap.path.intersection`](http://snapsvg.io/docs/#Snap.path.intersection)? Specifically, what do `t1`, `t2`, `bez1`, and `bez2` repr…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
`Sketcher_External` only projects selected geometry in the sketch plane. The only in…
-
### Terrain3D version
v.0.9.3-beta
### System information
Godot 4.3 - Windows 10 - RTX 3080 TI - Vulkan Forward+
### Is the issue reproducable in the demo?
Yes
### Issue description
…
-
There's some weird stuff going on with the HTML of this opinion:
https://www.courtlistener.com/opinion/2753804/evans-v-commr/
@flooie can you take a look?
-
# Problem
let's say we have these types
```ts
type Email = {id: number, type: "Email", email: string}
type Phone = {id: number, type: "Phone", phone: string}
type ContactInfo= Email | Ph…