Lucy Davinhart || Strawb System

Results 57 comments of Lucy Davinhart || Strawb System

Updated to the latest code from `master` of this repo. Issue still present. ``` ~ $ python script/spider.py --config config/prod.cfg --claimOnly __ __ __ __ ____ ____ ______/ /__/ /_____...

> In my opinion, the right way to do this is not parsing the latest entry, but synchronizing the archive with the local downloads folder (stepping through all books on...

That's a useful feature at least. Shame we can't automatically claim them anymore :(

going to close this, as https://github.com/niqdev/packtpub-crawler/pull/71 has now been merged

Honestly, if you have to solve the captcha manually anyway, then you may as well just go to https://www.packtpub.com/packt/offers/free-learning and claim it manually. Packtpub-crawler is still useful for notifying what...

Ah, it's failing on: ``` === RUN TestAccTFEWorkspace_operationsAndExecutionModeInteroperability resource_tfe_workspace_test.go:750: Step 5/5 error: Error running apply: exit status 1 Error: Error creating agent pool agent-pool-test for organization tst-terraform-5037466040717225428: resource not found...

Added some tests specific to this feature: ``` $ SKIP_PAID=1 TESTARGS="-run TestAccTFEWorkspace_createWithSource" make testacc ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test $(go list ./... |grep -v...

``` $ TESTARGS="-run TestAccTFEWorkspace_createWithSource" make testacc ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test $(go list ./... |grep -v 'vendor') -v -run TestAccTFEWorkspace_createWithSource -timeout 15m ? github.com/hashicorp/terraform-provider-tfe...

Good catches! This is what happens when I finish off a PR while half-asleep on a train and procrastinating from the work I'm actually supposed to be doing 🤣 I'll...