Maxim

Results 16 issues of Maxim

Can you add filter commits, like in Git Extensions. Similar to "Search" function, but this should output only filtered commits. Sometimes need to get list of all commits with: -...

feature request

Can you add check unused local variables in anonymous functions? Sample: ```php $funcGetName = function($uid) use ($record_row) { global $USERS; }; ``` Expected: ``` Avoid unused parameters such as '$uid'....

Bug

### Summary Add support of options without `text`, but with `label` Please double-check that: - [x] All changes were made in CoffeeScript files, **not** JavaScript files. - [ ] You...

Sample code: ``` sql START TRANSACTION; CREATE TABLE `tb_test` ( `uid` int(10) unsigned NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMIT; ``` Parser doesn't see missed dot-comma before `COMMIT;`

bug

Unfriendly behavior in some cases. **steps**: 1. create sample express-application (nodejs) from unit's examples inside docker container 2. setup arguments as ["**nodemon**", "--loader", "unit-http/loader.mjs", "--require", "unit-http/loader", "src/server.js"] 3. docker up...

z-needs Investigation 🔬

Can you add supporting of VSCode setting "git.path"? Currently your extension use "git-blame" module. But it use module "git-spawned-stream". "git-spawned-stream" is very simple function, which exec "git" without any paths....

Although, based on #19, it can output more correct data for HEAD-file.

GitBlame ignore new line shifts in modified file. Steps: 1. open document modify history has few people, for example: line 1 by user A line 2 by user B line...

Can you add setting to modify date format? Or use system format? In our region we use 24H time format.

enhancements-ui
enhancement-ui-data