Paul Draper

Results 165 comments of Paul Draper

I too was [misled](http://stackoverflow.com/questions/28133464/why-is-bfg-changing-my-latest-commit) by the documentation > If something questionable - like a 10MB file, when you're telling The BFG to strip out everying over 5MB - is in...

@rtyley, this doesn't exactly match my earlier suggestion, but this is close. This determine the ids of large blobs _except_ for blobs present in HEAD: (This uses bash and unix...

Some formatters are fast (gofmt, clang); others are slow (scalafmt, prettier). I've definitely seen

@thundergolfer I am. In https://github.com/higherkindness/rules_scala we had a target that created formatted versions of source. Then a test target that compared there two, and a runnable target that applied it....

> One quick one I noticed: It looks like right now it creates comments but doesn't drop them? Yes. The former PR did that too, but I will fix that.

Feel free to take over. I probably won't do anything.

The other issue is that YAML allows comments and tools must encode these if they are desired to be kept. Of course, jq would have the same issue....unless it added...

There are a number of issues with using docsify as a component. For example, it registers global handlers when setting up routing. That is, teardown will be a problem. (And...