Jacob R

Results 44 comments of Jacob R

I have noticed the same issue. I have been unable to get the matches command to process even the simplest expression like \d. I tried escaping the slash, surrounding with...

@heurteph-ei Thank you for taking the time to create an enhancement request. The applicable changes should be released as part of Matomo version 4.12.

@AltamashShaikh Thank you. I thought about making it more dynamic, but when setting a goal in the Goals plugin the Goal Revenue field is a number field and only allows...

@tsteur @AltamashShaikh I ended up following what the eventValue field was already doing where it only allows a numeric value or variable reference. I moved the code into the new...

@AltamashShaikh Correct. The part that would be most confusing to our customers is that the tags don't show as modified until after the next version release and, no matter how...

@tsteur Thank you for providing that developer documentation page. I was planning on updating the documentation once my implementation was approved, but I wasn't sure which page to add my...

@AltamashShaikh @tsteur I went ahead and created a PR for the [documentation](https://github.com/matomo-org/developer-documentation/pull/653) changes that I made.

Hi @diosmosis . Would you please take a quick look at this draft PR and let me know if this is a good approach?

Thank you @diosmosis . I thought about doing the exclusion server side, but there are multiple views/components that use the sites cached in the SitesStore and I didn't want the...

Thanks @diosmosis . That's a good point. I could change the `SiteSelector` to use the `SitesStore` by default. Then, if the `sitesToExclude` prop is set, make a separate server call...