Gabriel Dibble
Gabriel Dibble
Response for homepage etcetera ``` A server error has occurred 500: INTERNAL_SERVER_ERROR Code: FUNCTION_INVOCATION_FAILED ID: sfo1::gdg9v-1614924152430-6f6450c1ce11 ```
**_desired_ - but not possible due to switch value/selector bug described below.** ``` javascript bindings: { 'model.mediaStatus': { type: 'switch', cases: { 'uploading': '.progress', 'processing': '.progress', 'encoding': '.progress', 'failed': '.failed',...
isValid({ ... }) users may find it useful knowing they can get a _second argument_ from `validate(attrs, options) { }`
other examples: ``` javascript collection.fetch([options]) collection.getOrFetch('id', [options], callback) ``` current: :-1: ``` javascript collection.fetchById('id', callback) ``` preferred: :+1: ``` javascript collection.fetchById('id', [options], callback) ```
I noticed that with IE10 and adding a duration option, the scroll effect is really jerky. Of course this doesn't seem to happen with any other browser. :smirk: Related to...