arika396

Results 6 issues of arika396

The firewall has been closed, administrator rights have been obtained, and the path has been modified. It still prompts that the game version (421471) has not mapped. My hunterpie version...

文中有这样一句: `找到后,我们endIndex后移,并使startIndex = endIndex,treeIndex重新指向ROOT,开启新一轮的匹配。重复这个过程,就完成了查找。` 如果在例子中增加一个模式串`tda`,采用这种移动方式会导致漏过模式串,这里是不是应该将startIndex后移一位,并使endIndex = startIndex?

when i set **pathToDocsifyEntryPoint** to **docs**, i just get a pdf with 404 error as its content the reason is that **static** dir is not a sub dir of **pathToDocsifyEntryPoint**...

If first event make some change to the DOM tree,second event can get wrong path. (For example, change eventTarget's parentNode in **mousedown** event,and then try get path in **click** event.In...

```javascript /* config.plugin('preload') */ new PreloadPlugin( { rel: 'preload', include: 'initial', fileBlacklist: [ /\.map$/, /hot-update\.js$/ ] } ), /* config.plugin('prefetch') */ new PreloadPlugin( { rel: 'prefetch', include: 'asyncChunks' } )...

### What happened? if i use nvm to install a node version,i get the output like below: ``` $ nvm install 13 Downloading node.js version 13.14.0 (64-bit)... Complete Downloading npm......