Results 18 issues of Iizuka Masashi

### Expected ```clj (pg/render-string "{{#f}}{{a/b}}{{/f}}" {:f #(str % " world") :a/b "hello"}) ;; => "hello world" ``` ### Actual ```clj (pg/render-string "{{#f}}{{a/b}}{{/f}}" {:f #(str % " world") :a/b "hello"}) ;;...

cf. https://github.com/liquidz/vim-iced/issues/432#issuecomment-1221232494

document

https://clojurians.slack.com/archives/C6QH853H8/p1684333391518079

Check for versions that are up-to-date but have an older release date. In Clojure, there are some libraries with no new releases due to stable functionality, so this is an...

I added `change-first?` function. This function set whether `on-chnage` function will be execute at startup or not. At startup, watchtower execute `on-change` function for all files one by one, and...