Vladimir Hrusovsky

Results 83 comments of Vladimir Hrusovsky

Try updating the app with the changed IP (188.226.130.26). This fixed the issue for me.

I am having the same issue (Linux/Chrome). Additionally, I am trying to set `zoomActivationKeyCode` to any other value (`Shift`, `Conrol`), but it seems to be ignored. Default `Meta` works as...

I actually ended up with this solution: ``` const newValue = '{ "test": "value" }'; $(".ReactCodeMirror").click(); browser.keys("\uE009a\uE009\uE003"); browser.keys(newValue); ``` So basically, you click in editor, press CTRL+a and backspace (`\uE009a\uE009\uE003`)....

We have been able to use `runAsUser: 1001` to workaround the issue. But I still think this might be unintentional behavior. Let me know you thoughts, thanks.

Any updates here? I think this has got even worse as the directories now have `root` as an owner in v1.14.0: `ls -la /layers/` ``` total 28 drwxr-xr-x 1 root...

@willieseabrook I haven’t had a chance to experiment with it yet, as I was hoping it would be handled. I’ll let you know if I come up with anything.

What about something like `/session mysession` command? Aider would remember open files in the current session. You can return to your previous session (would solve the save/load request) and you...

My idea is just this simple: `/session {name}` - in case session {name} does not exist, create a new session and set it as the active one - in case...

You can also try [AiderDesk](https://github.com/hotovo/aider-desk), that uses aider and also provides agentic flow on top of it.