Prashant Mishra

Results 33 comments of Prashant Mishra

I think it would make more sense for more possible values when choosing rc, like `cargo set-version --bump rc major/minor/patch`

@mfelsche Hello! I got selected as a LFX mentee for this issue. I'll start working on this after I have a look around the issue, Hoping to receive proper guidance!...

Hi @aastha01chauhan , thanks! I'm not sure if you can contribute to this particular issue, since I'm the only LFX mentee here. Still unfamiliar with the rules. Only the maintainers...

I'd like to work on this issue!

So these 3 processes were not initializing properly and here are the logs (they have the same error) when testing on Rancher RKE: kubearmor-xg9bt ``` Name: kubearmor-xg9bt Namespace: kube-system Priority:...

So I ran kubearmor with GKE microservices-demo and observed the log outputs. I took 3 logs, each of 5 minutes, and then filtered the logs based on Operation: File, to...

Hmmm it still seems like an issue ![image](https://user-images.githubusercontent.com/23097199/211923513-ea80692d-ad2f-4735-a4fb-17642effe2e0.png) I'll try to look into this if I get the time

https://github.com/Evertras/bubble-table/blob/7701b149a29bd6df06cb70c63bb0db1cd5f192b5/examples/flex/main.go#L93-L95 Maybe if we could have a rigid height of the table as well like how width is done there? Something that is comparable to `msg.Height` of bubbletea I suppose

I seem to have the workaround by making a lipgloss style like `lipgloss.NewStyle().Height(m.height).MaxHeight(m.height)` and then rendering the table and now it doesn't seem to break for me :D