Marcell Mars
Marcell Mars
https://github.com/marcellmars/letssharebooks/blob/master/server_side/libraries/static/libraries.js#L89 and related: https://github.com/marcellmars/letssharebooks/blob/master/calibreletssharebooks/main.py#L1121 should pass the url query parameters in a more robust way. e.g. dictionary: opf, cover, format(s)...
I was playing with [bgzf](https://github.com/biogo/hts/bgzf) archives and it was fairly easy to use `bgzf.Reader` in `bufio.Reader` so the the archive could be read in chunks. In one pass I would...
## Enhancing Gitea OAuth2 Provider with Granular Scopes for Resource Access This PR was initiated following my personal research to find the lightest possible Single Sign-On solution for self-hosted setups....
I needed to combine a custom Genkit tool with recent FileSearch RAG feature. It fits naturally. It didn’t work, and I eventually realized that `ai.WithTools()` was overwriting any tools provided...