-
why not use @id for consistency with JSON ld for the node identifier?
e.g. (from digital-specimen-object/basic-json-example1.md):
```
{
"@id": "https://handle.net/20.5000.1025/64ae0cf0dacb7bd2…
-
See right at the very end of this issue for background ...
## Rationale
The UK admin boundary polygons are somewhat venerable and a little bit ... _shonky_ in places, with a lot of them originat…
-
### Checklist
- [X] **I have read the guidelines in [CONTRIBUTING.md](../blob/master/CONTRIBUTING.md)**
- [X] Include my name in [CONTRIBUTORS.md](../blob/master/CONTRIBUTORS.md)
- [ ] I am affiliate…
-
Jira Link: [DB-10079](https://yugabyte.atlassian.net/browse/DB-10079)
### Description
Tried on version **2.21.1.0-b124**
Logs: [https://drive.google.com/file/d/1KA7F5BpywI8qT0IhH9vTQ4zUIZz2DliT/v…
-
In order to make LTI 1.3 re-usable, we need to remove any dependencies on `location` from the LTI configuration model and from the launch flow. We currently use `location` to get contextual informatio…
-
# Property-Scoped Fields
(Ported from dotnet/roslyn#850)
## Summary
[summary]: #summary
Allow fields to be scoped within the accessor body of a property or event declaration.
## Motivatio…
-
We discussed this manuscript https://openreview.net/forum?id=S1gBgnR9Y7
Their setting is to use 1/3 of the images in the Cell Painting dataset that area also present in CHEMBL to predict 209 CHEMBL…
-
This enhancement would allow to create a flat classpath of Ceylon CARs for Java projects using Maven, Ivy or Gradle. This is possible by offering appropriate repository "facades" through the Herd repo…
-
Hi,
I am using the tokenizers library to build a tokenizer that can be used to tokenize Java code into valid Java tokens. This tokenizer will be used in a transformer model which can fix bugs in Java…
-
In Julia, the statements `break` and `continue` affects the nearest enclosing loop, and there is currently no way to point them to outer loops.