Richard Wilde
Richard Wilde
Sorry but I don't see this behaviour at all. I have `test1.ts` open in both `VS` and `Notepad++` at the same time and I modify the file in VS2013 the...
@basarat > Just curious, are you running VS as "Administrator"? No running as normal. All other editors like sublime, webstorm pick up the fact that that needs to be reloaded...
Hi thanks for your effort going into this, this is what I see in console when I change a ts file in VS:-  So it looks like it is...
aha, it works now so it does look like a bug.... 
Yes this is a single `CTRL + S` , will double check that statement Yes tried a few times, always three events. On a `SSD` drive if that means anything!
Perfect, least I have a way to use grunt now, look forward to a fix :) If you need to run past anything by me I can be your guinea...
I believe this is a `mysql connector` issue and not an issue in Dapper. I tend to use `id BINARY(16) NOT NULL,`
Not sure if this help but instead of `.click(..)` can you try `.press(13)` ? From error message its not 100% certain which element is not focusable. It could be there...
in MariaDB `SELECT VERSION();` shows as > 10.0.22-MariaDB-0+deb8u1-log
I would reverse the logic and always use mysql 5 unless the version starts with a 4. Probably makes more sense.