Levi Morrison

Results 114 comments of Levi Morrison

I am actually unsure what to do about keys in general. There is a ticket open about [preserving keys on `slice`](https://github.com/morrisonlevi/Ardent/issues/16) and this falls into a similar vein of thought....

I think the reason we are in this state of things is because in PHP arrays always have keys and more critically here, so do `Iterator`s. So naturally I preserved...

It's been a while and I like the idea of preserving keys whenever possible. The reason is that if you strip keys you can't get them back. If you don't...

I would like trigger a task whenever a certain amount of CPU time has elapsed, not wall time like a Duration. As far as I can tell, there's no way...

Rust's bool is guaranteed to be the same as C's `_Bool`: https://github.com/rust-lang/rust/pull/46176#issuecomment-359593446. I think it's the same for all integer types. Seems what's missing is the guarantee in C that...

Thanks for the feature request. This does look like it would make things more consistent. I'll talk to the product manager to see when it can get scheduled.

Thank you for the contribution. In this case, I don't think anything in CircleCI executed this test, though. It looks like everything in that common folder are for base classes,...

I am not aware of any updates specific to ReactPHP or Swoole, but I know some of the underlying engineering challenges that assume a single global trace are being worked...

Nick, can you comment a bit on how you are thinking about selectively enabling ddtrace based on `.htaccess`? Is this multiple sites from the same server kind of configuration, or...

Hello, @andrei-dascalu. We definitely support static methods! I haven't been able to reproduce your issue with the information provided; the trace always appears and has the `Configuration.testTracing` span. My index.php...