XANi
XANi
How would that have to be implemented ? As separate plugin ? If I understand it correctly (sorry, not a PHP dev), it can't be added to class `DokuWiki_Auth_Plugin->getUserData` because...
@nixcorn https://gist.github.com/XANi/db74322ca9a17963e82434d311a722c0 this is what I use, just install memcache on localhost
Note that for generic caching you will definitely want different caching length per type of data (or even type of auth backend) For example you might want to cache existing...
> I tend to think userdata should only be cached in DW itself for the single page/call. That could be default "dummy" caching backend; "just put it in RAM for...
> My point wasn't so much the cache expiry, but that caching the gravatar details should be the responsibility of the plugin Sure but slowness in it is caused by...
currently `LineNumbersInTable` also hilariously falls apart if lines don't fit screen:  but at the same time is currently only option for having line numbers *and* be copy-paste friendly Disabling...
@rliebz I have thought about that problem but to even distinguish between which levels a given flag is defined in v2 you have to go thru hoops. I'm not sure...
@rliebz in v2 it would change some edge cases with using cli.GlobalType vs just cli.Type but v2 has no differentiation of that.
I'd be interested in implementing it. Haven't looked at code yet but I'd probably also add a flag to opt in for "strict" ordering if it won't mess up code...
I've wrote a bit of code to "merge" flags on each step (and remove duplicates if same) https://github.com/XANi/urfave-cli/commit/ba353ea41f636494934bd56ef01feb3770220ad5 But I'm not sure how to make `flag` actually populate parameters correctly...