wollanup
wollanup
Mouse position based detection would be great, so you can "watch" your active window, and move your mouse away to choose where your quake-app drops.
[Discussion](https://github.com/webdevops/Dockerfile/pull/371) about this earlier today, use `composer1` or `composer2` as a workaround, but hope `composer` should work again soon...
Hi, Any news on this feature for 3.0 ? Mika, do you have some implementation ideas in mind ? I wonder if I could implement this feature by passing a...
@m3nu OK, I'm not familiar with Python yet but I'm on it ;) Please just tell me if this approach looks fine to you : ``` python def write_to_file(data, path,...
OK for double quoting ! Maybe we should keep previous format as default and override on demand to avoid BC ?
I'm almost good with code and test, but I introduced a change... You could call it a Breaking Change or a Bug Fix, you decide ;) If we consider output...
After some investigations on Diff code, in [ColumnComparator.php](https://github.com/propelorm/Propel2/blob/master/src/Propel/Generator/Model/Diff/ColumnComparator.php#L75) we have : **$fromDefaultValue** ```php NULL ``` **$toDefaultValue** ```php class Propel\Generator\Model\ColumnDefaultValue#716 (2) { private $value => string(17) "CURRENT_TIMESTAMP" private $type => string(4)...
In my real word case, with 'alarm' table I got this : ``` alarm: modifiedColumns: alarme.ALARM_DATE: modifiedProperties: defaultValueType: [null,"expr"] defaultValueValue: [null,"CURRENT_TIMESTAMP"] ``` I try to find how diff build column...
If I run ```sql SHOW COLUMNS FROM alarm ``` (Found in [MysqlSchemaParser.php](https://github.com/propelorm/Propel2/blob/master/src/Propel/Generator/Reverse/MysqlSchemaParser.php#L162)) I get : - Field : alarm_date - Type : datetime - Null : NO - Default :...
OK, found, will submit PR and update issue soon