Andrew Schmadel

Results 33 issues of Andrew Schmadel

### Feature request description Due to the number of cloud-provider SDKs that this package depends on, the footprint for installing `datadog-ci` is _massive_. If I initialize an empty NPM project...

enhancement

Are there any plans to publish JQTI+ to the Maven Central repository so other applications can easily import it as a library?

Would it be possible (or sensible) to add some sort of annotation or interface to the XHTML-derived nodes so that users of JQTI+ can determine the QTI elements that can...

**Do you want to request a _feature_ or report a _bug_?** Feature. --- Has there been any discussion about backporting Angular 2's [component CSS support](https://angular.io/docs/ts/latest/guide/component-styles.html) (with emulated view encapsulation) support...

type: feature
component: $compile
needs: investigation
frequency: moderate
needs: public api
severity: inconvenient

The win32 port currently exposes two separate commands to copy highlighted text as HTML or RTF. Most of the time, this is a needless and arbitrary distinction. I propose that...

Create a mode for developers to "retrofit" an existing code-base to use explicit annotations. This mode should use our "implicit" matching to find all of the locations where we think...

We currently do not handle cases like this: ``` js var ctrl = function(d){}; ctrl = function(e){} var c1 = { controller: ctrl } ctrl = function(f){}; var c2 =...

The following test-case from the original ng-annotate does not yet pass with the Babel plugin: ``` js Ctrl1.$inject = ["serviceName"]; // @ngInject // already has .$inject array (before function definition)...

Arrow functions cannot be safely used in providers or services, because these types are intended to be invoked with the `new` operator, and expect to have their own value of...

A lot of my work revolves around committee hearings, and I've noticed that GovTrack, Sunlight, NYT, and the other usual suspects only track committee activity at the most basic levels....