Serge
Serge
Right now Node.js's README writes: ``` var client = foo.bar({ username: 'pksunkara', password: 'password' }); ``` Is it possible to change it to: ``` var client = foo.bar({ username: 'api_key',...
When I change a property defined by the comparator the collection does not sort itself. Is this intended?
mattbaird/jsonpatch is unfortunately no longer maintained. I recommend checking out [herkyl/patchwerk](https://github.com/herkyl/patchwerk) for creating JSON Patch documents.
How do I keep a `PubSubConn` alive when Sentinel is switching masters? My current code panics right after the master goes down: ```go func NewRedisDataSub(pool *redis.Pool, subCh chan *msg.RedisMessage) {...
Not really an issue but I wanted to see which modules feather uses by checking the package file but there is no way to know which modules are used for...
I'm not sure how to approach this. I would like to add a searchbar to my site. Has anyone done this before?
As we already have nice testing it would be awesome if @wbond could enable Travis.
Right now I need to use JS for this library to work. Would it be possible to use only AS3 so I could also run this on Android/iOS?