Stephen M. Coakley
Stephen M. Coakley
> In this case my application is using _tracing_ and _logging_ for different use cases, and I don't want to mix the two, so I never want traces sent to...
I've added this to the 2.0 milestone, I think I agree that this is an issue and should be re-thought. It seems like the _intent_ of the `log` feature in...
This is a good suggestion, this sounds like something that would be totally appropriate for us to support! One difference between this and `dns_resolve` is that we can support this...
I don't think _I'll_ be implementing this feature, as I don't have enough resources to actively develop this project, but I am definitely open to someone else implementing it. I...
I can't verify this yet, but it could very well be an incompatibility with [Devristo/phpws](https://github.com/Devristo/phpws) and PHP7. This is the package I have been using for WebSocket functionality, but the...
Yeah, I'd be willing to use a forked version. It's not like the original project even has any stable releases anyway...
This is definitely a good solution for the time being. Nice job! :+1: I still plan on doing a rewrite in the future with Icicle, but it may be some...
I'd avoid `Throwable` if possible, since the library is currently targeting PHP 5.5+. We _could_ boost it to PHP 7+ only as a new version, but we can't because there's...
Yeah, and I feel bad for it, as I should. :disappointed: This library just isn't high enough priority on my OSS project list. I'm a little hesitant to write documentation...
Not currently. It is using the standard Lua interpreter provided by these Rust bindings: https://github.com/jcmoyer/rust-lua53 I'd be open to using LuaJIT in the future.