weasel
weasel copied to clipboard
🦦 weasel: A small and easy workflow system
Hi, I'm quite new to weasel and ran into this basic problem and haven't been able to figure out a way to solve it. ### Expected Behaviour With running `weasel...
When creating a command which depends on a large file (which cannot be fitted into memory), weasel still [tries to load the whole file](https://github.com/explosion/weasel/blob/main/weasel/util/hashing.py#L33) which results in a `MemoryError`. The...
Currently, [`spacy project clone`](https://spacy.io/api/cli#project-clone) takes a subdirectory of the projects repo as it's main argument. If `weasel` is going to be a general tool, we should probably change this behavior...
Hello! 😄 Feature request: is it possible to make the [`Weasel Project:` tag in the README](https://github.com/explosion/weasel/blob/main/weasel/cli/document.py#L59) optional? I have a use-case where the added word can cause some confusion to...
Mainly as a note for the future because it came up in the `check_requirements` overrides for `spacy project`: Is there a technical limitation that requires `confection` to only support overrides...
Cf https://github.com/explosion/spaCy/pull/11378/files and https://github.com/koaning/weasel/pull/1
## Description cf https://github.com/explosion/weasel/issues/82 ### Types of change bug fix ## Checklist - [x] I confirm that I have the right to submit this contribution under the project's MIT license....
Hi guys :wave: Big fan of weasel and used it to build a prototype recently - annotation and learning layout of PDFs (using prodigy, you're probably familiar :wink: ) One...
Though the documentation claims you can use any protocol that Smart Open supports, Azure storage accounts don't work. I wrote a quick fix to get it working. ## Description Smart...
Hello Explosion team, --- I suggest the replacement of the outdated command name in a hint message. ## Description In a hint message, when running a command with unmet dependencies,...