-
Is there a way to serialize and unserialize a Quadtree? Or is the best strategy currently just to stringy, parse and recreate the Quadtree? Thanks in advance
-
Photon Scan nodes contain additional metadata fields not present in Spark Scan nodes, such as RequiredDataFilters and DictionaryFilters.
Example of a complete JSON representation of a PhotonScan node…
-
### Description
Currently the value of a variable is a JSON object encoded and stored as String value.
Example:
```json
{
"name": "person"
"value" : "{\"name\": \"Homer\"}"
}
```
Th…
-
Hi,
I want to create a "List of Objects" as JSON in postgres. The 3.2.0 version of grails-postgresql-extensions allows to do the same with "Map of Objects ". Objects are simple POJO
I have created …
-
### Describe the bug
I want to use the WANDB_DIR env var to store auto-generated local files separately from my src code. When I'm using a sweep config with the ${args_json_file} option the agent tri…
-
### Describe what should be investigated or refactored
Currently the `sboms.tar` layer contains both JSON documents and generated HTML for an "SBOM viewer" page for each of the images in the Zarf p…
-
## Bug description
When running `nixos-rebuild list-generations --flake . --json` I'm getting errors from the `ls` command
I think this might be happening because I used [WSL2-Linux-Kernel-R…
-
It would be a huge help if JSON.js could abstract away some of the mechanics of getting the WL JSON Store in the first place. WL.JSONStore.init() took me a long time to get working (the docs weren't c…
-
Hi there!
I'd like to load a JSON file into the document store using the Json File DocumentLoader, but I'm having some trouble getting the metadata to show up correctly.
The JSON File Looks Like…
-
Wouldn't it be better to store the passwords in the json files not as plain-text but hashed?
(eg `"password": "14758f1afd44c09b7992073ccf00b43d",` instead of `"password": "foobar",`)
If the JSON f…
datze updated
2 years ago