Fabrice D.

Results 113 comments of Fabrice D.

> The history too sounds, to me, like a good idea, being client-side too but easier to implement than the grid; it should not even require the knowledge of what...

Hi guys Thanks a lot ! I am still maintaining a symfony 1.x app. After updating all the files I added the following to `factories.yml` as indicated in WHATS_NEW ```yaml...

Thank you both :+1: I created an empty class in my appConfiguration.class.php file, just `class Swift { }`. I thought this may have been why there is a conditional in...

Same as #1414 #1749 You could think of "Cycle windows + minimlize" it this way, if that helps: It's the same as Minimize/maximize, except that if an app is already...

> I was about to ask for the same thing also. I actually already modified this feature locally on my computer. I just put it in the "Focus, minimize, or...

Another vote for "Cycle windows + minimize" - or "Cycle through windows" - as available in Dash To Panel. This one feels the most convenient for me, I often have...

Thanks @s1ww it works! Had to modify the existing `case clickAction.FOCUS_MINIMIZE_OR_PREVIEWS:` as I'm not sure where to add the new option. With this change it appears to behave exactly like...

For science I checked again in Dash To Panel, to be exact, this code above corresponds to `Cycle through windows`, it doesn't minimize an app with 2+ windows. What the...

Yeah this is a [known bug with yuicompressor](https://github.com/yui/yuicompressor/issues/113). Ran across this recently with `background-color:hsla(0,0%,100%,.9);`which gets minfiied to `(0,0,100%,.9)`, which actually causes the css property to fail applying (a bit silly...

Desperate to get this working as well as I returned to linux (Ubuntu) - and I've been using, in particular, the FONT AWESOME component in FIGMA. ### Doesn't work -...