Scruel Tao
Scruel Tao
I‘m working on this project, all commits are following, please check it out when you have time. (I may do something wrong like Refactoring code based my own behaviour, and...
**Describe the solution you'd like** Able to specify the default path for saving the pages.
**Describe the bug** Could not save page and got TypeError. **To Reproduce** Following command works fine: `single-file https://www.baidu.com 1.html --back-end=webdriver-gecko --browser-headless=false` But not this: `single-file https://baidu.com 1.html --back-end=webdriver-gecko --browser-headless=false` Will...
**Describe the solution you'd like** I want to have a function that can copy the page meta info to clipboard while saving(or after or provide a button) the pages(copy the...
**Describe the solution you'd like** Support import browser exported settings file `singlefile-settings.json` to cli config. The option name may : --browser-settings-file Description: Overwrite the default settings of cli by the...
Why SingleFileZ is a standalone project? I think this should be an option to SingleFile, because it just provides a save in which type option(zip or not zip html file)?
### 功能描述 一个 PowerToys 的小功能,是不是可以考虑加一下
### Describe the solution you'd like linke [incr.zsh](https://github.com/codepowerme/incr.zsh) does, you will not require pressing `->` or `tab` or anything else to accept the suggestions.
Seems that this issue is related to https://github.com/archiverjs/node-archiver/issues/321 I will not be able to get the last log called in main function, if I run the following code: ``` const...
在阅读 wiki 关于自动[代码生成器](https://github.com/abel533/Mapper/wiki/4.1.mappergenerator)的配置时发现: 有如下配置项: `` 而插件代码中会读取该配置项并进行判断,若设为 false,则不会引入通用 mapper 的注解生成器,代码如下: `useMapperCommentGenerator = !"FALSE".equalsIgnoreCase(context.getProperty("useMapperCommentGenerator"));` 最终导致不会生成 `@GeneratedValue`、`@Id` 等注解。 故这里是 wiki 写错了,还是 `MapperPlugin#setContext` 里面的代码写错了?