fry69

Results 270 comments of fry69

Thank you for filing this issue. In doubt you can disable the internal linter with adding the additional command line argument `--no-auto-lint` to aider when starting. -> https://aider.chat/docs/config/options.html#--auto-lint

I'm closing this issue for now. If any new related concerns arise, please feel free to comment, and I'll reopen the issue.

Thank you for filing this issue. At first glance this looks like you installed aider in an environment with many other Python modules and aider's dependencies got mixed up. Can...

If possible, do not install or update other Python modules in the same Python environment. Please use `venv` or `pipx` to isolate aider as much as possible. See also ->...

Thank you for filing this issue. Can you please post the first lines of aider with the models you used? That would really help. Otherwise, this exception should be handled...

Works for me, commands used: ```shell deno run -Ar jsr:@fresh/init fresh-fonts cd fresh-fonts deno add npm:@fontsource-variable/roboto --allow-scripts ``` `assets/styles.css`: ```css @import "tailwindcss"; @import "@fontsource-variable/roboto"; @theme { --font-sans: "Roboto Variable"; }...

Repro repo: https://github.com/fry69/fresh-vite-fonts-repro

@cailloumajor ACK, I can reproduce the problem now. Log from the browser console: ``` GET http://localhost:5173/node_modules/.deno/@[email protected]/node_modules/@fontsource-variable/roboto/files/roboto-latin-wght-normal.woff2 [HTTP/1.1 404 Not Found 9ms] downloadable font: download failed (font-family: "Roboto Variable" style:normal weight:100..900...

@cailloumajor Is that even supposed to work? The fonts sources need to be put into the bundle and the URLs to them need to be rewritten. Is that supposed to...

Do you envision something like a template system? Maybe something like cloning existing template repositories with a tiny/small number of string replacements? Or something different? I brainstormed a few ideas...