Alexander Schepanovski
Alexander Schepanovski
This might be done with `AsyncResult(existing_task_id).ready()`.
You will never fit everyones needs by just adding support for this and that. There are too many languages, compilers, linters out there. Also, this way users will be able...
Now in docs you jump from loaders to feature extraction.
I tried with many task dedupe libs including yours and this doesn't work: ```python (task1.si(42) | task2.s(1)).delay() (task1.si(42) | task2.s(2)).delay() ``` I want `task1(42)` to be deduped and then both...
This might be done with `AsyncResult(existing_task_id).ready()`.
To use as other method to supply proxies than a file. Current approach could be reimplemented via a hook. However, it makes sense to call `load_proxes()` when proxies depleted, not...
The most straightforward and probably the easiest to implement approach for monorepos is probably adding a prefix to all models in a subdir equal to that subdir, i.e.: ```bash gto...
This prevents from using hotkeys to navigate menus. I.e. `Alt-P`, `D` to add a folder to a project in Sublime Text. There is a workaround - press a down button,...
I occasionally get: ```python Exception in thread Thread-9: Traceback (most recent call last): File "/usr/lib/python3.7/threading.py", line 926, in _bootstrap_inner self.run() File "/usr/lib/python3.7/threading.py", line 870, in run self._target(*self._args, **self._kwargs) File "/home/suor/.virtualenvs/dvc/lib/python3.7/site-packages/mockssh/server.py",...
# Purpose I want to have a short TOC at start, so that people naturally start with a Usage section immediately following it and a more comprehensive Index in the...