Arman Mottaghi
Arman Mottaghi
Going to https://80shuo.com/ the html does not have `` or any other meta tag in HTML head, but those are specified in ssr: https://github.com/80maker/vuepress-theme-maker/blob/fe72943fff9c97c7e02ad2053308d1a5c293f785/templates/ssr.html#L4 Where could this issue come from?
Hi, First of all, thanks for the awesome work! I am trying to import the pre-trained files from the fasttext repo: https://github.com/facebookresearch/fastText/blob/master/pretrained-vectors.md The model loads without a problem; however, when...
The crossfade sample only responds when mouse click is up. This is because you have used 'onchange' in the input tag to trigger the crossfading. Instead, 'oninput' responds real time....