Michael Dahl
Michael Dahl
Looking in the code, I can see that the millisecond component of the audio/video duration is removed, why is this? See here: https://github.com/tomaszzmuda/Xabe.FFmpeg/blob/d2487c793ef387a96da75da9f258cfdf3961c500/src/Xabe.FFmpeg/Probe/FFprobeWrapper.cs#L68 We are experiencing issues where the reported...
One of the great features of the kubernetes dashboard, is it's integration with Heapster so that relevant graphs for a given view are shown, if heapster is running in the...
Another great feature in the Kubernetes Dashboard, is it's global search feature, whereby you can search for any resource type by name across the selected namespace(s). The current filter only...
I find it difficult at times to navigate "backwards", say if I navigate to a deployment and from the list under `Status` select a pod, then I loose the ability...
When viewing log for a pod, we are limited to at most the last 500 lines of output. Would be great to add pagination to allow indefinite log viewing, regardless...
When listing all pods, say, it would be great to be able to select how many rows to show, or even be able to choose "All" as an option. Bonus:...
It doesn't seem like sorting by `Ready` column, works for 0/X. When setting the sort order as ascending, I would have expected rows with value 0/X (say 0/1 ready) would...
When sorting a view (_say list of pods_) the sort ordering is not re-evaluated each time the value changes. Say I sort pods by `Status` then the sort ordering is...