funcool

A channel for discussing and asking questions about Funcool libraries https://github.com/funcool/
hoppy 2020-02-08T17:51:34.002900Z

I'm messing with promesa in cljs/node

hoppy 2020-02-08T17:51:40.003100Z

having a hard time seeing anything work

hoppy 2020-02-08T17:52:33.003200Z

mccraigmccraig 2020-02-08T21:56:35.004700Z

js promises don't define deref @hoppy - that's a blocking operation

mccraigmccraig 2020-02-08T21:57:55.006300Z

you need to pass a callback to the then of the promise, or chain a fn etc

hoppy 2020-02-08T22:14:17.006600Z

I missed that memo in the documentation