Burhan Ali

Results 26 comments of Burhan Ali

I have rebased this PR against the latest `codebar/planner` code and tested it on my M1 machine and it still works as expected.

@matyikriszta Is there anything I can do to help towards getting this PR merged?

Minor tangent, but while taking a look at the current state of things, it looks like some of the styling has been lost on the introductory paragraph:

See https://github.com/mofarrell/p2pvc/pull/52

Thanks for trying this out. It looks like the tests are failing because of dependencies that need updating. This is all a bit of a versioning nightmare. However having this...

In the meantime, a member of the graze team can manually build and push images (eg. `make build-8.0 tag-8.0 test-8.0 push-8.0`). I've just done this for 7.1, 7.2, 7.4, 7.4...

(Note that I didn't actually test out what the exact response of that command would be. It's an educated guess based on my reading of the code.)

The `AF_INET` constant is provided by the [sockets extension](https://www.php.net/manual/en/sockets.constants.php). Does your PHP have this available? What does `php -m` show?

What do you get when you run `php -r 'echo AF_INET;'` Also, how are you running the code from the first post?

> I Installed the latest gcc: `brew install gcc` > > Then I run: `brew install jpeg-xl --force --cc gcc-13` `gcc` in homebrew is now at 14, so this now...