Oleg
Oleg
Feature request to support ScheduledJobRegistry. Would be very useful to know which tasks are scheduled for when
Regarding https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/CyberSafety.md What inspired you to add Telegram to the list of Low risk apps?
In Flask-User 1.0.1.4(python 2.7) when starting an app, Flask-User throws an error: ``` Traceback (most recent call last): File "C:\Program Files\JetBrains\PyCharm Community Edition 2017.2.3\helpers\pydev\pydevd.py", line 1599, in globals = debugger.run(setup['file'],...
Looks like some classes has been changed but docs hasn't been updated. For example: `UserProfileForm` in the docs looks like changed to `EditUserProfileForm`
# Description This PR allows instrumenting only a specific Redis client instead of the whole class (and all clients). Changes: * Ability to instrument a specific Redis client with `instrument_client`...