Greg Bowler

Results 120 comments of Greg Bowler

Hi @deajan, My inotifywait version is `inotifywait 3.14`, it's whatever installed with the default packages on Ubuntu 20.10. I can confirm that your theory is correct - zero or one...

@ahuth there's no "sponsor" button on this repo... just saying :)

I'm pasting the example from the readme into my editor. Here's how 3.0.0 looks in PhpStorm: ![image](https://user-images.githubusercontent.com/358014/120507484-c3233880-c3be-11eb-93fe-7ec18dabd44d.png)

This issue occurs because of the following: + `Negotiator` extends `AbstractNegotiator` + `AbstractNegotiator::getBest()` is documented to return `AcceptHeader|null` + `AcceptHeader` is a completely empty interface, so IDEs or static analysis...

It's common to have a router script outside of the public web root. In fact, a lot of people recommend storing the PHP source files outside of the public web...

I wish I could help but my C skills are very dusty. The reason I'm reporting this is because I thought it was important to note that my applications that...

Will give it a go next week, thanks! :)

I'll take a look into why this is occurring and get back to you later.

I've isolated the issue to https://github.com/php-actions/php-build - this repository is used to create the Docker packages that run PHP within your actions, and it's failing due to the naming convention...

All https://github.com/PhpGt repositories will be getting Windows compatibility soon, so I will have a bunch of repositories to test this when I get the fix soon.