Jake Champion

Results 30 issues of Jake Champion

**Version** Fastly CLI version v4.1.0 (b4884e4) Built with go version go1.18.6 linux/amd64 Viceroy version: viceroy 0.2.15 **What happened** When a newer version of the fastly cli is available, the cli...

bug

**Is your feature request related to a problem? Please describe.** TOML files can be structured in many different ways, however when the Fastly CLI updates the contents of the fastly.toml...

feature request

Howdy, this project is excellent, I'm really happy to see it exists ☺️ I've been working on implementing support for [Conditional Requests](https://httpwg.org/specs/rfc9110.html#conditional.requests) in a project and wanted to ensure I've...

new test

This also bumps the minimum nodejs version from 12 to 18 which is the current LTS - [Use simpler assertion as this test compares strings not sets or arrays](https://github.com/JakeChampion/polyfill-library/commit/5a5343d0419721b6ab1942dae1bf749af70ef3a2) -...

**Version** ``` ❯ fastly version Fastly CLI version v10.5.0 (2933018f) Built with go version go1.21.3 linux/amd64 Viceroy version: viceroy 0.9.1 ``` **What happened** When running `fastly compute publish --profile polyfill...

bug

My project has lots of files (214,269 files) and when I try and use the --watch mode, the cli will error **Version** ❯ fastly version Fastly CLI version v10.4.0 (4b869ab3)...

bug

When using the Fastly CLI and publishing a Fastly Compute Service for the first time, the `fastly.toml` [setup] section is read and the resources mentioned in the section are created...

**Is your feature request related to a problem? Please describe.** After creating a new Object Store, I need to find the ID of the new store to use in HTTP...

feature request

**Is your feature request related to a problem? Please describe.** In order to delete an Object Store, it first has to be empty. Currently there is not way via the...

feature request

by using unref, we were introducing a race condition between the parent process exiting and the sub-process exiting - by removing the unref we also remove the race condition as...