James Woolfenden

Results 67 comments of James Woolfenden

Hi @mik3h0 I have failed to replicate this [win11], golang based hooks compile the hooks locally so you do have golang in your path?

Id be guessing but yes- i haven't worked much on this project at all yet.

i think it already pretty much exists - there's already a hooks that runs any pike command - repo: https://github.com/jameswoolfenden/pike rev: v0.1.61 hooks: - id: pike-docs-go args: ["-i", "-d", ".",...

ive put in the -w flag which writes out the policy/role required into .pike folder

write a policy file to a repo, then after pike runs we can compare any policy changes

Hi aleks, Your check id has been used up by a new check that was already merged but not yet in your branch. Merge with master and pick a new...

@gruebel the changes is that that binary auth is now always on so the check isnt needed at all

https://github.com/eclipse/openvsx/wiki/Publishing-Extensions

how are you going to supply those secrets to those vars? The preferred way of passing auth to a provider is not to hardcode or supply using variables but to...

the code in the download module ` private_ip_google_access = lookup(each.value, "subnet_private_access", "false")` , @gruebel are lookups supported?