catalin

Results 3 issues of catalin

Allow for `icons.SelectFocus.Text` to have a length > 1 and still align options correctly. For example: ```go func setIcons(icons *survey.IconSet) { icons.SelectFocus.Text = "🌿" } ``` results in misaligned select...

Bug

How do you import `.js` files that require other files? I'm trying to import some packages from lodash, but the resolver is blowing up: ``` const app = new EmberApp(defaults,...

question

Uploading a `.zip` file results in no `type` property on the file blob. Normally, when adding a file manually to an input, the blob properties are: ``` lastModified : 1437401016000...