James Ross

Results 48 issues of James Ross

**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor...

### Which Cloudflare product(s) does this pertain to? All ### Subject Matter Switch to hard tabs for indentation ### Content Location `https://developers.cloudflare.com/*` ### Additional information (I couldn't find a more...

engineering
docs engine

This pairs with https://github.com/cloudflare/wrangler-action/issues/79. It would be good to have a way to set mass secrets within `wrangler`, so within `wrangler-action`, you aren't met with repetitive output, which can look...

enhancement

As per the example at https://github.com/apocas/dockerode/blob/master/examples/logs.js, it would seem that `container.logs` always returns a stream, however after updating to Docker 18.04, we're seeing this return a long string, newline delimited....

needs inspection

- Tweak links to https - Remove link to no-longer active Facepunch website - Add Steam Workshop badges

This PR closes #5260. See that issue for more information as to the "why". This PR also fixes _A LOT_ of code samples (JS, TS, HTML, etc.) that were syntactically...

engineering

### What version of `Wrangler` are you using? 2.0.25 ### What operating system are you using? Windows 10 ### Describe the Bug When using `wrangler dev` or `wrangler pages dev`,...

bug

Closes #1 Thanks for this awesome little library.

The developer docs currently do not use any kind of linter/code formatting. This results in a lot of different coding styles, etc. in many code examples, as well as code...

engineering
developer education

This rule is awesome, but with some older code in AngularJS, we find ourselves having to inline disable `unicorn/no-array-callback-reference` regularly where our code uses things like `Angular.forEach`. There are of...

enhancement
help wanted