-
Let's set up a simple server that responds to one endpoint `/api/{value}`, where `value` is a floating point path parameter:
```go
// main.go
package main
import (
"fmt"
"net/http"
)
f…
-
**Is your feature request related to a problem? Please describe.**
Currently, when exporting numeric data (especially large numbers) from DBeaver into formats such as `.xlsx`, numbers are often displ…
-
We need a stable, consistent format for sharing input data required and deliverable results developed by the other working groups. This includes a couple of dimensions.
* The [Data Package](https://…
-
#### Problem you'd like to fix
I've been doing a fair amount of "physics help" for my nephew recently. Suppose we're calculating the pressure exerted by a force of 85N on an area of 4.8Mm^2. He ent…
-
@rowanc1 mentioned that this is already something being thought about, but it would be excellent if the articles that are published on Curvenote also had a cite button that when you click it allows yo…
-
List of tables, list of equations, list of figures, and list of listings are needed in all writers, not just LaTeX. These are important elements in any technical or scientific paper and report, as imp…
-
Try to compile that file in that branch uncommenting that line:
https://github.com/KOLANICH/kaitai_struct_formats/blob/mdt/scientific/nt_mdt/nt_mdt.ksy#L14
https://github.com/KOLANICH/kaitai_str…
-
Goal: A slightly technical perspective piece describing the problem of representing arrays in schema and how array support within LinkML solves the problem
A rough first outline:
1. Background
…
-
Double precision floats (IEEE-754 binary64) are useful for various applications. Although often slower than 32-bit single precision floats, they are supported by many desktop GPUs as well as some mobi…
-
[def _dump_fn](https://github.com/ESSS/pytest-regressions/blob/9a796ee502d1551defdef5e41326d45cbeb5e2f9/src/pytest_regressions/dataframe_regression.py#L172)
```python
import pandas as pd
df = p…