Sam Foo

Results 11 issues of Sam Foo

The red bar from `set colorcolumn=80` is somewhat distracting and does not fit with the airline theme. I propose implementing a soft and hard line wrap using a gray color...

**Is your feature request related to a problem? Please describe.** Reading the text while scrolling through a bright background and bright text is a jarring experience which might also have...

feature request
community

This should be the equivalent of `kubectl rollout ...`. `kubectl` does this through a patch on the pod spec's annotation. Octant can replicate how kubectl does it for consistency. **Environment:**...

enhancement
api

**What steps did you take and what happened:** Since containerd is now a dependency, all go plugins importing 0.24 will now require `IMAGE_FLAGS` to build/test. Plugin authors should not require...

plugin

Octant merges all components if a plugin adds additional components to the object status. The intended behavior should be showing only the components of the highest error level (e.g. Status...

enhancement

The JSONEditor is missing an entry for storybook

documentation

Previous discussion: https://hackmd.io/CzaPxtmXT_SW8nEpdwvGzw#June-24-2020 The current plugin API provides a simplified interface for plugin authors to query for objects in a cluster. However, more complex cases would require continually extending the...

enhancement
api
plugin

Related #1399 The metadata type `table` can render a datagrid or table clarity component depending on context. Instead these components should be clearly separated and add `TableComponent` directly into `dynamic-component.ts`....

enhancement
api

Similar to how object status values are used to show pod state, releases should have an icon next to their names which warns users if a deprecated chart is being...

This PR introduces the following changes: - A proof of concept for using buttons to trigger an action. This is done by creating a wrapper around the respective starboard command....