ffalor

Results 12 comments of ffalor

Still grinding these 2 years later.. :( Anyways, this might be obvious, but turning off "show respawn timer" prevents this from happening.

@Ianfinn1994 Not my code, but you are correct based on the sample you will edit these values. Here is the example: ``` const credentials = { username: process.env.TASTY_USERNAME, password: process.env.TASTY_PASSWORD...

thanks for explaining how --env-vars works.

Hey @vilmibm is the goal to do something like `gh repo clone`? If so, should we do a something like a depth 1 clone? In other words, is the goal...

I can see the value in this @redhatrises @isimluk if you agree I don't mind doing the work to add this ability

@snazy2000 that seems the case. There isn't currently an API that returns the list of exclusions. Originally, I thought this issue was referring to a local list of exclusions that...

Perhaps a flag `--ignore-secrets` to disable this would be better for folks who aren't running into this specific issue.

#109 #120 adds some feature parity

One thing I found while testing this is unzipping an artifact that contains files with the same name will throw an error since the file already exists. For example, having...

Yea, if we did that we would need to name the zip file something unique so perhaps append the `run-id` `build-123.zip` `build-124.zip` Or if we did do extraction we could...