Ryan Berdeen
Ryan Berdeen
Here's another simple example:
right now, scrolling seems totally broken. this makes `link` and `help` pretty hard to use
https://github.com/also/lead.js/blob/5ace8d4123f48312de4c4e9406f6790d6448840c/src/notebook.coffee#L264
``` coffeescript username = 'also' gh = require 'github' site = settings.get 'github', 'githubs', gh.default() request = http.get gh.to_api_url site, "/users/#{username}/gists" request.then (data) -> notebooks = _.filter data, (gist) ->...
In Safari 9.0, it appears this way even before mousing over.
Disabling the clipPath seems to prevent the issue.
a Fetch polyfill will probably be the nicest option. https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API
http://gist.github.com/291245 is a patch for StandingWave 2 that allows it to work with `IAudioSource`s of indeterminate length.
This uses brushes, rather than dragging the graph itself: ``` coffeescript params = new Bacon.Model {} brush = new Bacon.Model() cursor = new Bacon.Model() button = input.button('update') target = randomWalk...