Dean Sofer
Dean Sofer
Seems @vincenthou did a bunch of upgrades, although I don't really agree with his making access_token mandatory, I wanted to illustrate that there are active forks. @cybertk perhaps you can...
So I know I previously asked you to hide the tree when you focus the editor (for example when using fuzzy searching). However, when you are perusing the tree, sometimes...
When opening a new file, the tree is expanded. it doesn't autohide when I change focus to the editor until I hover the mouse over the tree and then mouse...
Lots of fixes, upgrades, updates and other crap. I'm hoping everyone else in the chain will see this and update their references too.
If you're still alive and all :)
Current setup it's tedious to import this into a project without losing the git repo.
This is how I added optimizely to my app: ``` js /** * Adds Optimizely experiments to Toggles * * @NOTE Experiment names must match toggle names * - Case-insensitive...
In [my fork](https://github.com/jobvite/ajax-chosen), I am using a merge of several forks that abstracted the ajax request out to a callback so that the developer may handle the ajax call themself,...
Although it might be necessary to keep track of what search keywords fired off an ajax request so that you may return a cached result (as this could have changed),...
So I've been working on some enhancements and went perusing through the assorted forks of ajax-chosen to see who had the most fleshed out version. I settled on a fork...