Robin Delattre
Robin Delattre
I re-open an old issue #189 If you drag an element with a link, link is open : https://codepen.io/anon/pen/OaMLew
Hello, To help the author with this todo ("ask developpers for feedback"). Use this class carefully because it can increase (a lot) the execution time in a very big loop...
Hello, ## Context I am heavily using plates since a month for a projet where i wanted to have static analysis and code completion than twig (or blade) could not...
This commit contains 2 propositions without BC break : * Simplify `template->data()` return type (minor) * permit inheritance of data over layout (like twig, maybe major)
1. NO Bc Break 2. Be able to have multiple children rendering the same section. Eg : ## Actually ```php ``` ```php
Example will be more explicit :+1: * I have template files : ``` ``` ``` From test2.html ``` ``` From test3.html ``` I may expect this result if I render...
This feature permit to add Custom CSS directly in user or workspace `settings.json` by adding a configuration property. ``` "markdown-editor.customCss": "my custom css rules" // Eg: "markdown-editor.customCss": ".vditor-ir pre.vditor-reset {line-height:...
This proposal permit to customize link regex (i would like to be able to grab them into inline comment so i need to change the regex to `^(\.{1,2}[/\\])?([^:# ]+)?(:\d+|#[\w-]+)?`, eg...
## Compatibility with doctrine dbal 4 Just switching the deprecated array type to json - cf [Upgrade Guide](https://github.com/doctrine/dbal/blob/4.0.x/UPGRADE.md#bc-break-removed-array-and-object-column-types) I am targeting this branch, because it's a patch wich is not...