Aidan Feldman

Results 181 issues of Aidan Feldman

Closes https://github.com/afeld/bootstrap-toc/issues/72. cc @pustur

I started looking into what it would take to: - Generally bring this project up to date - Decouple from jQuery (https://github.com/afeld/bootstrap-toc/issues/72) - Decouple from Bootstrap (https://github.com/afeld/bootstrap-toc/issues/16) and realized it...

Multiple people have run into the issue (#21 and #34), so either the instructions aren't clear enough, or the plugin should Do the Right Thing and not initialize multiple times.

`gulp` succeeds on Node v6.10.3, but on v8.9.3 I get `Error: Cannot find module 'internal/util/types'`.

bug
help wanted

Was talking with @andrewmaier today about the plugin, and realized that the only part of Bootstrap that this plugin relies upon (I think) is [Scrollspy](http://getbootstrap.com/javascript/#scrollspy). Would be useful to try...

enhancement
help wanted

Hey there- @18F are big users of this tool. We distribute our binaries via GitHub releases, so the uploading part is a very useful for us. As you say in...

Might want to update README to suggest the middleware setting go in the config.ru file, i.e. in Ilya Grigorik's [example Rails 3 app](https://github.com/igrigorik/async-rails/blob/72ea38433246cc58cd31e3863f4ed4e0c861ad28/config.ru): ``` require ::File.expand_path('../config/environment', __FILE__) use Rack::FiberPool run...

Fixes https://github.com/Mange/roadie-rails/issues/10. Fixes https://github.com/Mange/roadie-rails/issues/11. I was running into the same problem as https://github.com/Mange/roadie-rails/issues/9, where I had stylesheets and images linked from my HTML emails. This PR takes a slightly different...

enhancement