Rob Moorman

Results 26 issues of Rob Moorman

As #6 purposed, it can be an option to complete get rid of the separate task definitions files. Having all configuration in one place and in YAML is maybe a...

enhancement

This part: ```python for deployment in service['deployments']: if deployment.get('status') != 'PRIMARY': continue desired = deployment['desiredCount'] pending = deployment['pendingCount'] running = deployment['runningCount'] return '%s (%s/%s)' % (name, pending + running, desired)...

enhancement

### Is your proposal related to a problem? Wagtail is entented to be a multi-site platform. The current Locale model doens't have a multi-site setup kept in mind as you...

type:Enhancement
component:i18n

### Issue Summary Access to fetch at 'https://releases.wagtail.io/latest.txt' from origin 'xxx' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response...

### Issue Summary The MultipleChooserPanel doesn't remember selected objects while navigating. ### Steps to Reproduce 1. Select one or multiple objects on the first page 2. Select one or multiple...

type:Bug
sprint:Arnhem2024

### Is your proposal related to a problem? When content editors uploading large sets of images (especially high-res) Wagtail needs to create renditions. After upload, the overview (and choosers) are...

type:Enhancement
component:Images
🚀 Performance