Adel Haddad

Results 22 issues of Adel Haddad

Made as part of understanding the repo to help when writing documentation of arguments. Some typehints were inspired from the typeshed: https://github.com/python/typeshed/tree/b98cd0c3b0cc6ac25596c204930f2c69cd528540/stubs/PyYAML/yaml `tox -e lint` should run mypy and have...

### Summary 1. Proposes an outline for the README that incorporates the user documentation. ### Style guide to follow - [ ] Each sentence starts on new line - [...

### Problem trying to solve I am unable to find an epic using the API. ### Possible solution(s) Implementation of a Resource for an Epic: https://docs.atlassian.com/jira-software/REST/7.3.1/#agile/1.0/epic https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic/#api-group-epic= So that I...

feature
good first issue

# Summary of changes 1. Use the correct request method 2. Support List[str] too 3. fix the API url ### Docs https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic/#api-rest-agile-1-0-epic-epicidorkey-issue-post https://docs.atlassian.com/jira-software/REST/7.3.1/#agile/1.0/epic-moveIssuesToEpic

bug

## Change Summary 1. Remove `setup.py` (would have kept it if we were using `pyproject.toml`, [per the guidance from setuptools docs to preserve editable install behaviour across older pip's](https://github.com/pypa/setuptools/blob/5179e8fcd89657d0f9b3660e2a7ec6f6eec9ce36/docs/userguide/pyproject_config.rst)) 2....

skip-changelog

## Description of changes: 1. Propose the usage of [`pipx`](https://pypa.github.io/pipx/), a PyPA supported way to install executables in an isolated virtual environment. It is likely that this method obsoletes the...

Somewhat asked, but not answered, in #78 When visualising the PCs via `imagesc` of in the `Wi` variable: 1. `PCspikes.mat` ![image](https://user-images.githubusercontent.com/26027314/61061801-e02e7700-a3f4-11e9-9427-b6792ecaa538.png) 2. `PCspikes2.mat` Original ![image](https://user-images.githubusercontent.com/26027314/61061868-fc321880-a3f4-11e9-9c78-2e9825a3f883.png) Zoomed into first 3 PCs...

Following up on: https://github.com/edgedb/edgedb-python/issues/438 # Summary of changes 1. a pre-commit config file has been added with some simple rules 2. Errors picked up during the linting have been addressed...

Hi there! I was wondering if there was any interest in general python project related improvements/contributions? I made a linting proof of concept with [pre-commit](pre-commit.ci), a great tool I use...

Follow up on #1527 with new tests for these endpoints

help wanted
good first issue