MichaelRoosz

Results 8 issues of MichaelRoosz

Currently the Local Adapter will lock files with the "LOCK_EX" flag by default during write. However, during read locks are completely ignored. This PR will set read (shared) locks during...

Currently the Local Adapter will lock files with the "LOCK_EX" flag by default during write. However, during read locks are completely ignored. This PR will set read (shared) locks during...

Currently the Local Adapter will lock files with the "LOCK_EX" flag by default during write. However, during read locks are completely ignored. This PR will set read (shared) locks during...

- Added support for Custom Dimensions and Custom Variables into the Matomo Tag - Added support for Custom Variables into the Matomo Variable I think some tests still need to...

The replay tracking feature is missing support for bulk tracking requests.

### Summary When using a rather slow git repository like Bitbucket Cloud, ansible galaxy takes an awfully long time to download roles. For 40 roles it takes over 70 seconds....

needs_triage
feature

` .test:not(.a, .b) { display: none; }` will be parsed as: ``` Sabberworm\CSS\RuleSet\DeclarationBlock -> getSelectors(): Sabberworm\CSS\Property\Selector '.test:not(.a', Sabberworm\CSS\Property\Selector '.b)' ```

As proposed in https://github.com/matomo-org/matomo/pull/14360#issuecomment-496333552