Hadrien Mary
Hadrien Mary
Some stuff has been done already in `src/coffee/plugins-manager`. Some doc is welcome. We need plugins for : - torrent automatic providers - torrent search engine - subtitles (download and upload)...
I am using `v0.1.0-rc`. Consider the example below: ```python from argo.workflows.dsl import Workflow from argo.workflows.dsl.tasks import task, dependencies from argo.workflows.dsl.templates import parameter from argo.workflows.dsl.templates import inputs from argo.workflows.dsl.templates import template...
I am using the latest version. I use the `mkdocs-jupyter` plugin so I have some `ipynb` files in my `nav`: ```yaml nav: - Examples: - dsdasda: examples/xxx.ipynb - dsdsd: examples/xxx.ipynb...
I have a Bittle X BiBoard V0_1, and I am using the current default branch of that repo to flash the sketch. ## On Android - OK I can use...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe I would like...
From Spacial Score─A Comprehensive Topological Indicator for Small-Molecule Complexity (https://pubs.acs.org/doi/10.1021/acs.jmedchem.3c00689) Implementation: https://github.com/frog2000/Spacial-Score/blob/main/spacial_score.py
Are you planning to add support for www.yifysubtitles.com ? ## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/29005668-support-www-yifysubtitles-com?utm_campaign=plugin&utm_content=tracker%2F321252&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F321252&utm_medium=issues&utm_source=github).
*edit by TomAugspurger* Currently partitions within a dask DataFrame do not known their own length. Anything using the length of the DataFrame or the partitions will need to compute it...
I currently use this kind of monkey patch to allow proper logging : ``` python def _print(self, msg, msg_args): """ Display the message on stout or stderr depending on verbosity...