Christian Sciberras

Results 26 comments of Christian Sciberras

Not exactly sure how this is done through PHP....maybe non-blocking read of STDIN file handle?

Doesn't using the class generated by the `artisan ide-helper:meta` command as a mixin fix this? ```php /** * @mixin UserFactoryBuilder */ class UserFactory extends Factory { ``` It would work...

Adding an inline `@see` could help: ![image](https://user-images.githubusercontent.com/230049/114997533-3cfb7300-9ea0-11eb-9d4a-1ef2e3514a3d.png) the dev can see it in the hint panel (clicking it should open the scope): ![image](https://user-images.githubusercontent.com/230049/114997489-2d7c2a00-9ea0-11eb-9779-d74e354a7138.png) In case the dev follows 'children' to...

Given the info above, how safe is the code below? The objective is to have a one-size-fits-all backup script/command that creates the repo if it's empty: ```bash restic snapshots >...

> > Since `phpbrew` requires `php`... > > Not that this helps with the solution, but, come on, that's the first design failure right there, depending on php to compile/install...

> Nope, that would be using `phpbrew` to build `phpbrew`, but that isn't what this is. Fair point.

Since there are already at least two forks with a fix, I assume it's not relatively difficult to implement, so what's stopping this from progressing @domenic? Disclaimer: I've also just...

I just got this exact same problem when using [local-ssl-proxy](https://www.npmjs.com/package/local-ssl-proxy) in my dev env (it sends the port as part of XFH header). This should work as a temporary fix:...

I'd suggest having one generic way to inject this stuff to keep changes to a minimum and a consistent API, eg `-o "--env key=value"`. The difficulty would be that you...

I'd like this functionality as well, especially since `