Bradford Powell

Results 35 comments of Bradford Powell

We can't use the `:id` here since the import needs to refer to the ova or ovf provided by the box. Is this available as a variable to be used...

Actually, looking into this some more, I think customize-commands are being called after the import has already taken place, so it is probably too late?

That version of the install guide is pretty old (0.4.0), and the "install guide" section of the docs appear to have been removed at some point (so there's not an...

Re-based from current master-- realized I had based this commit from a different branch.

Rebased again to the current HEAD. Is there a better forum to request feedback/review/discussion of this fairly-constrained pull request that was first submitted 3 weeks ago to address an issue...

Commenting so the "stale" label will get removed. This issue was [acknowledged/discussed briefly on slack](https://hypothesis-open.slack.com/archives/C7442NWS1/p1649421406033929) with the suggestion to maybe work-around by creating a local equivalent of `devdata.json`. However, even...

Issue #7009 is still active, and this is one potential approach. Please consider lengthening the auto-closing time threshold to allow core developers enough time to triage/respond to pull request like...

Please consider reopening, or at the very least have someone from the hypothes.is team respond rather than having this automatically closed without response. Issue #7009 remains otherwise unaddressed, and while...

The mail host and port can be overridden with MAIL_HOST and MAIL_PORT environment variables. Modifying the docker-compose from @cyphercider to demonstrate this (using `maildev` to verify that the mail overrides...

`jsonld.js` is able to handle this case-- the code relevant was ported but did not "keep track" of nodes when linking because empty dicts in python evaluate to False. I'm...