-
**Is your feature request related to a problem? Please describe.**
Interfaces & Unions are currently not fully supported.
**Describe the solution you'd like**
```ts
import {app, ID} from '@getcr…
-
**Summary**
Loading a CSV containing timestamps encoded as unix timestamps results in times that are all in 1970. We should treat integers as seconds since the unix epoch when converting to timestamp…
-
### What is your problem/feature request?
I have a recipe https://github.com/conan-io/conan-center-index/pull/19681, which:
- depends on TBB, which can be built only as `shared=True`
- depends on p…
-
# Introduction
The concept of a **performing arts performance** is represented in several classic RDF ontologies, conceptual models and authority files. This key concept is however not represented in…
-
When types are being inferred by CSV the numbers are always 64 bit. For large data sets it could be better to use 32 bit types to save over all memory. To do this it would be useful to add an option t…
-
-
### Version
fuseki2 4.4.0
### Question
- the rdf ontology like this: three entities A B C, A-relation1-B, A-relation2-C, B-relation3-C.
- when count the thriples with: `select (count(?s) as ?cou…
-
### Connector Name
source-sftp-bulk
### Connector Version
1.0.0
### What step the error happened?
Configuring a new connector
### Relevant information
I am trying to set up the SFTP Bulk source…
-
### Description
Currently all schemas need to be manually listed to the `OpenApi` via `#[openapi(components(schemas(...)))]` or manually by adding them directly to the `OpenApi`. While this is fine…
-
Example: this works:
```
cat /dev/urandom | clickhouse-local --format LineAsString --structure 'line String' --progress --query "SELECT * FROM table" > /dev/null
```
but this does not:
```
cat /…