Yonathan Randolph

Results 26 issues of Yonathan Randolph

Many times people have complained that `Response.clone()` works differently on the browser vs. in node-fetch. In particular, node-fetch backpressures according to the **slower** branch and will hang if one of...

bug

### Which Cloudflare product does this pertain to? R2 ### Existing documentation URL(s) https://developers.cloudflare.com/r2/examples/demo-worker/ https://developers.cloudflare.com/r2/runtime-apis/#conditional-operations ### Section that requires update Either the demo needs to be updated, or the `R2Object.get({…,...

documentation
content:edit

Add support for adding r2 bucket bindings to a `cloudflare_worker_script`. This is part of https://github.com/cloudflare/terraform-provider-cloudflare/issues/1664 The new block `r2_bucket_binding` within a `cloudflare_worker_script` allows you to bind an r2 bucket to...

Unfortunately, the built-in tee algorithm backpressures to the faster consumer and enqueues chunks without limit to the slower consumer. Therefore, it is generally not safe to use when the two...

Pass through enctype=multipart/form-data when submitting an action's Form so that files can be uploaded In the node adapter, when the request body is multipart/form-data, convert parts that are files to...

Safari 5.1 has three notions of zooming 1. Discrete full-page zoom (Cmd++) 2. Discrete text-only zoom (Cmd++) with the setting “Zoom Text Only” enabled 3. Continuous pinch zoom using trackpad....

[According to Neil](http://stackoverflow.com/questions/1713771/how-to-detect-page-zoom-level-in-all-modern-browsers/5078596#comment17264858_5078596), it seems that my matchMedia shim (FF4) is too slow on large documents. If Firefox had scoped stylesheets, they may have helped to improve performance. I'll have...

Fix [LOGBACK-1612](https://jira.qos.ch/browse/LOGBACK-1612): propagate minimum JUL level, not maximum Call setLevel with the minimum JUL level for any SLF4J level, not the maximum, so that intermediate JUL levels will will not...

- Sequel Ace Version (including build number): Version 4.0.1, Build 20039 - Sequel Ace Source (App Store/GitHub/Homebrew): GitHub Release - macOS Version: 12.5 Monterey - Processor Type (Intel/Apple): Apple M1...

Bug
Cannot Reproduce

Fix #176. This reverts commit 8a1ef249bf6b75393df60cfcf9615eca915f592e from https://github.com/PyCQA/modernize/pull/120. That commit’s commit message says, “For some reason, 2to3 only treats a for loop as a special context for iter* methods, so...