Glenn Jorde

Results 10 issues of Glenn Jorde

I'm using `DeepPartial` with a generic type. And it prevents me from assigning `{}` to it. ```ts import { DeepPartial } from 'ts-essentials' const notAllowedToAssignDefaultValue = < TReduxRootState extends Record...

bug

I have several times had the use of a `MergeExclusive` that would support more than two types. And yes, I can nest multiple uses but I currently had a case...

type addition

### Subject of the issue Allow v2 of MessageFormat. ### Your environment * version of angular-translate: 2.17.0 * version of angular: 1.5 ### Request [MessageFormat 2.x](https://github.com/messageformat/messageformat/releases) is out, and I'd...

help wanted

This is obviously not an issue, but just a thank you for creating this awesome font and putting in the time required. And soon with unicode drawing characters. Excellent work!

We're using the { data: true } option when compiling our templates, but since this plugin doesn't support custom parameter, but instead just overwrites them internally here: https://github.com/SlexAxton/require-handlebars-plugin/blob/fe2408dd7a47c26e99ae89ac7b91ca9c39448286/hbs.js#L380 See https://github.com/wycats/handlebars.js/pull/310...

It's mostly cumbersome to work with, and not needed. Also it is easier to read plain javascript for most developers, and the save in LOC is marginal.

enhancement

There is no need for an error on both the file name and the component name. One merged error should suffice. ![screen shot 2014-09-15 at 09 29 25](https://cloud.githubusercontent.com/assets/1891942/4268188/3af51fd4-3caa-11e4-8b94-6db15a51c052.png)

enhancement

But within the context/scope of what is allow by `requireAngularDependencyOrder`.

enhancement

Something like this? ### For all uses: ``` json { "requireArraySyntax": true } ``` ### For some uses ``` json { "requireArraySyntax": [ "controller", "resolve" ] } ``` ### Others:...

enhancement

It should only set properties on `this` since the code is invoked as a constructor.

enhancement