Sebastian Kreft
Sebastian Kreft
@hasier I'm not the maintainer of the project, so I cannot merge either of the PRs. @nficano could we settle in either #275 or #281 ?
I checked all the files with both `file` and `identify -verbose` and they all look like valid PNGs. My gut feeling is that one of those files is incomplete, but...
I think the issue may be here, because `imgDiff` and `createDiff` can be rejected. https://github.com/reg-viz/reg-cli/blob/3f4935d1650b811da2dc241cc7ad92913da3335a/src/diff.js#L76-L78
FWIW i had to use the following script to find the offending file: ```js const fs = require('fs'); const { PNG } = require('pngjs'); const filename = process.argv[2]; const png...
@bokuweb Unfortunately I don't have the files anymore. But It seemed like a truncated png file as when I opened it, it showed only half of it. Note that an...
@JustinBeckwith would you accept PRs addressing this and other issues?.
For those affected, you can run `brew edit fossas/tap/fossa` and fix the binary.
@yuchenshi we just got bitten by this. We deployed a quick fix, which actually broke later in production due to the missing index. Note that that part of the code...
Would it be possible to add an easier way of setting the default token duration so that one can mitigate the problem. By default the token lasts 1 hour, and...
Would you guys consider adding a more general approach to this problem. instead of adding this mixin with `insert_statements_before_current` and `insert_statements_after_current`, I'm thinking of having a `FlattenSentinel`,which would work not...