Leon
Leon
## Problem Currently, the downloaded binaries are placed in /tmp/ on Linux. However, /tmp/ directory is cleared on boot everytime. ## Suggested solution Placing the binaries in /var/tmp/ on Linux....
# Bug Report ## Environment Zola version: 0.12.2 ## Expected Behavior Valid atom.xml from [W3C Validation Service](https://validator.w3.org/) ## Current Behavior Not valid. 1. Missing ``, `` should be added by...
Hi, I got an error of 'JsBarcode is not a function'. Here is my component: ```vue import VueBarcode from '@chenfengyuan/vue-barcode'; ``` Browser shows these error messages:  And...
Noto Sans TC, Noto Sans HK, Noto Sans JP, Noto Sans KR, Noto Sans SC, Noto Serif TC, Noto Serif JK, Noto Serif KR, Noto Serif SC
I am using vue-dataset for Vue.js 3. In this case, vue-dataset does not show any data, only 'No results found'. ```vue import { Dataset, DatasetInfo, DatasetItem, DatasetPager, DatasetSearch, DatasetShow }...
### Describe the bug https://github.com/vexip-ui/vexip-ui/blob/b3219851be432b6aa071eafe039959cf58c4dd54/components/form/validator.ts#L41 The current host RegEx only allowed one sub-domain. URLs with multiple sub-domains are common and regular, should be treated as validated. ### Reproduction https://aa.bb.cc.dd.ee.com ###...