-
I am programmatically stopping my slider that is set up with "autoSlide: true" with the new autoSlidePause method. However, when a user mouses over the slider and then mouses back out, the autoSlidin…
-
I have the default compass setup in my Gruntfile for compass and am using Express as my server. When I run `grunt server` it compiles my scss from app/styles into /.tmp fine, but my views won't actual…
-
I can't for the life of me get this to work. Here's some JS I have in the client for Meteor:
``` coffeescript
if Meteor.isClient
Meteor.startup ->
Template.body.user = ->
if Meteor.users…
-
Attempting to make an invalid polyrhythm causes a skip in the ID increments for that table.
-
The polyrhythm displays incorrectly when it's longer than the width of the wrapper. Having a div for each measure would be an elegant solution here.