Renato Damas
Renato Damas
Is it possible to add an attribute by default to a Marshmallow schema? For instance, I would like to create a deserialisation only schema. That would imply adding ```load_only``` to...
Currently there is a single way of applying single labels for each expression: ```yaml autolabeler: - label: 'chore' files: - '*.md' branch: - '/docs{0,1}\/.+/' ``` Can you you make it...
issue: when a permissionScheme is specified , Jira cloud raises a 500 error
### Bug summary the current payload as is: ```python payload = { "name": name, "key": key, "projectTypeKey": ptype, "projectTemplateKey": template_key, "leadAccountId" if self._is_cloud else "lead": assignee, "assigneeType": "PROJECT_LEAD", "description": "",...
### Problem trying to solve _No response_ ### Possible solution(s) _No response_ ### Alternatives _No response_ ### Additional Context Jira API documentation provides the endpoint https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users/#api-rest-api-3-user-get which is not implemented
The signature of the method ```schema2parameters``` in ```openapi.py``` is the following: ```python def schema2parameters( self, schema, *, location, name: str = "body", required: bool = False, description: str | None...
I have the following set of rules: ```javascript import importPlugin from "eslint-plugin-import" import prettierPlugin from "eslint-plugin-prettier" export default [ { plugins: { "import": importPlugin, "prettier": prettierPlugin, }, rules: { "prettier/prettier":...
After ```poetry``` installation, ```poetry``` is not a recognized command. I am running python 3.11 on macOS. I inspected the installation code and I see the following function: ```python def bin_dir(version:...