Jonathan Hoffman

Results 13 issues of Jonathan Hoffman

``` pip install -r requirements.txt Collecting pytz (from -r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/e7/f9/f0b53f88060247251bf481fa6ea62cd0d25bf1b11a87888e53ce5b7c8ad2/pytz-2019.3-py2.py3-none-any.whl Collecting django~=2.2 (from -r requirements.txt (line 2)) Using cached https://files.pythonhosted.org/packages/2b/b2/eb6230a30a5cc3a71b4df733de95c1a888e098e60b5e233703936f9c4dad/Django-2.2.10-py3-none-any.whl Collecting django-material-pro

### Description of problem When pushing code for deployment it attempts curl check but to the wrong IP: ``` -----> Deploying web (count=1) Attempting pre-flight checks (web.1) CHECKS expected result:...

type: bug
needs: investigation
plugin: checks

style(main_no_modal.py): change openai_model from gpt-4 to gpt-3.5-turbo refactor(main_no_modal.py): add check for file_path ending with "/" before writing to file

I've setup OpenID Connect with PKCE enabled that authenticates on Windows Server Active Directory as you can see below. Users are able to log in but they get generic usernames,...

Hiya, Please add the Python port docs. Cheers, Jonny

`cache_discovery=False` intermittently still returns cache images even though it's set to false.

Please add the `cache_discovery=False` argument to your docs. I think many people will find this useful. ```python gis.search(search_params=_search_params, cache_discovery=False) ``` Keep up the great work.

Django Axes works great when logging in normally but I've implemented Django Ninja JWT and when making REST API requests using the default Django Ninja JWT controller `api.register_controllers(NinjaJWTDefaultController)`, I get...

help wanted
integration
feature request

## Feature description Please add support for the latest versions of Django ie. 4.* ## How this feature can improve the project? The project will keep up with the progression...

## Feature Request CLI export feature Export all versions of requirements. ie. DEV & PROD Example command: `--all` argument ```shell poetry export --without-hashes --all -f requirements.txt ``` Desired output: ```...