Brian Caruso
Brian Caruso
Candidate in #965.
@jknack: What do you think of this update to the `JsonNodeValueResolver`?
Added a fix for #969 as well since it's basically the same problem but on JSON objects instead of JSON arrays. After a JSON object is converted to a `Map`,...
( •_•)σ @jknack Any objections? If not, is there a release guide? I don't mind going through the machinations.
> ( •_•)σ @jknack > > Any objections? If not, is there a release guide? I don't mind going through the machinations. 👋 I noticed you prepared the next release...
Sure, that also solves the problem.
FWIW http://web.archive.org/web/20160310104230/http://orderly-json.org/
Apologizes, a bad choice of words. Of course I want to render _something_. What I do not have is anything to put into a template-based *.html file. Maybe specificity will...
Here's the current state of my view model. ``` import { inject, noView } from 'aurelia-framework'; import { Router } from 'aurelia-router'; import Auth0Lock from 'auth0-lock'; import AuthenticationContext from './context';...
> What does that do? Does it show a popover? Yep. [Here's a demo](http://auth0.github.io/playground/). > What would you expect to happen to the previous screen that you navigated from, when...