-
I have a task list in a note. Using the android app I'm unable to reorder the individual tasks but holding and dragging. When holding the android context menu appears (to copy, paste etc) and the drag…
-
The main roadmap for PEP 740 is in https://github.com/pypi/warehouse/issues/15871; this tracks related items that aren't blockers, but need to be thought about more and/or addressed in the medium-to-l…
-
### Summary
If I specify a task within a subdirectory in `tasks_from`, and this task uses `import_tasks` or `include_tasks`, ansible can't find the imported/included task files. This is not a problem…
-
Hi again,
Do you plan on enabling sub-tasks to be displayed in the wheel? That would be very awesome.
-
Want to export Task files to a folder
Then import Task files from another PC
-
Sub-issue of #31 - LULC use case
## Describe the Task ##
For verification, we have a couple options. Ideally Xin would work with George & Brianne to define a METplus configuration for this use cas…
-
Update hands-on-tasks readme file by reference to the solutions
-
-
if you write a python function:
```python
# tests/cython/pyfunc.py
import threading
def sleep() -> None:
threading.Event().wait()
```
and call it from a cython task:
```pyx
# cy…
-
### Actions before raising this issue
- [X] I searched the existing issues and did not find anything similar.
- [X] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Steps to Reproduce…