-
As pointed out by @Slyces in https://github.com/astral-sh/ruff/pull/13571#discussion_r1788003539
Copying my comments from there:
I think the logic here is that when we have an actual `bool` type…
-
https://github.com/GeoLatte/geolatte-geom/blob/b3760323db5fef510b5ef8125904a78ce413f573/geom/src/main/java/org/geolatte/geom/Box.java#L223
The Box.intersects (and other) method uses getCoordinateDi…
-
Both examples intersect at 0,0
---
Returns intersection
```py
a = Line(-1,0)
b = Line((0,0),(0,1))
isect = a.intersect(b)
```
---
Does not return intersection
```py
a = Line(-1,0)…
-
I am getting invalid record error
This is annotsv v3.3.6
```
-- genesAnnotation --
bedtools intersect -sorted -a 20240910001-1.sv.NA.formatted.sorted.bed -b /opt/AnnotSV/share/AnnotSV/Annotat…
-
Not sure if this is an expected limitation or a bug, or perhaps specific to my project, but I get an infinite loop that locks up the app when I place `` into an `#each` block:
```svelte
import…
-
After offset operation if the new polyline self intersected, the intersected edges clipped and created polylines more than one.
Is that possible to get the intersected polyline without clipping?
-
Say we have a dependency chain as `a -> b -> c -> d -> e`.
`bazel cquery deps(a)` returns `b, c, d, e`. `bazel aquery deps(a)` returns the actions created by `b, c, d, e`
Using [`intersect`](htt…
-
UI with multiple windows is enabled!
When attempting to drag the preview window from the red highlighted area, which becomes immovable when another windows is open, the windows it's intersecting wi…
-
### 🔍 Before submitting the issue
- [X] I have searched among the existing issues
- [X] I am using a Python virtual environment
### 🐞 Description of the bug
When trying to perform an intersection b…
-
Consider there are 3 geometries in table t.
```sql
DROP TABLE IF EXISTS t;
CREATE TABLE t (id int, geom geometry);
INSERT INTO t (id, geom) VALUES (1,ST_GeomFromText('MULTILINESTRING((-1 0,1 0))'…