Results 23 comments of Jett LaRue

What I do is this: I throw the data I need in a `dictionary` with a integer key, I pass this key into `set_userData` and then I can look up...

So, I'm thinking as far as sorting goes it might be cool to see top of month or top of week as well... the reason I say this is that...

@karpathy any thoughts on this?

Slight overhead - isn't noticeable amount though. It's just unnecessary to have a request & response rather than streaming responses after handshake.

Just wanted to say I'm working on this now (in case someone else was thinking of starting on this).

A flag to enable the full saving of state might be the best route.

Ah, someone contributed a bower.json with MIT selected. If you want you can choose what fits best, I'm not sure.

@huwd yeah right now it replaces the src attribute, a similar thing would need to be done but for background image. the code would just set el.style.backgroundImage to what it...

Ahah well thanks for trying :water_buffalo: It definitely should if the js was implemented for bg image. I guess instead of using a data attribute then, it !might! make sense...

Thanks :+1: This does not, currently only supports `src`. It should be relatively easy to patch that in though, might require a bit of api change (maybe we can just...