Results 40 issues of Paul Falgout

I couldn't actually get the test to run. Too many failing tests, but this works in a jsfiddle for at least the use cases I'm aware of. Solves: https://github.com/formio/formio.js/issues/3687 ~~Fixes:...

- Formio.js version: 4.13.0 ## Steps to Reproduce 1. form.showErrors('error'); 2. form.showErrors(['error']); 3. ## Expected behavior Previous to https://github.com/formio/formio.js/commit/9d645494d4cb89b8fc5df78ae5a5bed0006504f0#diff-7855a6dd80d9df39fdfc8b5408184edab6a38ecfb49a165c448d5dfab1264a1fR1210 showError accepted a string or an array of strings ## Observed...

bug

Might have been something with the last deploy

We desperately need to comb through and remove old content that no longer applies. Plus there's older but newer stuff that's far better but never made it. http://jsroad.blogspot.com/2016/11/tutorial-contact-manager-application.html

There's something up with the deploy. For one, backbone.marionette is on npm 10, but this won't run on 10 which is an annoyance, but also, while deploy seemingly updates the...

https://github.com/marionettejs/backbone.marionette/issues/2654 I agree too.. as a guy who lived for years in Korea but spoke no Korean, this would've been frustrating (assuming there is/was a Korean translation)

Seems we had one but it was deleted: http://en.wikipedia.org/wiki/Marionette.js Should model after: http://en.wikipedia.org/wiki/Ember.js http://en.wikipedia.org/wiki/Backbone.js Not directly related to marionettejs.com, but might help us with: ![](https://www.marionettes-puppets.com/images/P/3_marionettes-ru029.jpg)

enhancement

create mode 100644 images/logos/stubhub.gif create mode 100644 images/logos/stubhub.png That gif file doesn't exist anymore, and there are other files not in existence still getting deployed.

Having mixins that support constructors would allow for some cleaner library building on top of backbone / marionette / etc where we currently initialize mixin like features. Supporting constructors would...