Wen Wei Tseng

Results 17 comments of Wen Wei Tseng

For example, my results of my personal blog running `hugo --templateMetrics`: ``` Template Metrics: cumulative average maximum duration duration duration count template ---------- -------- -------- ----- -------- 1m52.231113665s 660.183021ms 3.491000199s...

`partialCached` could be a start. Ref: [The Full Partial Series Part 1: Caching!](https://regisphilibert.com/blog/2019/12/hugo-partial-series-part-1-caching-with-partialcached/)

You mean something like this? [Color your world theme](https://color-your-world-demo.netlify.app/)

FYI, the same goes for other libraries. Starting from [here](https://github.com/zzossig/hugo-theme-zzo/blob/d694f16750817e9f991e9a50023255316973e198/layouts/partials/script/single-script.html#L303)

@dlhenke Because QEMU sets one socket for each assigned CPU core, but Windows 10 Pro can only use 2.\ I found this piece of information from Windows OS Hub: http://woshub.com/vcpu-and-core-number-virtual-machine/...

Hi Titus, IMHO `sudo adduser titus libvirt` could be `sudo adduser $(whoami) libvirt` so that others can readily copy-paste this command without having to edit the user name.

docker image with yay: https://github.com/testcab/docker-yay Edit: Another AUR helper, `pikaur`, can [run without installation](https://github.com/actionless/pikaur#run-without-installation).