Luka Markušić
Luka Markušić
Happened again, the log looked "normal", just messages about switching focused windows, but there was a reasonable number of them. Also there was only one `keymapper` process, confirmed by running...
The instructions say: ``` cd into the project repo and run make bootstrap to bootstrap your Android development environment. Keep an eye on the output to see if any manual...
> would be greatful if u can help Sadly, I can't. I never even heard of this project before you mentioned it on `lazygit's` issue board. Hopefully someone from the...
Is it a public image, so it can be reproduced?
Is _yours_ a public image, so it can be reproduced? How much RAM does your machine have?
Could you try building #399 to see if it helps?
Could you provide an example of the `Dockerfile` maybe, so it can be reproduced?
I'm 99% sure your problems would be fixed if the `filetree` wasn't updated with each cursor move. Is that an option for you, or is the `filetree` the thing you'd...
@rodrigobdz there isn't an option for that, I was thinking more in the lines of disabling it in the code and building it locally. I'll take a look today to...
@rodrigobdz sorry for the late reply. Here's the patch: ```diff diff --git a/runtime/ui/controller.go b/runtime/ui/controller.go index 964fb83..3eedb56 100644 --- a/runtime/ui/controller.go +++ b/runtime/ui/controller.go @@ -85,10 +85,10 @@ func (c *Controller) onLayerChange(selection viewmodel.LayerSelection)...