Alessandro Benoit

Results 46 comments of Alessandro Benoit

Moreover, when `package.json` is used (in a mixed language project) by the bundler the package is usually marked as private (I see that at the moment Starship doesn't show the...

> I think this might be fixed by #2959, at least in the case of a private version in a `package.json` in a mixed language projects. I guess so. I'll...

@Kissaki I confirm that now when `package.json` is set to private `composer.json` version is picked instead. Thank you and @andytom for the PR.

I guess it's related with the fact that the latest version is not compatible with Laravel Nova 4. Give a look to https://github.com/Comodolab/nova-help/pull/20 if it can help.

Hi @goodevilgenius thank you for pointing it out but as i wrote in the docs this is no more than an experiment to start playing with wp heartbeat. Sooner or...

@Upd4ting Thank you very much, your PR works like a charm (at least on Android, didn't try on iOs). Hopefully it will be merged soon.

Hi, sorry for not replying to you sooner but I changed my laptop and haven't been able to reproduce the error until now. The version is: ``` versions : *...

Hi @canvural, I see that the issue is still in state "waiting for feedback". Is there any extra info needed to debug the issue?

Sorry, super late. Here's what I've figured out: ### Issue 1: unexpected ')', expecting T_VARIABLE My template is rendered as follow: ```php public function create(): View { return view('someview'); }...

As soon as i get some spare time i'll check it out.