Christian Scheb
Christian Scheb
# Idea [tombs](https://github.com/krakjoe/tombs) by @krakjoe is an alternative implementation of the tombstone concept, which doesn't require to place tombstone calls in the code. Instead, it's an extension to the PHP...
# Idea I'd like to provide some automation to 1) add tombstones to a codebase 2) remove dead code from the codebase based on the results from the tombstone library...
# Idea The analyzer is scanning the source code for calls to the tombstone function. This is how the analyzer gets it's list of "active tombstones". There might be reasons...
# Idea The analyzer currently has 2 maching strategies: - By position (file+line) and the tombstone arguments - By surrounding method and the tombstone arguments You maybe would want to...
Note to myself to give PPL a try for the beat generator
This adds SVG as a file type that can be embedded when the `'variant': 'datauri'` feature is enabled. Alternatively, I've seen there's PR #539, which solves the same problem by...
| Q | A | ------------- | --- | Branch? | 6.0 | Bug fix? | no | New feature? | no | Deprecations? | no | License | MIT...
| Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | yes | License | MIT...
This issue is to keep track of my todo list for the upcoming bundle version 8 (Symfony 8 support) 😀 The plan is, as usual: - A new version of...