eli

Results 44 comments of eli

Presumably the incompatibility was introduced by https://github.com/linsomniac/python-memcached/pull/135

This license is [listed by BlueOak][1] as “gold”. Also [here][4]. * It has an [spdx designation][2]. * Seems to [have usage][3]. * [Approved by the FSF as GPL compatible][5]? *...

@1271 this worked for me: ```diff diff --git a/manga_py/crypt/bato_to_crypt.py b/manga_py/crypt/bato_to_crypt.py index 89206e4..800f29b 100644 --- a/manga_py/crypt/bato_to_crypt.py +++ b/manga_py/crypt/bato_to_crypt.py @@ -15,6 +15,13 @@ class BatoToCrypt(BaseLib): return cls._server(server, batojs) + @classmethod + def...

We appreciate your work @1271. Hope you are safe and well. :)

@1271 I know you have been busy, but any plans to work on this after the cloudflare stuff?

I'll have to think about this one a bit. With the addition of a `/download` url component: * It would be slightly more effort to parse the url (not a...

Thanks for the comprehensive response -- this really helps me understand the use-case.

@alexmv Sorry, work has been very busy recently. I have thought about this a bit in the meantime though. Some mental notes follows ---- In my experience most sites do...

I have an experimental branch that builds atop your changes: https://github.com/cactus/go-camo/compare/pr-57 I'll play around with it a little bit and see how I feel about it.

@alexmv I found myself with some extra time recently, and I have revisited this issue/PR, but in a slightly different format/style. In the [extra-headers](https://github.com/cactus/go-camo/tree/extra-headers) brach, there is a new go-camo...