Luke Heath

Results 251 comments of Luke Heath

Engineering note: Assigned engineer should schedule call with Noah to discuss this ticket and knowledge transfer the research Noah has already done.

@noahtalerman After some thought, a better API design approach will be separate smaller endpoints instead of moving towards large `/host_summary` and `/host/{id}` endpoints. This is because we can provide a...

@noahtalerman Good point re: conflicting with future endpoints. I think the endpoint `/hosts/summary/` would accomplish the same goal and be more RESTy. I'll update the specs.

@noahtalerman Agreed if this can be set via other configuration options I think we can de-prioritize for now. I'll add the `:engineering` label so we can find it later. @michalnicp...

The best version of this kind of spinner I've seen is Angular Material's loading spinner: https://material.angular.io/components/progress-spinner/overview. It's also works very well inside a button. Of course, we want use that...

Here's an example of a CSS-only version that I customized a bit: https://codepen.io/lukeheath-the-encoder/pen/JjLaWMw

> Let me know if you're able to make it a single spinner. I was wrestling with it but the animation is attached to one color only and I couldn't...

@noahtalerman > No matter what we do, there needs to be a --force or some equivalent (in both UI, API, and fleetctl) so that folks can override when they know...

@noahtalerman I've added item 7 above to include the `--force` flag.