Adam Spiers

Results 1052 comments of Adam Spiers

I see the same thing. Pretty sure this used to work fine.

Maybe you need to pass the session file as a parameter, e.g. chrome-session-dump -json ~/.config/google-chrome/Default/Sessions | jq

Comparing the logs from the good and bad runs, the only other difference I can spot except for the `false` vs. `true` is that in the good run, there are...

Based on the observation that this issue (almost?) always manifests from the pager rather than the index, this workaround appears to work, or at least solve the majority of cases:...

Thanks for that @RobertAron! In case anyone else is wondering how to try the above hint, the Amplify app id is the string after the `/` in the App ARN,...

Also, `CI_PROJECT_ID` can be found by going to the project page > View Source > search for `project_id` in the HTML source, although this is only needed during manual testing...

One more tip - I found that the above YAML worked great, but in contrast it didn't if instead I added the `curl` command to an existing CI job. In...

I think this could be covered by an `index.csv` or (perhaps better) `index.yaml` file which lists all the books. Fields should include: - book name - publisher? - number of...

That said, I really think that #39 is the best way to go here, rather than switching to YAML / XML or some other format.