Yonathan Randolph

Results 16 comments of Yonathan Randolph

If you just want to create buckets, you can use the terraform-provider-aws with the [S3 Compatibility API](https://developers.cloudflare.com/r2/platform/s3-compatibility/) and an [S3 Auth token](https://developers.cloudflare.com/r2/platform/s3-compatibility/tokens/), and using a [custom service endpoint and skipping...

> thanks @yonran; can you please add acceptance test coverage for this new feature? @jacobbednarz, I tried to update the acceptance test. As [cloudflare-go 0.47.0](https://github.com/cloudflare/cloudflare-go/blob/master/CHANGELOG.md#0470-unreleased), has not been released yet,...

Now that CloudFlare has fixed the create bucket api (https://github.com/cloudflare/wrangler2/issues/1654#issuecomment-1215236099), my acceptance test passes against cloudflare-go master. Still waiting on cloudflare-go to release 0.47.0 though. ``` TF_ACC=1 [email protected] CLOUDFLARE_API_KEY=… CLOUDFLARE_DOMAIN=…...

[[email protected]](https://github.com/cloudflare/cloudflare-go/blob/master/CHANGELOG.md#0470-august-17th-2022) has been released but it contained a number of minor breaking changes and an accidental regression to `CreateZoneLockdown` (lost the `Priority` field). So now we have to wait for...

Thanks @jacobbednarz for merging the cloudflare-go upgrade! Do you want any other fixes or rebases on this PR?

In #1233 I also reported the issue that `ReadableStream.tee()` only partially signals backpressure, from the *faster* branch to the source, while leaving the slower branch accumulate unlimited data on its...

I have the exact same version, and the reported zoom level changes correctly. However, when I set View -> Zoom -> Zoom Text Only, then the reported zoom level remains...

No, it's a fair point. I created issue #9 to comment on notions of zoom other than CSS pixel zooming.

Hello @ceki . Is there anything I can do to get this PR merged? You asked for an example in the issue [LOGBACK-1612](https://jira.qos.ch/browse/LOGBACK-1612) which I attached there.

Minimal set of commands to replicate this bug on a new Ubuntu instance. Basically, if `userns-remap` contains any value, then `RUN --mount=type=ssh` fails on docker 20.10.3 through 20.10.10. The last...