SeanMcMillan

Results 7 issues of SeanMcMillan

https://github.com/doshprompt/angular-localization/blob/master/src/localization.js#L248-L267 getLocalizedString may release Zalgo. I've got a big mess of an app. You don't care about that. It uses the i18n filter, which calls locale.getString, which is getLocalizedString. This...

I'd like to have a way to keep a per-run log file. I am way off the beaten path; I've got a web app that lets our ops people run...

It used to be that if you used "Discard All other tabs" that it would still leave the active tab in each window loaded. Now it seems to open a...

## Description A block using InnerBlocks doesn't insert a child block when you click the [+]. This only is a problem when the child block has additional content when it...

[Type] Bug
[Feature] Inserter
[Status] Needs More Info
[Status] Stale

`arguments` is an array-like object that is not really an array.

fixed in ES5 strict mode.

If you write a constructor function: ``` javascript function House(address, style) { this.location = address; this.style = style || 'ranch'; } var home = House(); // oops! redirected the browser....