Samy Dindane
Samy Dindane
Hi, When I use `gsettings set org.gnome.desktop.wm.preferences workspace-names` to name more than 9 workspaces (e.g. with the `"['1','2','3','4','5','6','7','8','9','10','11','12']"` argument), trying to access the preferences triggers this error: ``` Traceback (most...
Hi, After generating a getter or a setter, an empty line with trailing whitespaces appears: ``` php class foo { private $bar; .... /** * Get bar. * * @return...
Hi, There's a conflict when using both these plugins.
Hi, Running `mvn compile` on the freshly cloned repo fails, results in this error: ``` ➜ indy_deep_dive git:(master) mvn compile [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building indy_deep_dive...
Hi, Let's take a look at this code snippet: ``` scala val foo = "foo".toUpperCase //.toLowerCase ``` If I add, let's say, `val bar = "bar"` right after the commented...
Related to #2.