Jorge Colon

Results 12 comments of Jorge Colon

@tsirolnik Could you share your code using the minimum amount of code necessary to illustrate the problem?

Hi @loter, A blank line at the end of the file is recommended. Have a look at http://stackoverflow.com/questions/2287967/why-is-it-recommended-to-have-empty-line-in-the-end-of-file. By default fputcsv() adds that line. If you need to remove the...

@xandout @cordoval the second constructor can be passed a different file mode. Currently `AbstractBase::__construct()` in master is doing a check to see if the file exists and if not it'll...

You could still install the static-expiry version with the security fix by installing it directly from github using the commit version: `npm install paulwalker/connect-static-expiry#2bac82d`. Not as flexible as relying on...

1. Authenticate your MCP server https://github.com/cloudflare/mcp-server-cloudflare?tab=readme-ov-file#setup 2. Log into Cloudflare's website and copy the account ID 3. Edit mcp.json as such ```json { "mcpServers": { "cloudflare": { "command": "npx", "args":...

I’m having the same issue for the default gpt-4o. I set up aider as an editable library and can debug it interactively. I’ve got a suspicion that the system prompt...

Ok I've been able to reliably reproduce the problem. ## Steps to reproduce in Aider * Ensure that any global configurations such as .env and .aider.conf.yml are renamed so as...

> PR is out -> #1907 > > You can test this with these instructions -> > > ``` > pip install git+https://github.com/fry69/aider@language-prompt-fix > > # or > > pipx...