weasel icon indicating copy to clipboard operation
weasel copied to clipboard

🦦 weasel: A small and easy workflow system

Results 12 weasel issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

Cf https://github.com/explosion/spaCy/pull/11378/files and https://github.com/koaning/weasel/pull/1

bug

## 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....

bug

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...

enhancement

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,...