Kai Jaeger

Results 94 issues of Kai Jaeger

It should grab information from Cider in case no argument is provided, like other Tatin user commands.

bug

The purpose is to copy a Registry as a whole. This can be used to get around the fact that the principal Tatin server https://tatin.dev might not be available due...

enhancement

Similiar to GitHub's "watching a project" this should allow a user to watch a particular package, and get notifications of new versions etc.

enhancement

Currently, when `ListPackages` and `PublishPackage` are not provided with a target registry as in: ``` ListPackages ``` and ``` PublishPackage /path/2/package/ZIP ``` then `[tatin]` is assumed as the target. It...

enhancement

There are several markers in the text: ``` | **To be enhanced** | ```

documentation

The usage of alias names has certain implications that should be explicitly documented.

documentation

It should be possible to switch of all "global" error trapping with a single flag.

enhancement

`WritePackageConfigFile` should be split into two functions: * `CheckCfgProperties` * `WritePackageConfigFile_` `WritePackageConfigFile` on the other than should just call these two functions.

technical debt

Currently adding an API key for a (new) group requires manual interaction with the server. This should be automated in the sense that a super-user is able to add/replace an...

enhancement

Once a package is loaded into either `⎕SE._tatin` or `#._tatin` there is no way to get rid of it. There is a need for this: when a rarely used and...

enhancement