Caleb Troughton

Results 11 issues of Caleb Troughton

Currently, when a rolling deploy errors during the process of stopping an existing container and spinning up the new one, the deploy stops and exits by raising that error. The...

Folks need a way to update the deck after initialization. I'd like to start with an `update` or `refresh` method that rebuilds the internal slide array from the current DOM...

Dependent on the new "extend" object format for extensions (#146). Add a method like `getExtensions` that will return at least some information about extensions, such as key mappings and descriptions....

Currently `extend` takes a method name string and a function. This should be expanded to take one argument, an object. This object would have the following properties: - name: Required....

Dependent on so many other tickets. Details to come later.

- Update `goto` to take multiple arguments. If there are two arguments, they represent `topLevelSlideIndex`, `subslideIndex`, `subslideIndex`... on down. - Add `subslideConnector` string option to hash module. This would be...

The new scheme: ``` jade .slide.deck-previous .slide.deck-current .slide.deck-current .slide.deck-current .slide.deck-current .slide.deck-next .slide.deck-after .slide.deck-next ```

`new Deck(options)` instead of `$.deck('method')`

This toolkit would contain styles for common deck components. For example, the current `.vcenter` class is core would live here and core CSS would be stripped of any non-functional CSS.