Steve Purcell
Steve Purcell
> Does #10 `advice` approach resolve #2 to all the line number modes? If it does, I would just prefer to have this documented? Yes, you could use advice for...
> Steve, I am sure, has FSF assignment anyway. Yes, I do.
> `package-read-from-string` reads `((foo "0.1") bar)` as `((foo "0.1") (bar "0"))`. Not a big deal for me personally since I don't use this syntax. The issue here is that the...
> Would you be interested in making a PR? Quite possibly, yes. Although I realised that this still doesn't give me exactly what I want. `fold` etc. are backed by...
Are you using `linum`, perhaps? It's one package which can slow things down. There's `nlinum`, which is a faster (but otherwise equivalent) alternative.
Hi Sylwester! So the idea of this is that you would render raw json into the javascript block which calls `tweet()`? If so, then this feels wrong to me: if...
Have you looked at the other solutions, e.g. those mentioned in #264? They all provide a server-side endpoint which can return cached json. If you want the widget to refresh...
Thanks for filing this issue. That's a nice approach, and I may well work on this when I get some time.
The new official jquery globalization plugin will now be the preferred way to provide localization for Tweet.js: http://github.com/jquery/jquery-global When time permits, this is the approach I would plan to follow.
Interesting. If I'm understanding your intention and code correctly, it looks like this would not support multiple widgets on one page, which isn't ideal... The cache key should probably be...