Laurence Chen

Results 13 issues of Laurence Chen

It seems this is something already solved [here](https://github.com/weavejester/cljfmt/issues/106). How can I rebuild this `node-cljfmt` with rewrite-clj v1?

I use vim, and I add the following snippet to my `~/.vimrc` file ``` au BufWritePost *.cljs !cljfmt -w % ``` Thanks for this good tool again.

Originally, there is already one. [kibit-vim](https://github.com/fbeline/kibit-vim) kibit-vim is invoked by kibit leiningen plugin. I wrote a new one. [vim-kibit](https://github.com/humorless/vim-kibit) vim-kibit is invoked by vim-fireplace session.

I found this [library ](https://github.com/venantius/glow) I have tried this and think that is it possible to use it in `markdown-clj`? Will it make the code highlight even better?

I used the bash library in lambacd to invoke my deployment script. ``` (defn deploy [args ctx] (shell/bash ctx (:cwd args) "./deploy.sh")) ``` I put a very simple `deploy.sh` with...

``` const {spec, valid} = require('js.spec'); const dateRange = spec.map("dateRange", { startsFrom: spec.int, endsBefore: spec.int, }); const taskParams = spec.map("taskParams", { timezone: spec.string, dateRange, condition: spec.options, }); /* const schema...

參考這邊 https://clojure.org/api/cheatsheet Clojure 有第五種 collection `clojure.lang.PersistentQueue`

feature

## This is for #162 kaocha's default behavior will let the tests fail if there are no `is` in assertion. ``` laurencechen qqq $ ./bin/kaocha [(F)] Randomized with --seed 1954406926...

1. [Get Counter of Endpoint by endpoint names ](https://masato25.github.io/owl_backend/#/endpointstr_counter) 这个函数没有写到。 2. [Get Metric List](https://masato25.github.io/owl_backend/#/metric_tmplist) 这个函数没有写到。 3. [User 相关的函数全数没有](https://masato25.github.io/owl_backend/#/user_update) 4. [Alarm 相关的函数全数没有](https://masato25.github.io/owl_backend/#/alarm_events)

https://github.com/oxalorg/clojurians-log-v2/blob/11b4de7bf78455a8329a2692b98488e83d76be21/schema.sql#L23 I got more and more questions and confused when I took a look at Slack user identity and user profile. Say we need to store avatar image url, it...