Alex Suraci

Results 359 comments of Alex Suraci

Just ran into this myself when trying to make a spinner UI component configurable. I'm not blocked on this since I'll probably just use it as a reason to break...

Just a datapoint: #95 seems like it definitely helps! I was using `HighPerformanceRendering` with a viewport whose content repainted every 100ms to update a progress UI, and there was very...

Running into this too. It results in a lot of nil panics that would otherwise be clear error messages. Happy to submit a PR if given a bit of direction.

Here's an example that would be helped by this kind of thing: https://github.com/concourse/fly/blob/20980dc/commands/fly.go Note that there's semantic grouping in the struct itself (which I'd happily group further if the `group`...

Sounds fun! I'll drag this into the backlog ahead of the dashboard filtering stuff and after the sidebar, since a lot of people probably want to see movement on this....

@DBarney That would be much appreciated! This isn't currently on our backlog.

We can take a look of this. This likely stems from our change to make builds not transition to 'aborted' state until their build has been interrupted and has come...

@bengerman13 Thanks for the info! Maybe we need to pass build's `context.Context` down to wherever the retry logic is for stalling workers so we bail out early instead of retrying...

Sounds neat! I've wanted this occasionally myself; groups can make it kind of easy to ignore red. @Lindsayauchin @pivotal-jamie-klassen any thoughts/concerns/ideas with this?

Yeah, this is a constant battle right now with our current architecture for the build logs. I feel this pain too, particular with builds that have pretty UIs like progress...