Sebastian Malton

Results 266 comments of Sebastian Malton

> I can make a separate issue if you prefer. No I think it is reasonable to fix that here.

@jim-docker Fixed, it was nice and simple too.

@panuhorsmalahti Done ![Screen Shot 2022-04-05 at 11 04 09 AM](https://user-images.githubusercontent.com/8225332/161784807-6d1d64a0-5f34-483f-ac46-19266537b1d5.png)

> Note: this changes ns selector behaviour a bit. If user selects "All namespaces" it does not mark anymore every namespace as selected, instead it marks "All namespaces" as selected....

@jim-docker The fix is in Kube object store. The rest of the changes are there is make the component not empty when it fails. They were what I did to...

> Ok, but wasn't there already code to make sure the component was not empty (isLoading, loadingError)? Yes but they were only being called if `this.object` was already defined which...

You need to run `make build` using git bash

``` $ make --version GNU Make 4.3 Built for Windows32 Copyright (C) 1988-2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you...

No not at all, `make` is a piece of software from GNU https://www.gnu.org/software/make/manual/html_node/Overview.html#Overview It should be bundled with git bash already, if not there are tutorials online of how to...