Oliver Stenbom

Results 8 issues of Oliver Stenbom

Concourse supports configuring the x-frame options of the `web` worker. [Docs link here](https://concourse-ci.org/concourse-web.html#web-ingress). We would love to be able to embed our concourse deployment into our other dashboards. Would it...

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues ### What version of `workers-rs` are you using? 0.0.18 ### What version of `wrangler`...

good first issue

Solves https://github.com/seanmonstar/reqwest/issues/2071 https://developer.mozilla.org/en-US/docs/Web/API/Request/redirect This PR keeps the default fetch redirect functionality as-is (it doesn't set anything, and therefore "follow" is used). In order to support "manual", we use the `Policy::none()`...

I'm compiling and running reqwest in a `wasm32-unknown-unknown` environment. So far, I can't see that the wasm reqwest client supports the [redirect Policies otherwise stated in the docs](https://docs.rs/reqwest/latest/reqwest/redirect/index.html). Particularly, I'm...

### next-on-pages environment related information latest / `^1.11.0` ### Description When using the `basePath` next config option, the `Cache-Control` of `_next/static` files comes up as `public, max-age=0, must-revalidate`. These should...

bug

Morty could add `bin/parse` to repositories to allow users to check their post-mortems locally before pushing

"Downtime" might be too strict. "Disruption time" is maybe more lenient and can cover cases where the whole service isn't necessarily "down"

Action running in pull request generates annoying merge conflicts. Either: - Action should be configured to never add commits on pull request - Add flag "--check" or similar to be...