Tyson Andre
Tyson Andre
> Is there any reason that just adding `agentkeepalive` to your project and passing it in via the `agent` option doesn't work? I can do that and planned to. I'm...
It looks like issues I'm seeing are possibly unrelated to idle connections, the consul agent was running locally on the affected applications, so it's probably not networking, but remotely possible...
What's the intent for the package https://www.npmjs.com/package/@avro/types ? - I don't see it mentioned in this repo's issues - Grepping the source code, I don't see `@avro/types` - `@avro/types` doesn't...
It's been a while. I may have been using `avsc` from a project that added its own polyfill of Blob (e.g. sinon). Or maybe I wasn't generating/validating the stubs in...
I forked the project to support a subset of runkit's functions for PHP7: https://github.com/runkit7/runkit7 EDIT: Current status can be seen at https://github.com/runkit7/runkit7#compatability-php70-to-php-72 - This has been compiled in 64-bit builds...
That's fine. To clarify: you're developing a branch of runkit that works with the latest release candidate of PHP 7, and 90/177 tests are passing? Also, which way do you...
I mentioned my unaffiliated runkit7 fork earlier. See https://github.com/runkit7/runkit7#compatability-php70-partial-buggy and https://github.com/runkit7/runkit7#reasons-for-disabling-property-manipulation to see if that fits your use case.
@pfalsoncup File a bug in https://github.com/runkit7/runkit7 instead of this thread for issues with the fork. If you can create a self-contained test case (E.g. a repo with instructions to reproduce...
@taylorrotwell what PHP version is that, it looks like php7? The master branch doesn't support PHP 7, it supports PHP5. See issue #87
https://github.com/igbinary/igbinary and https://github.com/nikic/php-ast can be used as a starting point. I'm still working on migrating the full test suite to GH actions, but igbinary has scripts that can be used...