tendermonster
tendermonster
### Prerequisite - [X] I have searched [the existing and past issues](https://github.com/open-mmlab/mmyolo/issues) but cannot get the expected help. - [X] I have read the [FAQ documentation](https://mmyolo.readthedocs.io/en/latest/faq.html) but cannot get the...
Just like for a firewall, it would be interesting to see a whitelist option where the only history of a whitelisted domain would be allowed to save. As of now...
### Summary It seems that nextjs attempts to fetch data using incorrect IP. Namely ::1 even though the the .env is setup like so: ``` NEXT_PUBLIC_SALEOR_API_URL=http://192.168.64.8:8000/graphql/ # make sure to...
User would like to customize the email address when setting up the initial database poopulation using: `python3 manage.py populatedb --createsuperuser` I want to merge this change because currently there is...
### Problem Currently it is not possible to customize the user email when running lets say: - python3 manage.py populatedb --createsuperuser the desired customization should be as follows: python3 manage.py...