Fabio Pliger
Fabio Pliger
It'd be very beneficial to be able to configure the envs path in order to also support creating/managing envs outside of the project folder. This would also let users be...
One of the main reasons for `anaconda-project` to exist is the need to reproducible project without having to do anything more than running `anaconda-project run`. Plugins break this in the...
ATM `ArgsTransformersTemplate` __init__ have a hard-coded `http_specs` as specs. Which pass all args for a http call... This is "ok" for now as users implementing plugins always get every arg...
`CommandTemplate` currently inherits from `ProjectCommand` which gives users access to everything else there is in a command (most things that are implementation details). Should we add a separation layer to...
After #89 lands we also need a way to help users creating plugins... I.e. some cookiecutter command that would prepare the project plugin and drive the user to customize it,...
verbose._verbose_logger() only returns the last logger.. but why not logging all loggers (or maybe a selective way of getting just the loggers needed?). This seems to be a potential situation...
This is a extended propsal for #32 and somehow something related to #86 but too much (not a requirement for each other) The idea is to provide a simple plugin...
### Checklist - [X] I added a descriptive title - [X] I searched for other feature requests and couldn't find a duplicate (including also the ``type-feature`` tag) - [X] I...
Our README currently provides the bare bare minimum information to get onboarded with PyScript (arguably below minimum :). We need a real user guide/user documentation. Hope we can use this...
### Checklist - [X] I added a descriptive title - [X] I searched for other feature requests and couldn't find a duplicate (including also the ``type-feature`` tag) - [X] I...