Mario Buonomo

Results 7 comments of Mario Buonomo

hi @WonderPanda are there any updates on this issue?

@WonderPanda, thankyou for your quick reply, yes the interceptor works very well, but I have some problem with the custom decorator. For example: ``` export const ReportMessage = createParamDecorator((data: unknown,...

I agree, only two things to change * use === null indeed is_null * set a default value on get call ``` private function fetchCacheableURL($url, $ttl = 3600) { try...

hi @pendenga I never got a reply from @jumbojett :)

Hi, same problem I've also set path in this way `use `Anam\PhantomLinux\Path;` `->setBinary(Path::binaryPath())` phantomjs has 755 permission I've installed it with composer

I fix the problem I've installated phantomjs on Centos7 in /user/bin/phantomjs Change these line in Runner.php `// if (! shell_exec(escapeshellcmd("which {$binary}"))) { // return false; // } if (! shell_exec(escapeshellcmd("{$binary}")))...

I resolve using the following two envs NOBLE_MULTI_ROLE=1 and NOBLE_REPORT_ALL_HCI_EVENTS=1 (see the documentation https://github.com/abandonware/noble)