Eric Stern

Results 37 issues of Eric Stern

When running this, it caught some dead imports that my other static analysis tools missed. This is great, but it was quite difficult to track down the source of the...

The default interaction (on 2.0.0) when running the checker has no indication that it's working when the analysis is running. The first couple of times I ran this, I ended...

While collisions are effectively impossible due to the random (hashed?) class and function names, having the class and function in the global namespace is slightly annoying when doing work that...

Relating to #523 (and others) - following those changes, I'm now seeing larger requests being buffered. On its own that's fine, but when larger requests are buffered, I'm now observing...

I got a "please report this stack trace" error immediately following the extended configuration of this extension. After a bit of digging while writing up the issue, including recovering a...

Currently, to connect to a database instance inside of a Docker container, the de-facto way to do so is to expose the container's port to the local machine and connect...

Feature Request
PR Welcome
Low priority

Fixes #4584, fixes #4674

type/bug
feature/assertion

Right now, the [documentation section](http://php-di.org/doc/performances.html#optimizing-for-compilation) on optimizing for container compilation makes it clear that for best performance, you want to explicitly list all of the classes to be autowired. From...

enhancement

This happened when submitting (or processing?) a large number of new jobs with a unique identifier on them. ``` fatal error: concurrent map iteration and map write goroutine 48 [running]:...

Right now in the Prometheus metrics export, you only get a total worker and job count. It would be really beneficial to see those broken down by the job type...

help wanted