Garrett Edwards
Garrett Edwards
This is great! Ever since hearing about Stylish, I feel very cautious about userstyle extensions...
Can this project be marked read-only/archived? I keep ending up on it from google, and seeing recent bot commit history doesn't help to disambiguate it from the active project. Thanks!
Take a look at the way Prisma (https://www.prisma.io/) handles this. TL;DR: Create fields such as `rating_count`, `rating_avg`, and `rating_max`, and treat them just like normal fields backed by resolver logic....
Can you explain how to achieve "no authentication" with the weave gitops dashboard? Documentation on the dashboard is sparse, maybe by design?
Thank you 🤦♂️ Wasn't around when I looked at this project a few months ago. These comments can be marked as irrelevant or deleted.
There is the init container pattern described here: https://andrewlock.net/deploying-asp-net-core-applications-to-kubernetes-part-7-running-database-migrations/#combining-jobs-and-init-containers-to-handle-migrations
Thanks, this was a recent feature developed by a 3.10 user. I'll have to backport it to maintain compatibility.
This is curse blocking your requests. There's nothing we can reliably do to fix this, sorry.
Curse uses a service called CloudFlare in front before you get to talk to them, and sometimes cloudflare decides you are not worthy (or look like a bot). But I...
@DUTNO1 Thanks. Yeah the user agent trick was a random discovery to fix Curse blocking years ago. I may use Dragonflight as a reason to come and update this code....