alex weidner
alex weidner
This [commit](https://github.com/klaussinani/signale/commit/319fa6a65a2261d33a2fc7ba21b0ecd74cef80a1) adds `"types"` to the list of files published with the package, but it is after the latest [release](https://github.com/klaussinani/signale/releases/tag/v1.4.0). The current release published does not include the TypeScript types
First, absolutely awesome library. It is everything I've ever wanted from a CLI framework after working with `commander.js` and `oclif` extensively. I'm using your module with webpack, and the statements...
- `node -v`: 10 LTS - `snyk -v`: 1.122.0 - Command run: `snyk test` ### Expected behaviour I would expect that the detection of my `yarn.lock` file in my `yarn`...
I have really enjoyed building Kube manifests in TypeScript using `jk` for my home cluster and personal projects, but I think there is an issue with the `deep` merge function:...
I am trying to use `kustomize` with https://github.com/argoproj/argo. Example spec: ``` apiVersion: argoproj.io/v1alpha1 kind: Workflow metadata: generateName: hello-world- spec: entrypoint: whalesay templates: - name: whalesay container: image: docker/whalesay:latest command: [cowsay]...