Matthew Tse

Results 8 comments of Matthew Tse

I'm having similar issues. With this code: ``` python conn = S3Connection(awsAccessKeyID, awsSecretKey) ``` It works fine with a bucket name that has no periods in it. Like `matt-test` But...

@gholms thanks for the insight! So I have buckets located in various regions with and without dots in their name that I have to upload to. I would like a...

Hi hijonathan, Sorry for responding so late, somehow this issue you opened never made it out to me. A progress bar would be a useful feature, but I'm not sure...

Perhaps I could do a python OS call to check the size of the disk, and have a incremental counter that estimates the size of the data already written. It...

Hi techps, Thank you for submitting your issue. I'm currently swamped with infrastructure work at Firebase, but I'll take a look at fixing this bug for you when I can....

I guess one similar workaround would be to change `trigger="click"`, and then change the cursor of the anchor element to a help sign.

I'm new to woodpecker CI, and I've been stuck on exactly this. I would have thought woodpecker somehow automatically configured the webhook for GitHub after setting up the GitHub OAuth...

> I had this problem, but adding `manual` fixed it. > > when: > - event: [push, manual] this fixed it for me, would have been really nice if the...