Patrick

Results 11 issues of Patrick

Would you accept a Pull-Request for a config switch to support http://cssguidelin.es/ ? ``` scss $csstyle-support-guidelines: true; @import 'csstyle'; ``` Then the `options` can be used like ``` html ```...

Closes #33 I don't know how postcss works. How can i set the default variable there? If you help me a little i will update the PR.

``` Adding phpunit/phpunit as a dependency is discouraged in favor of Symfony's PHPUnit Bridge. * Instead: 1. Remove it now: composer remove --dev phpunit/phpunit 2. Use Symfony's bridge: composer require...

#### Reason/Context Please try answering few of those questions - Why we need this improvement? - How will this change help? - What is the motivation? As mentioned on [Twitter](https://twitter.com/fmvilas/status/1271124704909299713)...

I'm adding a new Element to a Block. The problem occurs for images at all. Steps to reproduce.. 1. Add Element to a Block 2. Save and wait until success...

Bug

Hey there. I'm using Sulu for my first (bigger) project. So far i love it :+1: I just had an idea regarding the media-management: - I have a Media of...

Feature

This is a WiP to make the library simpler. I removed some essential things for now it's kind of an experiment.

I got a bower.json file in my project root which declares my dependencies. It has some mainFiles, too. If i use bower-concat the mainFiles are not used (only the ones...

enhancement

I have problems getting the choices-field to work. It doesn't seem to work at all. Do you have an example on how to configure it properly? ``` yaml choice1: type:...

stale

A very (very) common task for a `list`-Endpoint (an endpoint that returns a collection) is pagination. While it's _possible_ and _recommended_ (by me) to use `Link`-Headers for pagination (and then...