John Charman

Results 17 comments of John Charman

~~This issue is currently blocked by #8141.~~ PHPCBF uses somewhat unconventional exit codes: 0. No errors were found 1. Errors were found, all errors were fixed 2. Errors were found,...

cc @dagger/sdk-php @carnage I think this is now ready to go. Would it be possible to have this re-reviewed please?

Just adding a use-case, In PHP there are currently three kinds of enum: 1. unit enum: names without values 2. string-backed enum: names with string values 3. integer-backed enum: names...

@jedevc Bit late to the party but `expect` is brilliant. Thank you very much! Looking forward to making use of this :rocket:

Coming from PHP, there is basically just a single, de facto, package manager; my opinion may be bias. > Flexibility: adapt to your existing package manager, runtime, and layout as...

Right now, I do not believe daggerverse examples are supported by PHP SDK. I will need to add support first, so I'll take this one and tackle both at once.🙂

> Hey, > > How do you currently resolves scalar values in the PHP SDK? Or the `Container.Sync`? Because these operations must be async already since you need to execute...