Ben Ramsey

Results 295 comments of Ben Ramsey

Now that I've finally gotten around to fixing the nasty symfony/console bug, I can focus on this again. What's the status of your PR? It sounds like you still had...

I'm open to this, but I don't know much about Behat, and when I've used it in the past, we had to write a lot of extra tooling around it...

Hey, @hussainweb! I'm open to this idea, and I could use your help on it, if you're able. Thanks!

I had been thinking about this, too. Would it be better to remove the preceding/prefix symbol altogether and let the user type it in?

> typing the Issue number on the numeric keypad is quickly done if everything else is default I haven't had a numeric keypad in 20 years 😉 I usually copy/paste...

Thanks! I know what's causing it, and I'm working on a solution. It's because the version of symfony/console that Composer uses internally is not the same version that the project...

Probably because I released 1.4.0 recently, which has this bug in it, and your CI environment grabbed the latest version. The quickest way to mitigate it (which is what I've...

I have a similar use-case for testing purposes. I want to dynamically unload a class if it's already loaded into memory and then use `class_alias()` to alias another class to...

PhpStorm 2019.1.2 is also crashing when installing this plugin. For me, it was crashing about 3-5 seconds after opening any project.

I ran tests for endianness for a while, using different Docker containers to emulate big endian environments. All the tests passed in those environments for the same values, so I'm...