-
```
Exception occurred while executing macro expansion.
scala.quoted.runtime.impl.ExprCastException:
Expected type: chester.syntax.core.Intersection
Actual type: chester.syntax.core.Term
E…
-
We spent a lot of time making our features actually work, which was kinda necessary for the front end of our website since it relied on the intersection of many features' functionality. However this e…
-
**Describe the bug**
The temporal intersection queries listed in the documentation of the filter API extension do not work.
For the _cql2-text_ query, you get a parsing error as [_pygeofilter_ seems…
-
My Durham Workshop group (@sfitz01,@danielgreentripp,@mlodyjesienin) are working on some deformation-theoretic computations, and we noticed that we were unable to work over the coefficient ring `QQ[ε]…
-
By default, the union, subtract and intersect boolean operations should check if meshes/shapes are touching before doing the operation. However, sometimes a user may want to merge meshes together, eve…
-
```ts
type UnionToIntersection = (U extends any ? (arg: U) => any : never) extends ((arg: infer I) => void) ? I : never
```
https://www.typescriptlang.org/docs/handbook/release-notes/typescript…
-
As an advocate creating an alternative design for streets that approach an intersection, I'd like to be able to define an intersection that automatically sets its dimensions to match the 4 streets tha…
kfarr updated
5 months ago
-
See: https://support.ehelp.edu.au/a/tickets/213046
There are cases where MERIT site data is poor quality or insufficient to correctly determine the project's primary electorate and state.
Additionall…
-
# Design Proposal: Add intersection decision operator(s)
## Motivation
Over at [osmus/OpenTrailMap](https://github.com/osmus/OpenTrailMap/) we're adding the ability to filter trail data to a spe…
-
Our current inverted index impl. for sparse vector search processes all dimensions equally, leading to inefficient intersection operations, particularly when dealing with common dimensions that have v…