NoScripter

Results 10 issues of NoScripter

- [x] refactor: remove dead code - [x] refactor: fix Ineffective parameter type

In my `tsconfig.json` file I set `noUnusedParameters` to be `true`, but tsuquyomi is not reporting this error. ![image](https://user-images.githubusercontent.com/1673877/60560953-7e329980-9d84-11e9-87a9-f84c099c1456.png) ![image](https://user-images.githubusercontent.com/1673877/60561011-a4583980-9d84-11e9-8b08-457ac0d755f6.png) While my webpack and ts-loader is warning about these errors: ![image](https://user-images.githubusercontent.com/1673877/60561057-c5b92580-9d84-11e9-8d61-1c633a733ec0.png)...

My `tsconfig.json` is as following: ```json { "compilerOptions": { "strictNullChecks": true, "moduleResolution": "node", "experimentalDecorators": true, "outDir": "build", "allowJs": true, "target": "es5", "jsx": "react", "skipLibCheck": true, "allowSyntheticDefaultImports": true, "sourceMap": true, "baseUrl":...

if favicon was uploaded and not stored in static upload folder, this logic is wrong, it should be used from Meta.config instead.

**Describe the bug** ``` Uncaught runtime errors: ERROR DataCloneError: Proxy object could not be cloned. ``` **To Reproduce** Steps to reproduce the behavior: 1. Click on the toolbar icon to...

### issue description I'm using `:AsyncRun! ag 'xxx'` to grep in my project, and I expect the quickfix to open with syntax highlighted and jumpable. Yet the quickfix content is...

Please add https://github.com/antvis/g6 to the list.

## Description by Korbit AI ### What change is being made? Reintroduce OpenAI support to the command line translator, allowing translation options via iciba, deepseek, and OpenAI, with configurable API...

enhancement

- synonym and antanym comparison - pager - disable deepseek by default ## Description by Korbit AI ### What change is being made? Enable OpenAI as an additional translation backend...

enhancement
lgtm