Itay Shakury

Results 316 comments of Itay Shakury

> Ah I realized now there is an import on kubernetes/kubernetes which may not be drop-able since we need the defaulting logic when I wrote kubectl-neat this was necessary, since...

@karancode there are a few different levels of testing. only the `make test-e2e` should be tested on Windows cause they test the binary itself. the release is automated using goreleaser...

great questions, actually sorry when I said modification to the makefile I meant to the goreleaser definition. the os var in the makefile is a leftover from before we started...

@djkormo if you want to test kubectl-neat on windows yourself, you can build the windows branch from source and manually add the plugin to kubectl. the executable works on windows...

thanks for the suggestion. if you want to add that it would be great

@rafaeldtinoco are you sure about that? here's a test where the file `bar` is a symlink to the file `foo` and both work through GitHub raw urls: https://github.com/itaysk/actionstest https://raw.githubusercontent.com/itaysk/actionstest/main/foo https://raw.githubusercontent.com/itaysk/actionstest/main/bar

any thoughts on this from the maintainers? I can fix this if someone green-lights it

I'd like to offer my help fixing this issue. can anyone point me to where this release is defined? I've looked at travis and github actions workflows which doesn't seem...

jeremy-carbonne - are you planning to submit a PR?

I think can accommodate both, it's only a matter of engineering capacity. currently we're prioritizing the native GUI but if the community is willing to help with porting the Lens...