Eric

Results 62 issues of Eric

"Long time ago" and "STAR WARS" appear, but the actual crawl never comes into frame on Edge. If I resize the window when the crawl should be on screen, it...

`EntertainmentLayer` inherits from `List`, exposing direct access to its own storage. However, within `AutoCalculateEffectUpdate`, it delegates work to another thread through `Task.Run` and reads through the same storage that it...

There's no horizontal scrollbar in the demo code window.

bug
visual

This will not show any overlays: ``` csharp json[kv.Key] = value; ```

bug

Should be able to: - [x] Skip to end - [x] Skip to front - [ ] Manually enter loop iteration

enhancement
visual

Until #35 is fixed, some methods are not usable. We should avoid tagging them.

enhancement

Instead of loading all the source files, we can keep ones that haven't changed in memory.

optimization

Conditional evaluation support: ![conditionals](https://f.cloud.github.com/assets/156582/15673/c85dabbe-47ad-11e2-9b48-110387a22821.png)

feature
visual

For situations where there are multiple calls to a method (multiple calls in test code, recursion, etc), there needs to be a way to view and select which call to...

feature
visual

Display method arguments passed into the method.

feature
visual