doox911
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: 
> 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)!
We have same problem
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`.