Théo Brigitte

Results 11 comments of Théo Brigitte

I re-installed `kubetop` using Python 2.7.15 I am now running into a different error: ``` $ kubetop Traceback (most recent call last): --- --- File "/usr/lib/python2.7/site-packages/kubetop/_runmany.py", line 33, in _iterate...

> Search and sort functions just haven't been implemented yet, this is planned Is the roadmap available somewhere? So I stop asking for planned features.

I faced this issue many time already, this is due to the local `origin/HEAD` in your git repository to hold a different value than the actual upstream `origin/HEAD` (aka default...

Just realized I set both mutable and freezable checks to true by default in `.env.copy`. Do we really want this ?

> > Just realized I set both mutable and freezable checks to true by default in `.env.copy`. Do we really want this ? > > I would set them to...

To my understanding the tools needed are `go` and `make` Here is my environment ``` $ go version go version go1.22.0 linux/amd64 $ make --version GNU Make 4.4.1 Built for...

> I wonder: what motivated you to work on this? What problem are you trying to solve? I wanted to replicate the experience of deploying an app via Happa into...

I am also interested in having support for Stars subscriptions.

> Hey [@TheoBrigitte](https://github.com/TheoBrigitte), are you running this locally in your shell, or in a non-interactive environment somewhere? > > From your error it seems like the latter, and that maybe...

> I can't see how we would make this work in a simple manner. Once you pipe `cmd1 | cmd2`, the shell is connecting the stdio streams, so `cmd1` will...