-
/kind task
## Which area/kind this issue is related to?
/area registry
## Issue Description
The `index.json` is stored inside the `devfile-registry` container atm. Ideally we would like to…
-
For IIIF Collections and Manifests, we store a blob of JSON in S3.
This JSON is the public IIIF Presentation API version of the resource, but without the `id` property. It does not contain any of our …
-
When calling backup with a nonexistent snapshot, or restore with nonexistent keyspace or table, it fails silently, instead we get an error later when trying to get the status of the task, which does n…
-
After creating a server using a ServerCreationAction I want to retrieve the allocation details and store the IP and Port number.
But when trying to get this data using the AplicationServer#retrieveDe…
-
### Description
Since we're integrating [portail.sh](https://github.com/InsaLan/scripts-reseau/blob/nftables/portail.sh) into netcontrol, we might as well integrate [ip_rules.sh](https://github.com…
-
When publishing a package, files are taken from the package root. However, additional sources, like build-generated files (e.g., .jar), may need inclusion. For instance, when publishing a UDF, metadat…
-
### Version
node v17.3.0 / 16.13.0
### Platform
linux (likely all)
### Subsystem
async_hooks
### What steps will reproduce the bug?
Run
```js
'use strict'
const { AsyncLoca…
-
## GitBook Section
https://snet-ambassadors.gitbook.io/singularitynet-archive/development/llm-development
-----------------
## Google Colab Development
https://github.com/SingularityNET-Archive/…
-
MySQL allows querying a property from a JSON field using [special syntax](https://dev.mysql.com/doc/refman/8.4/en/json.html), for example, like so `SELECT col->"$.mascot" FROM qtest`. In our system, w…
-
One of the challenges with Jinja2 is that it does not support the JSON Path standard to query the JSON easily to get a value. It is easy to add to Python because it can simply be added, but there was …