Kang Tu
Kang Tu
Will check it again later..
I see. Hmm, I'll put it to a different elisp file firstly.
Not quite easy.. After adding stuffs inside arima.c to NAMESPACE, now it report: > arima(lh, order = c(3,0,0), optim.method="Nelder-Mead") > ERROR: Sorry! polyroot not yet implemented! > java.lang.ClassNotFoundException: org.renjin.primitives.R$primitive$polyroot Found...
Thanks for the feedback! Your Steps are very clear. I tried to reproduce it using aider.el repo with these steps, but I cannot reproduce the issue. 1. Have .projectile in...
Tried same thing in [aider repo](https://github.com/Aider-AI/aider), not able to reproduce the issue as well, screenshot below 
Could you pleases provide a public github repo where I can reproduce the issue; or you can attach your repo zip file and I'll check if I can reproduce this...
In aider.el repo, under example directory, I jump from test_game.py of connect4 game to game.py of battle ship, with projectile, the file add work for me:
I just installed aider.el from melpa (to avoid potential discrepancy with the one I used directly from working repo) and try to reproduce the issue following your above steps, still...
I tried the straight installation one (same as yours), still cannot reproduce the issue.. But I do hit some weird dependency installation error msg with straight. I'll update the README...
From your above screenshot, it seems that the elisp code build the right relative path to the git root, (/add examples/battleship/fleet.py), and sent it to aider session. But that aider...