Daniel Jilg
Daniel Jilg
Hi, this is a tiny change to the readme. Thanks for this library! - The example code was still using `CGRectZero`, but this has been renamed to `CGRect.zero` - Added...
After updating from ChartJS 3.7.1 to ChartJS 3.8, any charts that would use the Luxon adapter stopped working. It seems that ChartJS changed the way their modules are exported slightly...
**Is your feature request related to a problem? Please describe.** For a variety of complicated tasks, I want to use hand-crafted queries (instead of relying on Fluent's ORM). I run...
Followup for #94 - [x] Break up the "whole page" layout of the Feature UI into sub-pages - [ ] Add UI to add rollout schemes to specific tags and...
Check existing availabilities for wether they are stale and update them if necessary. This used to be part of #123 but is being extracted into its own issue.
Right now, RolloutStrategyUpdate allows you to edit every RolloutStrategy if you know it's UUID. ``` def get_queryset(self): return RolloutStrategy.objects.all() ``` This should instead filter to only the RolloutStrategies the current...