Yasser Bal
Yasser Bal
> Same issue, any solutions as of yet? >> Hi the LordFarquhar, I have not used this in a while, but eventually following code worked for us to query the...
Bump - I also have this issue *** **Here's what works for me now** ```html import {ButtonHTMLAttributes} from 'vue'; defineProps(); ``` ```html ``` *** **Here's what I expect to work**...
Just as a followup. It might be better if I just update `json_encode` occurrences with the following flags instead of the above? [JSON_INVALID_UTF8_SUBSTITUTE](https://www.php.net/manual/en/json.constants.php#constant.json-invalid-utf8-substitute) Happy to look into this
I noticed the following issue in the phpstan workflow ([71cae65](https://github.com/spatie/flare-client-php/pull/42/commits/71cae651eadc5b183c9144f5e8f10a7e986926aa)) output: ``` Error: Method Spatie\FlareClient\Report::toArray() should return array but returns array. Error: Process completed with exit code 1. ``` This...
Hey @rubenvanassche, No worries! I've been loving all the posts and updates from spatie the past weeks!😄 I like that you bring up the compute cycles on processing the json...
@rubenvanassche I hope I understood you correctly and applied the changes in f15086a80561e5a81f11df3813b9b24e76df70f1 ## Changes made - I have renamed the `ReportSanitizer` to `PayloadSanitizer` - This is a contract injected...