doox911

Results 13 comments of doox911

It would be great if you added this.

Thanks for the answer, but I did not find the definition of the grid and scale functions.

I am interested in this: ![Снимок экрана от 2019-04-23 23-02-06](https://user-images.githubusercontent.com/35161922/56611991-d8dca600-661b-11e9-9467-31248899cc1d.png)

> Hello, I also need the beautiful blueprint for an ongoing project. So I made this little module. If it helps :) https://onlfait.github.io/svg-blueprint/docs/ Thanks. I will definitely try it. I...

I would like to draw a grid and use the scale as shown in the [examples](https://maker.js.org/docs/basic-drawing/#Paths) `makerjs`.

Thank you for taking the time, probably it will not suit me.

Yes, it is nesting(second conditional expression) that interests me. Then let it be a wish for improvement)!

I measured: ```bash #!/bin/bash echo "Dprint:" START=$(date +%s%N) ./node_modules/.bin/dprint fmt --incremental=false END=$(date +%s%N) milliseconds=$((($END - $START)/1000000)) seconds=$(($milliseconds/1000)) minutes=$(($seconds/60)) echo "$milliseconds" echo "$seconds" echo "$minutes" git diff --shortstat | tail -n1...

It only worked for me after setting the `requirepass secret_redis` parameter in `redis.conf`.