Skip to content

Releases: Cumulo/cumulo-util.cljs

upgrade deps; refine usages of core.async

18 Jul 16:18
Compare
Choose a tag to compare

Details #8 .

do not depend on node-notifier

28 May 17:01
Compare
Choose a tag to compare

Stable release

23 May 17:48
Compare
Choose a tag to compare
0.1.11

release 0.1.11

split out build info functions

23 May 17:37
Compare
Choose a tag to compare
Pre-release

Details #6 .

Try rename API for more reliable file writing

17 May 17:20
Compare
Choose a tag to compare

Trying to make file creating faster

14 May 09:59
Compare
Choose a tag to compare

Add `chan-pick-port` function

22 Apr 04:06
Compare
Choose a tag to compare
(cumulo-util.file/chan-pick-port 7000) ; detect 7000, if inuse then inc the port

add `all-once` function

22 Apr 04:05
Compare
Choose a tag to compare
(cumulo-util.async/all-once get-chan [1 2 3 4]) ; like Promise.all

Add sh! function

24 Dec 16:50
Compare
Choose a tag to compare
  • Function sh! for running shell commands.

Add on-page-touch

19 Dec 17:15
Compare
Choose a tag to compare

on-page-touch detects when user come back to page. Then we can try updating specific part of the data we suppose changed while they left.