Ivan Peevski
Ivan Peevski
The patch doesn't seem to cater for linux installs?!
What about just `rm`? The above two directories would be a great start.
What about a checkbox to "Redraw icon" When that checkbox is selected, on button press: - clear cache for that button (`image_cache.pop(f"{deck_id}.{page}.{button}", None)`) - redraw (`api.render()`) Then, you'll have to...
@jim60105 It helps (when reducing the `chunk_size` value), but doesn't resolve the problem. And I assume, if you make the `chunk_size` value too small, it will make the transcription worse...
> If you only work with csv files that have a header row, you can activate the "has header" option in the settings to apply it automatically as soon as...
> I can add a tooltip and point out that there is such a setting. That would be great!
Along the lines of what has been said before, this is my use case (that gives the warning anytime I run `uv`): I want to specify torch sources/indexes (I don't...
> Why can’t you put the cache-dir setting in a user-level uv.toml? I didn't know that's an option. It looks like that works and doesn't give the warning above, therefore...
Some thoughts about improving the initial template project - Include the `SerperDevTool` tool in the research agent - Include an `.env` file with `SERPER_API_KEY=` and any other keys that make...