-
following up on #72, it would be great to have a "live" view of a running pipeline: auto-reload the pipeline information.
we could either:
- use a new eventSource to push the pipeline in json form…
-
When trying to encode an object with a string overload, when convert_blessed isn't enabled:
`encountered object '... potentially unintelligible or confusing string here', but neither allow_blessed,…
-
Hi there!
How to encode a JSON format as following:
```
{
"val1" : p,
"val2" : h'1234abcd'
}
```
Where the field val2 is associated with a hex data.
This doesn't seems to be a correct JSON…
-
Feed view should have a button "Export" which creates a JSON representation of the selected DS plugins as part of a reproducible workflow, aka pipeline. This JSON file can be uploaded to the ChRIS sto…
-
Sometimes Common.credentials is an object and sometimes a string. All supporting logic seems to depend on this being an object so we need to rework this to ensure it is always an object. The setter de…
-
Missing metadata in journal article JSON representation: article number and free to read dates
1) We are pulling ‘article-number’ into the results (ex: 10.1186/ar4639). We also need to include data…
-
yaml + metadata is fiddly; try allowing turtle.
Treat turtle and yaml metadata equally. Storing metadata from Turtle as rdflib.Graph makes sense; getting it into a python object (as metadata from YAM…
-
Per @JohnOmernik, this will enable more robust log processing by powerful tools.
I'm pretty this option should be at least optional per log level. I'm also considering making it optional per output…
-
Proof Market is focused on the development of User Experience and Customer Experience leveraging the latest technology in Decentralized Digital Identity. In the past year our focus on MedCreds in ord…
-
Currently it is serialized as `Array` which could be containing redundant info.
A better representation would be `Map` in the serialized form = `Array`
But somehow I couldn't make the compiler t…