Nokome Bentley
Nokome Bentley
@robertleeplummerjr, I like the sound of your plan! I can provide some financial backing; my preference would be to do that through [Bountysource](https://www.bountysource.com/teams/medium.js) as I have done in the past....
Agree with the suggestion for a custom label and a milestone (2.1?) to attach those issues to. At this stage, I'm happy to be guided by others on what the...
Is there still an appetite to do sprint along the lines of what we discussed above?
Sure, completely understand; I have no time available right now either. Just wanting to touch base to see if this might still be a possibility some time in the next...
Just wanted to add support for "unambiguous property on `SoftwareSourceCode` and a reverse-property on `SoftwareApplication` connecting these two." When crosswalking from PyPI, CRAN etc to JSON-LD we've found that some...
@giorgiosironi : thanks for the great suggestions! I've added this issue to the 1.0.0 milestone.
Hah, literally 20 minutes after writing this down discovered this is very similar to what @nuest is doing in https://github.com/jupyter/repo2docker/pull/457/files#diff-6e857ca58d9ac7b40e175db43c40c5d0R287 to detect which Stencila execution contexts to install in `repo2docker`...
... or [`Pipfile.lock`](https://pipenv.readthedocs.io/en/latest/basics/#example-pipfile-lock) if it exists. There's a JS [TOML parser](https://www.npmjs.com/package/toml) (the `Pipfile` format) and `Pipfile.lock` is just JSON so, this shouldn't be too difficult.
@giorgiosironi : yes, that's a good question. The only reason that we do it is so we can generate a meta-data tree (`environ.jsonld`) containing information on the project's dependencies. From...
Thanks @remram44 👋. Yep agreed, that would be good to add.