Budleigh Salterton
Budleigh Salterton
**Feature description** `si seq start -f ` should accept `yml` files as well as JSON, similarly to how YAML files can be passed in STH. Ideally this should also work...
**Feature description** Add a system that generates a default config file based on `sth-config` package in `yaml` with comments. This would be used in documentation.
**Feature description** Currently the IaC configuration works only when starting STH with the correct config and switches. It would be great if a user could run a `si` command: ```...
**Feature description** When building `[email protected]` we should update all dependencies to `@types/node` to at least the closest major (minor preferably).
**Feature description** Currently the signature of a program is: ```ts (inp: ReadableStream, ...args: any[]) => AnyReadable ``` This means that all the programs we can support are unidirectional. That's cool,...
**Feature description** We should allow `text/event-stream` content type for streamed outputs of they're available in object mode. The type allows streaming multiple events to browsers. Here's MDN info on the...
**What?** - Remove all lerna: - Remove all references to lerna - Opt for npm scripts - Fix run-script to fail if errors occur **Why?** Lerna is outdated **Review checks:**...