Sigurd Spieckermann
Sigurd Spieckermann
I've merged the latest state of the `main` branch into this one. @TooTallNate @styfle Any chance this PR gets merged soon?
@vercel Any chance somebody could review this PR? It's been around for almost 2 years. :confused:
Another motivation for implementing data chunking: When we manage image data for, e.g., image classification, we have a folder for each class which contains the images associated with the class....
@dmpetrov Thanks for your feedback! :pray: Indeed, splitting/chunking image files even further would make the problem worse. TBH, I haven't read i to the algorithms details of some tbe above-mentioned...
Thanks for your detailed reply, this is very helpful. 🙏 Managing files in an archive including batched download of adjacent files etc. is something you're working on adding to DVC,...
I think there are two possible places where this problem could be fixed: 1. [`micromark/dev/lib/compile.js::prepareList`](https://github.com/micromark/micromark/blob/af8df6946b2653eaedd2188cb7220742e4d3e520/packages/micromark/dev/lib/compile.js#L341-L401): When compiling to basic HTML, the events related to a list are preprocessed such that...
This is how Copier addresses the update problem: https://copier.readthedocs.io/en/stable/updating/#how-the-update-works
@bswck That would only work for Python scripts, but tasks can use executables written in any language.
Black might serve as inspiration: https://github.com/psf/black/blob/23.1.0/.github/workflows/upload_binary.yml
How about the following extension to `copier.yml`? - For plain text: ```yaml _message: "Project {{ project_name }} successully created! 🎉" ``` - For inline Markdown (we could use [`rich`](https://github.com/Textualize/rich) to...