Notas Hellout

Results 144 comments of Notas Hellout

And add relative symmetric method similar to https://github.com/sindresorhus/float-equal/blob/master/index.js

> I agree, or please add ignoring of files list from config ASAP. Currently I should disable the entire linting of file in Super-Linter via enviornment variable: `FILTER_REGEX_EXCLUDE: .github/workflows/composite-actions/action.yml`. There...

https://github.com/GoogleContainerTools/kaniko/issues/595

@corhere Did you mean `HealthStartInterval > HealthStartPeriod` in the title of this issue?

@caub What output would you expect for `diff("aabbaabbaabbaa", "abababa")`?

Why not: ```js [ [ 0, 'a' ], [ -1, 'ab' ], [ 0, 'ba' ], [ -1, 'ab' ], [ 0, 'ba' ], [ -1, 'ab' ], [ 0,...

@caub So `fast-diff` does not satisfy your requirements either. Is there an implementation out there that does?

> The only way to do it is to check every possible shortest edit script, which requires quadratic time and memory. @gliese1337 Doesn't Myers algo require quadratic time/space in the...

@gliese1337 Thanks for the clarification on space vs time. My question was whether the relationship between number of sets of edit rectangles with minimum `D` and space/time of enumerating those...