Grant Ramsay
Grant Ramsay
Yes, it is definitely possible and I'll add it to the TODO when I get back to my dev machine, thanks for the suggestion. It will be after I complete...
Hi @pdrivom Yeah, this is a good idea. I'll look at adding this when I've completed the base functionality of the template. EDIT: A plugin exists to do this [fastapi-redis-cache](https://pypi.org/project/fastapi-redis-cache/)...
> Hey @seapagan, yes, should be a kinda "easy" feature to add. Hopefully. I've looked at the repo for that and there are a fair number of unmerged PRs to...
This may get implemented earlier than planned since most of my ideas to implement rate-limiting and blocking use Redis anyway :grin:. I may get this done over the weekend.
Update: I'm working on fixing and improving the `fastapi-redis-cache` package, which seems to have been abandoned. It has a few issues and false assumptions. There is also no way to...
@pdrivom I've included only minimal role management at this time, deliberately. For a simple API, this is all that is needed. As I nail down the API structure, I will...
> Hey @seapagan, my "requests" are basically enhancements as soon as the template gets stronger. > For sure, and I really appreciate them :smiley:. I have also enabled the 'Discussions'...
To add to @Kludex comment, i have been using `poe` for ages, and still do with `uv`. An example from one of my current projects: ```toml [tool.poe.tasks] pre.cmd = "pre-commit...
> This is a blocker when I tried to move from `poetry`&`poe` to `uv` today. Since `poe` is standalone and works very well with `uv` its not exactly a 'blocker'...
I use [direnv](https://direnv.net/) for this exact use-case. It is installed as a global binary on pretty much any OS, then activates any `.envrc` or optionally also `.env` when the folder...