Wesley Beary

Results 215 comments of Wesley Beary

It looks like it's receiving an integer for the api version, while expecting a string (and then erroring because it's trying to compare a regex to an integer instead of...

I think the bigger question is whether any of these should keep `/` or not (ie it looks like some names might include this, which probably shouldn't be escaped but...

@talentohq I'd be happy to discuss and try to work on a fix, but I'm not sure if we can use that PR as is or if we'll need to...

Could you share some of the code in question? I think it will be much easier to answer with explicit examples of the method calls you are missing. Thanks.

@cmurphgarv I don't expect either fog or fog-aws to have any templates at all. So I wonder if the message displayed here is actually misdirecting us when the actual problem...

@misalcedo Thanks! Today was a bit hectic so I didn't get to it, but I hope to give some feedback in the next 2-3 days.

@misalcedo sounds good. I don't think anything else should be needed for release. That being said, I'm busy this week celebrating US Thanksgiving holiday with family, so I'm planning on...

When I tried to do this, I unfortunately have had a bit less luck. I tried passing the `GITHUB_TOKEN` with and without permissions and in both cases ended up with...

@steve-todorov thanks for the detailed additional info, I was definitely also trying to do this on a private repo when I saw the issue as you had surmised.

I believe this should now be resolved thanks to @bruno-b-martins work in #834.