Ryan LeFevre

Results 46 comments of Ryan LeFevre

I'm a bit confused by this. Where is the Chosen class that is being extended by ajaxChosen? Is that a part of the ajax-chosen-rails gem?

I'll look into it, but if you're looking for something more robust, I would check out [select2](http://ivaynberg.github.com/select2).

Taking a look at this and testing it out, thanks!

I've thought about this a lot. Unfortunately my WebGL skills are pretty limited. Not sure how you would provide 100% compatibility with the current filters. A canvas can't be both...

Yeah it's definitely something I've been thinking about. Looking ahead, I think it makes sense, and will help to improve community involvement since a lot of people seem to be...

I've also been playing with a completely new API for it, but I'm unsure if I want to go down that road yet. Check out the [README](https://github.com/meltingice/CamanJS/tree/cleanup) from the `cleanup`...

Yeah... it could be done this way. I dunno, I was enjoying being explicit with the initialization. Maybe it's something that could be offered in addition to all of the...

The best way right now to handle this would be to work directly with the canvas API until you are ready to apply filters and/or photo adjustments to the canvas....

This is a good idea. CamanJS should have the ability to create "save points" so that you can revert back to a specific state that isn't the original.

Caman.Store is responsible for remembering initialized Caman instances so that, if Caman() is called on an already initialized canvas, we can return the instance instead of creating a new one.