gfreeau
gfreeau
Sample xml config could be ``` xml ,]]> Zend\Filter\HtmlEntities false ``` example yaml config: ``` yml App\Entity\User: properties: name: - StripTags: {allowed: ''} - Zend: class: 'Zend\Filter\HtmlEntities' zendOptions: {doublequote: false}...
When this is merged, the dms filter bundle will need to have support added as well. I plan to do this as I am currently working on a project that...
Yes there is a lot in that namespace now, most of it is from the validator component which is for loading multiple xml/yml files (loaderchain), perhaps that is what could...
What is the status of this?
@lsv Are you interested to maintain the repository?
I made some docs for this setting. Did you see my comment about this.options()? There are a few settings for this task that would benefit from being set globally: i.e...
It has something to do with window states, when you snap the windows with a mouse the state changes to flags WNCK_WINDOW_STATE_MAXIMIZED_VERTICALLY of type WnckWindowState If you drag the window...
It's been a long time but I've added this feature and a new option to toggle it on in this commit: https://github.com/gfreeau/cinnamon-pomodoro/commit/7c13031ca1b1c13e3301253a2e186cecb4ace58b I will update the applet in cinnamon spices...
@kunnix The problem with using spin buttons is it doesn't work in mint 17 which is still a LTS release. (cinnamon 2.8).
Feel free to submit a pull request.