André Kelpe

Results 19 comments of André Kelpe

It is a global counter. Every new URL increases the counter by one. see the __counter__ key in redis for the current value. That value is then encoded using the...

yes, the plugin is just doing string matching, it does not actually understand python syntax. I wound not know how to build that in easily w/o a somewhat full parser...

thanks for the PR. since this is a new feature, could you add a new config option to enable this behaviour? I like to keep the code backwards compatible and...

It currently does not. Feel free to submit a patch

we could guard it with a config setting, which is on by default for backwards compatibility. Do you feel like giving that a try?

It has been like this for roughly 12 years, so it should be backwards compatible IMO

I haven't heard about before. Do you feel like sending a PR?

@fgregg my thinking was backwards compatibility. I don't know what people do to their builds, I just wanted a smaller image for my use case. @simonw any chance to take...

@simonw I like that you want to go "slim by default". Do you want another PR for that or should I just wait?