Ian Yates

Results 26 comments of Ian Yates

> Any thoughts on line endings? I once saw a case where a multi-line text was used in a unit test. As the source code was on git and autocrlf...

> > so different behavior based on what OS the code is build on? > > No. I would preserve them as is. So whatever the contents of the file...

I had a very similar issue in production. Changing permissions, identity of app pool, etc didn't fix it. A restart of the Windows server did the trick though. First time...

Possibly coming from ignorance, but are `$isLast` and `$isFirst` observables or values? If they're observables then `!$isLast` wouldn't work but `!$isLast()` would. I see this as being a cousin of...

Same behaviour as reported by @sava999 in IE 11 on 8.1 using freshly downloaded code from GitHub. I'm going to have a look through F12 tools now to see if...

Sounds great - happy to give things a try :) I've got a Toshiba tablet with Windows 10 / Edge I can try tomorrow (it's 11pm here in Australia at...

I've just fetched the latest on the win 10 tablet and tried it in edge. As far as I can see, the same faulty behaviour is present as what I...

Mousing in there gives mouse / pointerdown / 1 / undefined Touching in there gives touch / pointerdown / 108 / undefined Is that what you were expecting? This is...

I've just loaded the page again. No scrolling at all. pointerType shows a red "2". Actually, it's not "no scrolling at all". If the window is small enough, I can...

Link: http://1drv.ms/1RLaPQ1 I found actually that it's not the size of the window, it's that the first attempt to scroll inside the region fails, and then the second attempt scrolls...