Boaz Berman

Results 5 issues of Boaz Berman

Currently, the mobile support of the calendar (controllable by the undocumented nor typed `touchDragEnabled`) is not so mobile friendly. Example: ![image](https://user-images.githubusercontent.com/69103343/125522156-8acb7fc3-0883-40dd-b2e7-ad14b57f6838.png) The main issue arises from the fact that the...

Closes https://github.com/actions-rs/toolchain/issues/126

### Bug description Originally posted under pylint repository: https://github.com/PyCQA/pylint/issues/5448 ```python """ creates team DAG """ import airflow from airflow.models.dag import DAG from airflow.operators.dummy import DummyOperator def create_github_team_dag(dag_id: str, team_id: str):...