Jason Axley
Jason Axley
For workflow cases, I've wanted to use routing as a way to transition from view to view. This works, however as a pub/sub approach, you are limited to passing only...
It didn't seem like there was a way to provide default values for optional route parameters. Were there thoughts on providing this capability at some point? Seems like if a...
The web tool is quite nice for authoring, and the human-readable markup is great to easily create them and modify without even a mouse. But, I'd like to be able...
I don't see it in the docs support for de-evolving components nor in the code at a glance. And using `evolve` with a position to the left is a workaround,...
### Current state: The parser is a bit nonspecific and happened to flag the presence of the keyword `pipeline` that was in the middle of a label. I had to...
Currently, the implementation generates fairly-detailed verification errors objects based on what verification failed. But the current API keeps those entirely internal. This prevents callers from determining what caused an authorization...
I created a jsperf to demonstrate the issue. Even in IE8 the issue is pronounced (allowing a mere 6 ops/second). http://jsperf.com/json-parser-perf-ie-largestringproperties We experienced an issue where json3 was causing the...
A common omission in certificate pinning implementations and discussions seems to be coverage for WebView requests. Are there plans to provide a sample WebViewClient implementation that invokes the pinning code...
The implementation currently hard-codes three things that would be ideal to enable a way to provide alternate implementations based on differing needs to deviate from the default behavior in the...