Jacob Bandes-Storch

Results 278 comments of Jacob Bandes-Storch

Hi, thanks for the update! I tested 7.2.1 in https://github.com/foxglove/studio and I still experience the same issue: when I run `yarn serve` and make some changes in `packages/studio-base/src/types/panels.ts`, fork-ts-checker does...

Why second pass instead of assigning an id per instance during the first pass?

Also applies to individual cubes/spheres in cube_list/sphere_list markers, right?

Theoretically there is no reason the Image panel shouldn't be able to pull out one field of a message as long as that field has the expected format/datatype.

What UI complexity? Wouldn't we just replace the dropdown in the Image panel with a MessagePathInput?

cc @2metres for input. I think allowing multiple indicators per panel is a bit redundant since you can already place multiple panels – but maybe we need to improve the...

We can do some amount of auto-sizing, but properly sizing text to fit with CSS is kind of an impossible problem (see https://stackoverflow.com/questions/16056591/font-scaling-based-on-width-of-container) What do you think about a setting...

On a separate note I think the `x` button should maybe be gray instead of purple. It's a very inviting button when it's purple, but probably not something we expect...

> Our general pattern in settings has been to make the actual controls as dumb as possible and give as much control to the panel author as possible. This makes...

What do you mean by "magical default value"? Wouldn't the panel specify the default value when it creates the control? It sounds like we're mostly all saying the same thing...