kwmiebach

Results 10 comments of kwmiebach

I removed blackfire from our local container. I made a local copy of the Dockerfile into `build/custom/php`: https://github.com/JeroenBoersma/docker-php/blob/master/php74/fpm/Dockerfile And I removed these lines in our local copy: ``` # Install...

Shouldn't it be ``` RUN docker-php-ext-disable xdebug ``` to disable? Thank you very much, I am closing this

I find it very useful to be able to skip or automate the initial 'c' keypress, especially when debugging the same script over and over again. Until this feature is...

I ended up reverting this because I had problems building the php image later.

It is currently not shown in the main window to save lines. Type [shift-L] to see the complete path, then [right arrow][enter] to go back.

I am preparing a pull request ![image](https://github.com/paul-gauthier/aider/assets/6737928/ee6a3610-0a3c-44cc-8677-3eeb171a3b0b)

I've opened PR #49 and welcome any feedback. I admit my understanding of the codebase is limited, so please suggest any necessary adjustments or improvements. Thanks

This was implemented via merge. Closing.

@nathansenn I've implemented a REST API to interface with Aider, taking an alternative approach than yours. Given the complexity of the Aider codebase, and having reviewed your previous pull request,...

I probably found the reason why this could happen during installation. There are some questions during install: ``` Welcome to Webvirtcloud Installer for CentOS, Fedora, Debian and Ubuntu! The installer...