Chris Elias
Chris Elias
## Description Undici is a built from scratch http client that doesn't use Node's standard http lib. It has has shown to be very performant. Has this been looked at...
The `config.yaml` allows you to specify integrations to use and pull down. I think it would be cool to be able to specify specific version or branches of the integration...
Currently starbase only reads from `config.yaml`. It would be nice to have the option to point to another file to be used as the config. Example: `yarn setup -f anotherconfig.yaml`
This issue was seen when running`starbase setup` on WSL. The user was attempting to clone the repo into the windows filesystem which is mounted by the WSL `/mnt/c/....`. There appears...
Currently, `dependsOn` determines when one step needs another step to run before it which is useful for how we currently write our integrations. I have noticed a few times where...
Ran into an issue with OneLogin integration when it was upgraded to new SDK where one of the Entities had a left over underscore property name: `_icon` As it was...