Weird Behavior
Options
Hey Joe,
So I'm having a bit of a problem.
Here's a gist that demonstrates it. https://gist.github.com/JasonPunyon/9975951
I'm on the Latest AnyCPU build and when I run that code the first time, I don't see the graph (you can see from the source.html in the gist that the javascript doesn't make it).
Any ideas?
Thanks,
Jason Punyon
Stack Exchange
So I'm having a bit of a problem.
Here's a gist that demonstrates it. https://gist.github.com/JasonPunyon/9975951
I'm on the Latest AnyCPU build and when I run that code the first time, I don't see the graph (you can see from the source.html in the gist that the javascript doesn't make it).
Any ideas?
Thanks,
Jason Punyon
Stack Exchange
Comments
-
On subsequent runs, the javascript does make it so I do see the graph. But I do have other queries where it never makes it.
-
And there's one nonstandard thing about my setup which is I've forced LINQPad to use IE11 edge mode via the method describe here: coffeeandgrit.com/blog/2013/04/14/linqpad-as-a-javascript-scratchpad/
-
I've found the problem - this will be fixed in the next beta. You also won't have to use your registry hack to enable IE edge mode.
-
@JoeAlbahari Hey, any word on when the next beta's gonna drop?