Philipp Scheit

Results 34 comments of Philipp Scheit

https://npmjs.org/package/shimney-knockout-mapping I try to keep up with the latest version of ko mapping and ko itself. If I'm behind give me a note. The package will be always loadable as...

How can I escape everything in general? I have a string like: ``` containerDefinitionsJson: "[\n {\n \"position\": [\n 0,\n 0\n ],\n \"dimension\": [\n 100,\n 100\n ],\n \"style\": \"\",\n \"type\": \"image\",\n...

note to me: make sure that the metadata cache key applies to all managers in the config (to apply the workaround) I had one manager triggering the autoloading of a...

PR is here btw https://github.com/symfony/symfony/pull/49759

seems to be enough to just declare the property: https://github.com/phpspec/phpspec/pull/1435

jeah, i thought for depth as well. But I have dependencies in my graph that are sub dependencies, which i want to display. Basicall i really want to filter with...

Same issues with ServiceLocators https://symfony.com/doc/current/service_container/service_subscribers_locators.html#defining-a-service-locator

@staabm since the PdoStatement.stub is now in phpstan-src merged + released, it needs to be removed here, too, right?

since we have loaded bleedingEdge.neon I (for now) disabled the feature that detects doubles: ```neon parameters: featureToggles: duplicateStubs: false # workaround for: https://github.com/staabm/phpstan-dba/issues/466 ``` in the CI it will fail...

Ondrej sounds like, that there will be no fix. Duplicate stubs are not allowed, when they are in phpstan-src :/