Stepan Riha

Results 9 issues of Stepan Riha

When running in `strict-di` mode, module should raise the [$injector/strictdi](https://docs.angularjs.org/error/$injector/strictdi) error if the resolve callbacks aren't annotated. Right now, code that uses this directive may work in a development environment...

I'd like access to APIs for cancelling a WorkflowExecution (i.e. [requestCancelWorkflowExecution](http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/SWF.html#requestCancelWorkflowExecution-property)) and to test the EventList whether a cancel has been requested (i.e. a `WorkflowExecutionCancelRequested` event has been recorded). Specifically,...

Most of the APIs in the library consistently follow JavaScript naming conventions and uses camel case (parameter and method names). However, several of the classes have a mixture of snake-case...

When developing a library, we'd like to be able to fully document the private implementation, but then have the ability to generate (public) documentation that omits the internals. We'd still...

feature
nice-to-have

This enables Show-Keys to work on websites that require trusted types (e.g. google.com). https://developer.mozilla.org/en-US/docs/Web/API/Trusted_Types_API - Use trusted DOM API method/properties instead of untrusted outerHtml assignment. - Clean up and simplify...

Allows per-column configuration of default sort order for #677

When validation fails, the library used to return a 400 (Bad Request) response. Then this was changed to 409 (Conflict) for some unexplained reason. https://github.com/z0mt3c/node-restify-validation/commit/9ad8c8751ec0be533ebe7cfff03109d76b6a549b#diff-b83d27d3c5374e6d6de83271284db8c4 There doesn't seem to be...

fix(service): Custom getRestangularUrl() and getRequestUrl() - #1216

https://github.com/google/closure-templates/blob/master/documentation/reference/element-composition.md ``` {template example2 kind="html"} // Element composition call {/template} ``` Right now there is a parsing error on ``: `Closing tag matches nothing`. FWIW, this error might be coming...

enhancement