Almog Melamed
Almog Melamed
See this [screenshot](http://i.imgur.com/bbhJZ.png). That tiny little black thing at the right side is antiscroll. A simple fix is to add a minimal height, and adjust the top position based on...
RTL browsers (Hebrew, Arabic) will place the scrollbar in the left side of the element.
So that people won’t have to muck around within the package, add assembly definition files. One that should only be linked to in the Editor, another for all platforms.
Hey, It seems like asynchronous requests have stopped working in the most recent version of the gem (4.1.0 and 4.1.1). Our usage is very simple: ``` $mixpanel = Mixpanel::Tracker.new($mixpanel_api_token, {async:...
``` coffee User.command('zrem', 'key', arguments...) User.zrem('key', arguments...) ```
https://github.com/luin/ioredis
Since Redis `.multi()` allows it, so should we. ``` coffee User('id').name.set('new-name', update_index).exec (err, res) -> ```
Great for iterating over dynamic keys. Assuming: ``` @zset 'books', key: (author) -> "books:#{author}" ``` Allow developers to query a `books_keys` for all the dynamic keys that were generated. Or,...
- Ability to set commands on the model's main hash e.g. `expire`, `ttl`, etc. - The main hash stores the `@str` and `@num` attributes of the model. - We'll need...