Results 32 comments of Andrew Mast

You should write the doc of the plugin on the README as this repo does not have any wiki pages. I currently do not have time to resolve the conflict,...

I'm confused about you mentioning php... The re-writing of the `ComposerLinter` shouldn't require knowledge of php since it is a json file?

Ah. I work in PHP a lot so I might be able to do some work on the `ComposerLinter` in a week or two.

I know this is an old issue, but I am answering this for anybody else who has the question. The functionality of the "reparse comment block" does not work like...

Could an setting be added to enable or disable DocBlockr from trying to make an intelligent guess? Maybe: ```js { // Indicates if functions with the provided prefixes will automatically...

I have the same error, but when I do: `````` winresourcer({ operation: "Update", // one of Add, Update, Extract or Delete exeFile: build + "win64/app.exe", resourceType: "Icongroup", resourceName: "IDR_MAINFRAME", lang:...

When I put my app and my ico in the bin folder I run this command, but it still does that error: `Resource.exe -op:upd -src:app.exe -type:Icongroup -name:IDR_MAINFRAME -file:app.ico` FYI, the...

I tried with a different ico, and it still shows that error.

I also tried by opening the Anoles Resourcer and change the icon with that, but it still does that error. (I used a fresh working copy of the app) My...