Tom Rochette

Results 68 comments of Tom Rochette

@jwage You may find https://github.com/andreas-weber/php-junit-merge and https://github.com/sebastianbergmann/phpcov relevant for this feature.

@rjacobsen2012 If you create the table and the foreign keys at the same time, you will have some issues where the tables your foreign keys refer to do not exist...

I'm looking into it. It looks like it is the defaults precision/scale of Doctrine. _Edit:_ Yeah, so we're forcing decimal, double and float to specify their precision and scale, but...

There's one thing to consider though, the current code of laravel will force float to be (8, 2) when you use ->float('my_column').

Because the `double` type does not exist in Doctrine, they call it `float`. Here's the list of available types: http://doctrine-dbal.readthedocs.org/en/latest/reference/types.html. If you want to do it properly (respecting Doctrine), the...

Considering there's been no activity in this issue nor on the thread in the php league mailing list, should we assume `Config` will not be moved to a new namespace?

:+1: for the checkbox. If it is checked, it stays on the currently selected item in the select, otherwise it shows up the latest received dataset.

If I'm not mistaken, the duplicate queries will be highlighted in a different color in the list, so that you can easily spot them. It is however true that a...

I'm having a similar issue, as well as related issues. The problem is that `WrappedDomTree.diffTo` returns the `#text` node of the `.math.inline` node generated by pandoc. Since it is returned...

I ended up finding a temporary solution that works for me (no change highlighting but no double rendering issues). See TomzxForks/markmon@468fd59f21f274930eced7eb6ab91ef5d822697a.