Dan Butvinik
Dan Butvinik
we do a try/catch/ignore for parsing this file today: https://github.com/dabutvin/Imgbot/blob/master/CompressImagesFunction/CompressImages.cs#L93-L105 Let's hold on to that info when the error happens and pass it on the to Pull Request template to...
Set something in the `.imgbotconfig` to say `maxwidth: 3000` and when ImgBot goes through all the images in the repo, if the width of the image exceeds this it will...
Getting this error during commit signing "One or more errors occurred. (Cannot allocate memory)" We might need to do the commit signing 1 at a time with some kind of...
We are using dotnet 2.2 right now and functions version ~2 and Functions sdk 1.X Time to upgrade all the things, probably have to do it all at once
There is a gap in the docs about managing your installation using github settings and imgbot settings Main points: For managing your imgbot installation check out github's docs. They offer...
Just like team reminders have the 'Min age' : Limit pull requests in reminders by how old they are I would like to have a 'Min age' on pull assignments....
Hey there! `grunt-markdown` is great, thanks for making it. This is a PR to upgrade the `marked` library. I'm working on using `grunt-markdown` to generate static sites and I'm having...
Hi @kevva Any interest in exposing the yauzl options though? I'm specifically interested in setting `validateEntrySizes: false` because I have a bunch of zips to decompress that I can't control....
Where there is missing data we should have a workflow to contribute a fix. After the congrats line in the PR comment, put a “Add missing data in ClearlyDefined” text...
see what happened https://github.com/dabutvin/chive-action/pull/14 The diff is a little confusing, but the order changed of the components. If we sort the same way each time it runs, we should not...