We should be able to provide a directory to muzip and allow it to recurse through the directory, pulling out archives and extracting the metadata. One thing to be considered here is how to manage d...
Images are currently only read directly from TileBuilder's image directory, sub directories are not supported. It would be nice to be able to organize ones HDF5 and YAML files in arbitrary sub dire...
Currently, even if the current directory is changed as a result of executing command, it is not kept in the next step. It would be very convenient to have a means to save the directory of the execu...
It would be nice that omc supported using (reading from) multiple directories. must-gather can use multiple images[1] to gather data about more than one feature by running a single command. When mu...
it will be awesome if it supports remote directory editing
It would be nice to add support fot the free desktop XDG base directory specification (https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html), where configurations should be place...
It is common for virtual environment directories to be either .venv/ or venv/, but only .venv/ is currently supported in without needing to activate the environment. Since both are common names for...
Currently, you're met with the following error (this is a skrub-cli call, but it makes no difference since it's an issue in this api) $ skrub <directory> events.js:141 throw er; // Unhandled 'error...
Hello, It would be nice if the tool supported XDG directory structure as described in in freedesktop org: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html Example: binar...
A colleague introduced me to Spinach recently, am loving it over Cucumber! I was wondering if a patch to add support for directories for steps would be welcome? So the Feature class name generator...