helix

https://github.com/Lokeh/helix
Aron 2020-08-14T12:24:31.379100Z

How do you generate promises for js tools that expect such? write them out or use some personal macros, third party libs?

lilactown 2020-08-14T18:28:14.379500Z

I typically just use js/Promise. or what have you

lilactown 2020-08-14T18:28:50.380300Z

I’ve used promesa for an app in the past. It was nice, but a little heavy for most of my use cases; I think it pulls in bluebird