Chris Hunt

Results 58 comments of Chris Hunt

@Grimeh because HTML preview puts the rendered document in a `webview` the console messages and DOM don't show up by default in the main dev tools panel. You have to...

[actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact) are the only others I know of. A [search](https://github.com/search?q=org%3Aactions+%22plugin%3A+%22&type=Code) of the actions org only shows these three. We may be able to confirm it from the runner...

~~Duplicate of #725.~~ @Noomene wants offline storage, not just the ability to paste images, see below.

Sorry, I didn't realize that's what you were asking for. Right now StackEdit **only** supports image insertion via upload so you may want to specify "offline storage" in your original...

I think we should execute the `after-each` and `after-all` like normal, even if any `before-each` fails (item 3 under desired behavior).

Jasmine continues executing the remaining tests if a `before-each` fails and `--stop-on-failure=true` (and personally this is what I want to happen by default). Only the specific test that the failing...

Not necessarily. That will result in a `*.asc` next to the file containing the signature, which serves a different use case. Compare the digests and signatures on the [Python download...

This should be a bit easier now with GitHub Actions, which can take care of the triggering and holding secrets. An example of uploading to an s3 bucket on push...

Basic implementation details that would need to be worked out and agreed on: 1. Parsing TOML: This could be done in shell or require an external utility/library (and be disabled...

It may be more justified if the corresponding feature is also implemented in httplib2/httplib2.