Mikalai Radchuk
Mikalai Radchuk
Actually, I'm not sure that the reason in CPU architecture, but I've tried to download the same torrent with cloud-torrent v0.8.16 on Raspberry Pi Model B and on my Mac:...
Can be reproduced on Wagtail 1.10 using Chrome 58.0.3029.110 (64-bit). Can be fixed by setting `z-index >= 100`, but I'm not sure where it should be fixed it because pickers...
Django throws `AttributeError` when `ParentalManyToManyField` is specified with [a through model](https://docs.djangoproject.com/en/1.11/ref/models/fields/#django.db.models.ManyToManyField.through). Demo with Wagtail: ```python from django.db import models from wagtail.wagtailcore.models import Page from modelcluster.fields import ParentalManyToManyField class FooModel(models.Model): name...
Probably will be cleaner to dump report as JSON and create a chart from JS instead of [generating JS call in the `report.html` template](https://github.com/torchbox/wagtail-experiments/pull/4#discussion_r84305875) (see #4).
At the moment, there is no way to add decorators to the `serve` method. For example, we can't add the `csrf_exempt` decorator. It may be useful for form pages with...
In some cases it could be useful to have template context in the `construct_wagtail_userbar` hooks to add custom menu items depending on current page (as Wagtail does with "Edit this...
### What happened? [Validating Admission Policy](https://kubernetes.io/docs/reference/access-authn-authz/validating-admission-policy/) APIs do not seem to be supported at the moment by `namePrefix` and `nameSuffix` fields. As a result manifests that contain `ValidatingAdmissionPolicy` and `ValidatingAdmissionPolicyBinding`...
Is that possible to not commit PHP dependencies into the repository? It seems to me that they can be ignored and can be installed on developer's machine via dependency managing...
First of all thank you for the extension - I recently discovered it and it works very well. I have a suggestion about how to make the extension to be...
The [relevant check](https://github.com/operator-framework/rukpak/blob/882714a00b5d99fdfc1b65992206c4e90edfd696/internal/convert/registryv1.go#L197-L199) is currently in rukpak, but I'm planning to add a test in operator-controller. This will help to ensure that we do not break the checks in the...