Kovid Goyal

Results 343 comments of Kovid Goyal
trafficstars

Though I suppose if you want it to work with non-german calibre, you have to maintain your own mapping. So feel free to ignore my previous comment :)

Unfortunately, you cannot re-use code in that fashion for the amazon plugins. The reason is that store plugins are auto-updated and reloaded dynamically (to keep up with changes to websites)....

Sure, unification is good :) Most of the patches in my fork are against the python code itself, not the build system (the upstream python build system actually had the...

Alternately, it would be nice to have a command system, like in IRC, say /ttl 5m

Or given that its modal and vim inspired, a command mode like in vim

This is not something I have though about much. Personally, I just use like to use git to distribute my packages. Then you can make the RS compiler aware of...

Using PyPI as a backend to store uploaded packages? Sounds like a reasonable approach to me. Some things to look out for: 1) System-wide vs. user local virtualenv type installations...

Actually, thinking about (3) I think we could just use github itself as a package repo. We just need to establish some conventions for repository layout of rapydscript packages, then...

Yeah, I dont think using a pre-existing repo is going to pan out.

Interesting, thanks for the heads up.