maximbelyayev
maximbelyayev
Change body of [source](https://github.com/OpenBB-finance/OpenBBTerminal/blob/main/openbb_terminal/stocks/technical_analysis/rsp_model.py#L16) function get_rsp in rsp_model.py to the following: ``` df_stock_p = pd.read_csv( "https://raw.githubusercontent.com/soggyomelette/rs-log/main/output/rs_stocks.csv" ) df_industries_p = pd.read_csv( "https://raw.githubusercontent.com/soggyomelette/rs-log/main/output/rs_industries.csv" ) rsp_stock = pd.DataFrame() rsp_industry = pd.DataFrame() if s_ticker...
Also the function is currently relying on an old relative strength log from [this repository](https://github.com/soggyomelette/rs-log). Any update should be a fork of [skyte's relative strength](https://github.com/skyte/relative-strength) that dynamically updates the list...
Support this idea, and adding options for opening links in panes to the side.
As well, to handle video quality and skip ads if streaming from a platform like youtube
> @maximbelyayev do you mean you've encounter situtaion where youtube ads not skipped automatically? if so, open another issue with url and screen recording Sorry, for some reason ads were...
Thanks for the quick response! Unfortunately, it now redirects between `https://localhost:8000/mfa/multifactor/add/` and `https://localhost:8000/mfa/multifactor/authenticate/`. Trying to also understand the root cause here... Yes, thanks for your work on decorator_include! A standalone...
I think it as to do with the following lines under class Authenticate in django-multifactor `views.py`: ``` if domain != self.request.get_host(): other_domains.add(domain) continue ``` Domain is set as `localhost` whereas...
Just created PR [82](https://github.com/oliwarner/django-multifactor/pull/82). Minor parsing change to request.get_host() statements. Thanks for the help Steven
Yep just tested TOTP
Hi @JuroOravec, yes exactly by 'partial templates' I mean snippets without a `` and `` that are injectable into templates with a head/body. Good to know this was discussed already!...