Liviu Grigorescu
Liviu Grigorescu
I think formatting number lists in a single like is quite common so maybe this should be the default behavior. String and object vectors should probably be one per line....
Similarity index is quite difficult to implement and I'm not able to allocate time for it right now.
Just a thought, if this change would break many linters why not allow the linter to pass this information (whether it supports on-the-fly or not) to the base linter. This...
For deploying functions I got the same error when using ```console az functionapp deploy --resource-group $RESOURCE_GROUP_NAME --name $APPSERVICE_NAME --src-path package.zip --type zip ``` After some investigations into the [official documentation](https://learn.microsoft.com/en-us/azure/azure-functions/deployment-zip-push#cli)...
Sure. I will take a look in the next few days.
A little bit late, but still maybe it helps someone. Until I manage to add the option, check https://github.com/gliviu/dir-compare#custom-file-content-comparators on adding your own comparator. You can use [lineBasedCompareSync.ts](https://github.com/gliviu/dir-compare/blob/master/src/FileCompareHandler/lines/lineBasedCompareSync.ts) as an...
Thanks for suggestion. I'll take a look and update the code.
For anyone looking for a quick start here is a template you could use to create new ts generators [generator-typescript-template](https://github.com/gliviu/generator-typescript-template)
Thanks for the detailed report. I'll take a look these days.
Starting with v5.0, `skipSubdirs` has a different behavior. Lets consider these directories. ``` d1 subdir1 a3.txt a1.txt (size=1) a2.txt (size=1) d2 subdir1 a4.txt subdir2 a5.txt a1.txt (size=1) a2.txt (size=1) ```...