-
I was thinking of allowing for types on columns which consumed a role something like ```Red::Role::ColumnType``` that allows the type to provide its own deflate and inflate methods that could be used …
-
Right now, we can map custom scalars to Kotlin classes using a Gradle configuration:
```kotlin
apollo {
customTypeMapping.set(mapOf(
"Date" to "java.util.Date"
))
}
```
This does…
-
Hi,
I was exploring the Cell Type Ontology through the OLS website, so I searched "B Cell" and obtained this entry:
https://www.ebi.ac.uk/ols4/ontologies/cl/classes/http%3A%2F%2Fpurl.obolibrary.o…
-
We currently use operator overloading for `DateTime`s. We can perform the following three operations:
* `DateTime` - `DateTime` = `Time`
* `DateTime` + `Time` = `DateTime`
* `DateTime` - `Time` =…
-
Your DG does not seem to have any object diagram, which makes the analysis and evaluation of the classes less comprehensive.
[original: nus-cs2113-AY2425S1/pe-interim#639] [original labels: seve…
-
Please add data types for simpler handling and error checking.
Having types like below will allow:
* PowerShell to perform syntax checks and show useful error messages
* Allow to do type validation…
agowa updated
4 years ago
-
See https://gitlab.isl.ics.forth.gr/cidoc-crm/cidoc_crm_rdf/-/tree/master/7.1.3 for current CRM ontology.
It neither defines the following CRM classes as RDF classes:
- E59 Primitive Value
- E6…
-
As the application has both students and classes, it is expected that for a tutor (or teacher), the user should be able to link students to classes. However, there is no such functionality. This is a …
-
# Description of the feature
I am extending highcharts to implement my own chart type which is an extension of the Pie chart (in a custom shape). I'm working in Typescript and it is not possible for …
-
### Why is this needed?
I'm new to GraphQL in general, but I think in the original PR #323 the `AppSyncResolverEvent` was based on AWS Amplify, so instead of reading `parentTypeName`, we are reading …