Boaz Berman
Boaz Berman
Currently, the mobile support of the calendar (controllable by the undocumented nor typed `touchDragEnabled`) is not so mobile friendly. Example:  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):...