Lee
Lee
**The problem** When using the following StyleX code; ``` textDecorationThickness: { default: '1px', ':hover': 'max(3px, 0.1875rem, 0.12em)' } ``` `@stylexjs/eslint-plugin` reports `This is not a key that is allowed by...
When running `lando db-import` on macOS there is no longer progress running on an import, if I remember correctly there used to be one that would show and I believe...
Now that the framework is in place for code generation with algebraic or ODE models (#360) we need to extend this to support models with DAEs.
With Drupal core moving towards strict types, [more info](https://github.com/localgovdrupal/localgov/issues/685) I've added a test pipeline in preparation https://github.com/localgovdrupal/localgov_project/pull/153 which has highlighted some failures which we should fix. ``` ------ ------------------------------------------------------------------------------------------ Line...
Across the various projects which make up LocalGov Drupal we use ~16 patches which fix bugs, add additional functionality (to core or contrib modules) or ensure compatibility with PHP versions....
When the test for `LocalGovUpdateTest::testUpdate` runs it terminates unexpectedly with the following error: ``` PHPUnit 9.6.19 by Sebastian Bergmann and contributors. Testing /app/web/profiles/contrib/localgov F 1 / 1 (100%) Time: 00:28.755,...
In preparation for recipes we need to pull localgov_content_lock and localgov_login_redirect from the profile into their own composer packages so that we can include them in the base recipe
When the record quota is exceeded it generates this error; ``` Failed to update data for Algolia index: {"message":"You have exceeded your Record quota. You’ll need to change your plan...
This issue will help us track LocalGov Drupal compatibility with PHP 8.4. Currently the core project https://github.com/localgovdrupal/localgov_project and its included `localgov_*` modules support PHP 8.4 (with the upcoming D11 release),...
I've been running the full PHPUnit tests locally and it's flagging some deprecations that are removed in Drupal 11 that need to be fixed. ``` 1x: Using the 'timestamp' formatter...