-
Hi! Is there a way to get sexp-formatted information about modules, like the one acquired by running `Print Coq.Init.Datatypes` in Vernac? I failed to find a way, and running several commands like `(Q…
-
### Problem description
Given the following data
```turtle
:foo :bar "5"^^xsd:int
```
and the following sparql query:
```sparql
select * where { ?s ?p 5 }
```
We will get an empty r…
-
Author Name: **Reinhard Reiterer** (Reinhard Reiterer)
Original Redmine Issue: [16282](https://issues.qgis.org/issues/16282)
Affected QGIS version: 3.0.0
Redmine category:browser
---
The drag and dr…
-
I'm using Python 2.7.5 and h5py 2.6.0.
h5py file consists of fixed-length numpy arrays of the following dtype:
```
>>> f['subgrids'].dtype
dtype([('model', '
rbedi updated
6 years ago
-
I may be missing something, but is it possible to declare new datatypes? For example, I tried `runStmt "data MyBool = MyTrue | MyFalse"`, but I get:
```
parse error on input 'data'
```
Is ther…
-
**Problem**
Usage of JSON types in a SQL database is both a common use pattern, and very difficult to use with both sqlx and database.sql. `types.JSONText` is a very helpful type for transparent pas…
-
Text files should have better default interpretations if this is possible. It is suggested to interpret as TSV or CSV initially
-
I wonder if this is normal, on my opcua server I have Int64 type and currently have value = 14,084
Now looking at my Fuxa it seems it reads different, the value I am receiving is something like th…
-
https://github.com/SheepTester-forks/CurricularAnalytics.py/blob/aadd3f6fe568db296c86d6ebb6583ae36e1acf27/src/DataTypes/DegreeRequirements.jl#L9-L44
https://github.com/SheepTester-forks/CurricularA…
-
See:
https://github.com/rerun-io/rerun/blob/main/crates/store/re_types/definitions/rerun/components/disconnected_space.fbs#L20
```
/// Whether the entity path at which this is logged is disco…