Kevin P. Fleming

Results 272 comments of Kevin P. Fleming

I've also been wanting to do this, and I've got the time to work on the implementation as well (it will definitely be a significant amount of work). This is...

If you take a look at the last example in the proposal document, it provides the functionality you are looking for (combining unrelated `switch` and `cover` devices into single "device"...

I've got some non-work time coming up over the next two weeks so I plan to start working on this soon. Hopefully @jesserockz will get a few moments to give...

> @kpfleming reading your proposal I don't think that the components already defining their own device ID brings benefits... because in practice I can have things from different components on...

We already support a `ttl` attribute in `config.toml` for wasm-tools and Viceroy, and if that is set properly then no update checks are performed. Supporting this in the `cli` block...

I'm going to tackle this one in the following week or two. I took a quick look at the code and it appears that the RPC versioning mechanism has some...

Unfortunately the error message from the API is correct, a domain must be specified as part of the `enable` operation for a TLS activation ([docs](https://www.fastly.com/documentation/reference/api/tls/custom-certs/activations/). The CLI does not request...

This is a new property added recently to the Fastly platform, and all existing backends were set to `none` as part of the release. Unfortunately as you can see its...

This problem just happened in an internal repo today; every run through yesterday installed `rustfmt` even without a profile specified in `rust-toolchain.toml`, but today's run did not.

As an alternative, the Fastly CLI is now installable using `npm`, which means you can have a `package.json` which identifies the version you want to install (and Dependabot can open...