-
As of today, `mag_constant` requires a value of `long double` (e.g., for `pi`). However, it might not be a good option for embedded projects. Should we change the requirement to just be a floating-poi…
mpusz updated
3 weeks ago
-
Since we never resize the underlying vector, we should be able to use a `Box` and thus reduce the size of a `BitVecValue` from 32 to 24 bytes. This means that we have to implement the `SmallVec` optim…
-
the float data isnt shown correctly on ui. i have a table with `CAST(0.000000001 as FLOAT)` value inside.
ui shows value: `0`
csv download value: `0.0000`
npgsql .NET value: `1E-09` // exact and co…
-
### Description
As for the following code:
```typst
#import "a.typ":
#import "a.typ": /* 0 */ (
/* 1 */
node,
/* 2 */
edge,
/* 3 */
) /* 4 */
```
The AST is:
```
Markup: 10…
-
**Is your feature request related to a problem? Please describe.**
When using the toString() method of the MixedFraction there is a check whether $whole == 0 (and omits it if it is), which is great, …
-
[`Source`](https://docs.rs/cargo_metadata/0.18.1/cargo_metadata/struct.Source.html) is currently represented as a `String`, and the documentation says:
> It is possible to inspect the `repr` field,…
-
# Primary user story
As a voter,
I want to see myself as well as the candidates and parties plotted on a visual map,
so that I can understand the totality of political options better.
# Supporting u…
-
Currently we use a consolidated version of the the Zarr store in `zarr.rs` to handle persisting and loading configured zarr stores. Importantly, this is the basis for pickling stores from python.
…
-
(split off from https://github.com/Sveino/Inst4CIM-KG/issues/49)
> in JSONLD it must be 1.23 and not "1.23" for a float.
I wrote in https://github.com/3lbits/CIM4NoUtility/issues/278 about the d…
-
Timestamp with epoch-seconds is inconsistently represented currently when encoding directly to JSON vs using a Document as an intermediate layer.
Reproduction
```scala
//> using scala "3.3"
//…