Alex White

Results 6 issues of Alex White

The error `Uncaught Error: Cannot set read-only property "" on object` is thrown by Ember when selecting items from the available options using ember-select-2 when `selection` is set to a...

The documentation currently shows that you can create a custom validator and which arguments are provided into the function, however, nowhere is it explained what each of these arguments actually...

I have been burned by this several times now where I need to bind the value (state) passed into the `slate-editor` to a changed prop than what it was initialized...

It appears with the new event data, the "," and "." checks here: https://github.com/nossas/slate-editor/blob/develop/src/package/plugins/slate-font-size-plugin/FontSizeKeyboardShortcut.js#L10 https://github.com/nossas/slate-editor/blob/develop/src/package/plugins/slate-font-size-plugin/FontSizeKeyboardShortcut.js#L11 no longer work. Instead of "," and ".", it should be ""

I just ran across an issue - and I'm not sure if it's an angular issue or angular-auto-validate. I have an `` and I seem to always be getting the...

bug

Hi all - this tool has finally gotten me working for coverage of JS/TS side-by-side just fine. But the problem is that the cobertura coverage report is never created. I've...