J. W. Ahyoung

Results 9 comments of J. W. Ahyoung

@EisenbergEffect I also support the explicit syntax for Promises. While it would be nice to have it implicitly, I'd rather opt-in than opt-out. @jods4 I definitely like the "binding to...

I'd been giving this some thought in the past weeks. The syntax suggested by @jods4 has grown on me a bit, but I'm still not sure that it should be...

I am a fan of magic functions. If we use them, however, they should be prefixed. Aurelia uses the `$` prefix for certain "magic" properties, like `$parent` and `$index`. Might...

Just my two cents - I use "describe" functionality mostly to group my tests so that they appear grouped in my reporter. I generally will create a test file for...

I'm just getting back to this now, @JuanCaicedo - I'm still pretty interested in this concept. It's been a while since I looked at the Oboe library in depth. I'll...

Came here to post this exact thing. https://microsoft.github.io/monaco-editor/index.html

@EisenbergEffect @bryanrsmith I think that in the case of child routers - if you call `reload()` on a parent router, it would reload itself and all of its children (unless...

@timseverien You might consider using the HTML5 `figure` tag along with `figcaption` for accessibility. This would probably require someone to wrap their image in a figure tag (or the library...

Looks good, but I think you've reversed `figure` and `figcaption`. The `figure` tag would wrap an image or an area of content, while the `figcaption` would actually contain the tooltip...