Sankalp
Sankalp
When using the `chunked_upload` i get this error: ```python 3514 media_id = self.chunked_upload_init( 3515 file_size, file_type, media_category=media_category, -> 3516 additional_owners=additional_owners, **kwargs 3517 ).media_id 3518 AttributeError: 'dict' object has no attribute...
## Description As a developer, I need code to be consistent and error-free. ## Mocks https://github.com/anitab-org/mentorship-backend/blob/d52d77706aad4a486f2417419bb4c4c6d2ace3a6/app/api/dao/user.py#L42-L46 For example this can be replaced by the get method i.e. `data.get("KEY", "DEFAULT_VALUE")` to...
Rebuild webpack whenever there is a change in organizations dir to avoid: - rebuild each time when change is made - edit the file which gets copied instead of the...
It would be good to have an option like `--ignore ` or `--i ` to ignore running QA checks on files specified in the pattern while running `openwisp-qa-check`. This feature...
Changes: 1. Added `husky` pre commit hook for running checks before commit. 2. Added `lint-staged` in dev dependencies to run pre commit checks on updated code only. 3. Added `doctoc`...
### Describe the bug Streamwise messages are not showing on zulip stat to admin because the condition to check streamwise messages is wrong. We need to delete this condition of...
### Description Added the code to make POST request on backend to send code and recieve access_token. Fixes #106 ### Type of Change: - Code - User Interface - Documentation...
## Description As a developer, I need to implement GitHub sign on, so that I can allow GitHub users to login using their GitHub account. For being able to use...
### Is your feature request related to a problem? Please describe. The final phase of any project is the successful deployment so that users can interact with it in production....