Joe

Results 12 issues of Joe

Hello, I'm using DNSCheckValidation in production on many sites with great success. Recently I discovered some specific domains that are validated as invalid. Those domains are valid and have correct...

enhancement

Translators that use rosetta interface should not see some internal strings. This hook allows us to skip some strings based on logged-in user. But there are definitely more possible use-cases...

Needs tests
Needs documentation

Django 1.7 compatibility. INSTALLED_APPS can now contain references to AppConfig so iterating INSTALLED_APPS is not possible anymore.

Hi, this implements issue #232 First patch allows to get version name from FileObject. The second patch adds middleware that handles 404 errors of image versions and generates the missing...

discussion

Hello, to support docker volumes inside exported directory, there is necessary to add `crossmnt` flag. Example `docker-compose.yml` ```yml version: '3.3' services: nfs: image: itsthenetwork/nfs-server-alpine:latest privileged: true volumes: - ./export:/export -...

To allow arbitrary barcode width, widthFactor can be float, everything works as expected.

Hello, I'm using this plugin for many years in all my Firefox installations and I love it! Lately I was experimenting with bfcache support for webpage we develop and I...

Django built-in logout() function logs user out no matter the request method used, however LogoutView logs-user out only when POST method used.

### Symfony version(s) affected 7.1 ### Description Documentation mentions ``` The translation:extract command looks for missing translations in: ... - Any PHP file/class that injects or autowires the translator service...

Bug
Translation
Status: Needs Review

As discussed in #11417 introduce new `allow-missing-requirements` config setting.

Feature