Shaun Martin

Results 21 comments of Shaun Martin

I'm affected by this as well.. as a workaround, i refresh the token on every call to the Reddit obj and store it if it differs. i don't know if...

thanks @BenjaminSnoha! i was missing the `import` too. banged my head against the wall a bit longer tho because vscode kept sorting it to the bottom of my imports. disabling...

I ran into the same error with the `aws_security_group` resource in the `terraform-aws-modules/security-group/aws` module: https://github.com/terraform-aws-modules/terraform-aws-security-group/blob/master/main.tf#L11-L25 ``` │ Error: Provider produced inconsistent final plan │ │ When expanding the plan for...

@valentinmadrid the package needs to be built, it can't be cloned directly from git. not sure if this is the right way, but i used the same `yarn add ...`...

~~the author of [this Verge article](https://www.theverge.com/2024/4/10/24125572/fcc-broadband-nutrition-labels-isp-deadline-today) isn't captured even though the page has a well-formatted author meta tag and the content has a byline.~~ v0.1.4 sources author information from the...

it's likely related to this: https://github.com/docker/docker-py/issues/2101

just want to chime in. i had the same issue and worked around it by using Docker CLI to pull the image before attempting to use docker-py. @etienne-napoleone this issue...

> Any progress on this @inhumantsar? I really think this would be a valuable addition to the action. I wouldn't count on this PR being merged anytime soon. No one...

thanks @trivikr! i'll commit these and rebase later today