K.J. Valencik

Results 89 issues of K.J. Valencik

Compiling as wasm would allow more direct integration with Actions instead of needing to publish compiled binaries and download with a bootstrap wrapper. However, most useful actions need to interact...

![](https://media.giphy.com/media/l4FGuftCsoHu56DCg/giphy.gif)

This will allow more easy testing and limit sideffects.

We could allow the caller to define the token and feature flag the automatic version that requires uuid.

This would allow more easy sharing across repositories without copy and pasting.

Pretty easy to implement with `Promise.race`.

enhancement

It's becoming more and more common for libraries not to support providing a promise library. In addition, it's not safe to overwrite or extend the native global `Promise`. Instead it...

enhancement

Use documentation comments (jsdoc?) and generate README.md. Depends on https://github.com/kjvalencik/extends-promise/issues/4 since inline documentation will bloat the source.

documentation

Using `gulp` for build creates additional build dependencies and complexity. It may be simpler to use `npm` scripts or a `Makefile`.

question