Benjamin Eberlei
Benjamin Eberlei
Using symfony2 and a cssrewrite to fix all @import they now go through app_dev.php/path/to/import/file.css which leads to 404 errors from the symfony kernel.
If you want to produce deployable build artifacts, then just as `composer archive` there should be a way to build a tarball or directory of code with _all_ its dependencies...
Monorepo plugins knows for every component, which other components depend on it. That means given a list of changed files, we could return the list of components which need their...
Allows to convert user input into object graphs (request query). Use-case could be criteria/query objects or other lightweight objects that are not persistent. See the documentation update for details on...
Hello, before I hack away on a big refactoring of param converters I wanted to ask some feedback on my ideas: - Introduce names for parameter converters, and allow to...
- [ ] Check for Law Of Demeter violations (how to detect fluent interfaces?) - [ ] Check for more then one nested scope per method - [x] Usage of...
backbone supports a validate method per model object. I suggest adding validation by registering callbacks by subject (typeof, about) or something along this lines and fireing an event to hook...
The subjectSelector searches for "src", which is not an RDF attribute, leading to stylesheets being detected as entities when searching the document for RDFas. I suggest changing: ``` subjectSelector: '[about],[typeof],[src],html',...
Until now the SuperfluousExceptionNaming sniff was enabled in Doctrine Coding Standard, but every of our projects disabled this sniff in their local phpcs.xml rule. Doctrine does not actually follow this...
It is a difference to have `foo="bar"` or `foo = "bar"` when evaluating this grammar. Is there a way to have both the same?