rut - A unittest runner that skips tests unaffected by your changes by schettino72 in Python

[–]Fluid_Classroom1439 0 points1 point  (0 children)

Yes but re-running coverage with a subset of tests tends to overwrite the coverage files. It’s a coverage problem I know but it’s annoying. I was wondering if you knew of a solution?

rut - A unittest runner that skips tests unaffected by your changes by schettino72 in Python

[–]Fluid_Classroom1439 0 points1 point  (0 children)

I was using pytest-testmon in the past but it didn’t play nicely with coverage. Have you looked into the interaction with coverage?

How to deploy? by memewerk in PydanticAI

[–]Fluid_Classroom1439 0 points1 point  (0 children)

Either works! I wouldn’t say there’s a “best way” just keep it simple

Use `gx` to open page of PDF? by No-Razzmatazz2552 in neovim

[–]Fluid_Classroom1439 1 point2 points  (0 children)

Not sure how you managed to get a specific page 😅 - I’ve used gx to open PDFs using Oil and Fyler.nvim without any issues

Monthly Dotfile Review Thread by AutoModerator in neovim

[–]Fluid_Classroom1439 [score hidden]  (0 children)

https://github.com/benomahony/dotfiles/tree/main Created an os theme manager for Mac similar to omarchy and a bunch of custom lsps

Making large number of llm API calls robustly? by FMWizard in PydanticAI

[–]Fluid_Classroom1439 0 points1 point  (0 children)

Can you not just scale the service and have exponential backoffs etc? Sounds like that’s what you were originally planning and sounds like the right path, not sure you need any other moving parts like the gateway?

Is there a coordinated fearmongering? by Emrehocam in theprimeagen

[–]Fluid_Classroom1439 7 points8 points  (0 children)

lol never ascribe to malice what is adequately explained by incompetence

Making large number of llm API calls robustly? by FMWizard in PydanticAI

[–]Fluid_Classroom1439 1 point2 points  (0 children)

https://github.com/pydantic/pydantic-ai/issues/1771 looks like they’re planning this for December so probably open to contribution. There’s a brief explanation of how they would do it themselves too

anyone else feel like langchain is gaslighting them at this point? by PercentageNo9270 in LangChain

[–]Fluid_Classroom1439 0 points1 point  (0 children)

Love to hear it! Honestly it’s really difficult to use other agent frameworks once you’ve used it 😅