-
I'm using Metabase 0.31.2 (Docker + H2) pointed at PostgreSQL 10. It's really nice to use, thanks!
When downloading question results as JSON, [array-typed columns](https://www.postgresql.org/docs/c…
-
**Describe the bug**
When running activities.ipynb, I noticed that the Pace value is displaying a `per mile` pace, but the rest of the DB is metric, See attached imaged.
![image](https://github.co…
-
**[James Clark](https://jira.spring.io/secure/ViewProfile.jspa?name=jamesclark92)** opened **[DATAJDBC-379](https://jira.spring.io/browse/DATAJDBC-379?redirect=false)** and commented
We should add th…
-
```
Change
props.put(prop.getKey() + "", prop.getValue() + "");
To
props.put(prop.getKey() + "", prop.getValue());
So you wil get the value of an array instead of the referencename
```
Origina…
-
The spec allows for member names with underscores, but this library converts them to hyphens. I'd prefer that it at least be configurable to not do that, since it makes it annoying to pull the data ou…
-
This relates to nbconvert version 5.3.1 on Linux, as installed using conda.
Trying to convert a notebook to pdf that contains a ß (German sharp-s) in the markdown section, that letter is displayed …
-
Following on #116 when trying to serialise something like`value: '10.0'` the output will be `value: 10.0`.
Unfortunately doing `value: !!str '10.0'` still results in the output being number, test…
-
**Describe the issue**
Reading `RHO` files from siesta converts the units from `1/Bohr^3` to `1/Ang^3`.
However, when subsequently writing to a `cube` file it doesn't know that it is a density, …
-
[data.xlsx](https://github.com/Open-Telecoms-Data/cove-ofds/files/11510443/data.xlsx)
http://openfibrecove-build-lxml.dokkudev3.ods.mobi/data/929ae69a-1b97-4730-8e1b-b63b9de684ee
-
I would like support for making libpg_query bindings for dart, in dart we have ffigen (https://pub.dev/packages/ffigen) to help make automated bindings of c libraries, but for that I need to know whic…