Nathanael Noblet

Results 43 comments of Nathanael Noblet

Hey Marcus, No need to apologize, I wasn't trying to blame anyone. Just gave a reason it was an issue instead of a PR. What do you mean you want...

I'll take a look at SplStack and LinkedList. Honestly I doubt the SplObjectStorage even contributes single percent of the computing time. I did notice recently that the slowest part is...

Personally I kinda think that the exceptions should be stored in the report as well. Thoughts?

To give some added detail to the impetus for this. We're building a system that allows users to build maps and import data. The backend of the import process is...

Also I'm wondering why if the priority is null we set it to 0. Why not leave it as null?

Hmm I didn't see this thread when I submitted issue #239

So this doesn't fix anything however one thing I figured out was that I shouldn't put the .git in my project url as PHPCI adds this. Personally I think that's...

So I've dug around - there seems to be a number of bugs relating to gitlab integration. First off is the serialization issue this bug reports. ``` // Handle old-format...

@subdee you mean if you install phpci via composer this bug doesn't exist? But if you download a tarball it does have the bug?