Joshua Vial

Results 29 comments of Joshua Vial

I had the same issue and was able to work around it with `let g:tsuquyomi_use_local_typescript = 0` thanks to #231

I had the same problem as @kopertop and solved it by removing the `**/*.test.ts` pattern from my tsconfig.json exclude option which made tsuquyomi happy. I then made a separate tsconfig.build.json...

Thanks for logging the issue, I'm not too familiar with Jupyter notebooks but these approaches might be useful * you can use the --no-auto-commits flag which would give you complete...

@aldoyh #170 might be of interest - are you able to access the openrouter apis?

@samuelmukoti I tested the palm models a little while working on the openrouter integration - they were ok, but similar to lama needed a bit of coaxing to output responses...

https://github.com/fleet-ai/context might give us an easy library to build on top of

Have done a bit more of a deep dive into fleet context and am thinking about the following approach - use @ prefix in query (like cursor) to tell aider...

@arabold yes, I think that could work for a whole bunch of use cases. I like the approach of just detecting a url in the input string - I think...

The things I'm finding useful in the [neovim plugin](https://github.com/joshuavial/aider.nvim) are - auto add files i'm currently working on (I guess that could be open tabs in vs code) - shortcuts...

yep, no pretty sorted out the flickering issue. On Fri, 14 Jul 2023 at 10:25, paul-gauthier ***@***.***> wrote: > I did some experiments with vs code and found running aider...