Kailan Blanks

Results 11 issues of Kailan Blanks

I'm not sure if the cool kids are still using Peek these days, but I found this patch I made a few years ago to make it work with vanilla...

The default for Compute@Edge is now 1.49.0 https://developer.fastly.com/learning/compute/#install-local-dependencies https://github.com/fastly/compute-starter-kit-rust-default/blob/main/rust-toolchain

```rust #[fastly::main] pub fn main(req: Request) -> Result { let mut beresp = req.send(API_BACKEND)?; let body = beresp.take_body_str(); beresp.set_body(body); Ok(beresp) } ``` Any Rust binaries that attempt to read the...

I created a custom option extension that I use in my proto files, like this: ``` proto service Fishtank { rpc GetFish(FishQuery) returns (Fish) { option (protapi.http).get = "/fish/{id}"; }...

enhancement
ruby
P3
blocked

pre- and post- hooks do not work as I had originally understood. For example, when running the root action, the `deploy` step does not happen until after the workflow has...

It would be useful to have a workflow to ensure that pull requests include a changelog entry, with the option to bypass the check for changes that are not relevant...

documentation
good first issue
ci

This PR is split from #11629 – it contains just the database schema-related changes, with no changes to the API, frontend, or any user-visible behaviour, barring a change to the...

C-enhancement ✨
A-backend ⚙️

If a team owns a crate, that team is deleted from GitHub, then recreated with the same name, a conflict would occur when adding the team to another crate because...

C-bug 🐞
A-backend ⚙️