David Megginson

Results 29 comments of David Megginson

Thanks for the reply. That sounds like a reasonable choice: in fact, there are only a few accounts (besides mine) from which I want to see retweets, especially during the...

(Feel free to close this issue if you'd prefer to open one for the feature you're considering.)

I can confirm — Wheezy terminal crashes and disappears immediately on 5.1.1 (32GB 2013 Nexus 7, rooted but stock). Was working fine with 5.0.2 on the same device.

With recent versions of Flask-cache, you can simulate it like this: ``` def make_key (): """Make a key that includes GET parameters.""" return request.full_path @app.route('/hello') @cache.cached(key_prefix=make_key) def view_hello(): return "Hello,...

Sorry - I see that @makmanalp already mentioned _key_prefix_ in the original issue. I do agree that full_path would be a better default, but in my app, I'll probably always...

Investigating ...

It is, apparently, already available via the API, but that's not a practical solution for most users (especially not setting up OAuth2).

Yes, it's been working on the Mastodon instance I use (mstdn.ca) for a couple of months now.

I will look into this. Thanks for the report.