-
Dear Colleagues,
The purpose of this message is to announce that preliminary drafts of the following documents are now available on github:
OGC API - Features - Part 3: Common Query Language
(h…
-
### Describe the bug 🐞
If we use a sorting (e.g. Sort()) **resetOnFirstTimeLoad** is not working / has no affect.
![image](https://github.com/user-attachments/assets/2cc464ce-07cd-4ea4-94eb-6b113d…
-
In this snippet,
``` fsharp
type Digit> * Digit (a: 'a) (tree: FingerTree =
match tree with
| Empty -> Single a
| Single b -> Deep ([a], Empty, [b])
| Deep ([b; c; d; e], m, suffix) -…
-
As we work on the unified paper P3045, we should double check to make sure we don't lose feedback from previous versions.
## Numerics paper
From this PR (#60), we have these outstanding pieces o…
-
The following code fails to parse with the following error message:
Could not parse the application [ λ a → b ]
Operators used in the grammar:
None
(the treatment of operators has changed, so code …
-
The following code:
```python
import sympy
from sympy.physics.quantum import Operator, Dagger
Dagger(sympy.Matrix([[Operator("a")]])) == sympy.Matrix([[Operator("a").conjugate()]])
```
returns t…
-
GCC and Clang have -Wfloat-equal that warns on the use of float/double::operator==, and for good reason (MSVC doesn't appear to have a similar warning).
Some references on float equality, why it sh…
-
Hello,
I have used some of your `Vector` class. It has problems with the function `Equals`. The result is some vector of doubles are equal but this function returns false. This affects pretty much…
-
MapEntry objects cannot be equal to each other (unless they're identical), which makes testing hard, for one thing.
```dart
var a = {'A': 1, 'B': 2};
var entries = a.entries;
expect(entries, con…
-
This seems to fails for all reflected types (i.e. if GetMembers() is used). Seems like reference comparison is not happening and an explicit == is being looked up instead?
Test case:
```
using Syste…