πŸ‡ΊπŸ‡ΈUnited States @david.mcmeans

Account created on 10 October 2013, about 11 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States david.mcmeans

Version 2.x-dev fixed my "hanging" glossary view without any changes to the text filter using the Onomasticon filter. Prior to this version, the view would timeout.

πŸ‡ΊπŸ‡ΈUnited States david.mcmeans

A version for 9 and 10 was just posted (sweet!), but I wanted to post that I had to tweak the composer repo code from generalredneck. This worked for me:

    "repositories": [
        {
            "type": "composer",
            "url": "https://packages.drupal.org/8",
            "exclude": [
                "drupal/formatter_field"
            ]
        },
        {
            "type": "package",
            "package": {
                "name": "drupal/formatter_field",
                "type": "drupal-module",
                "version": "1.2@alpha",
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/issue/formatter_field-3147590.git",
                    "reference": "b33575c03e7c85394bb1c2ab12b8458487c58a55"
                },
                "require": {
                    "drupal/core": "^8 || ^9"
                }
            }
        }
    ],
    "require": {
        "drupal/formatter_field": "1.2@alpha",
Production build 0.71.5 2024