Rob Schoenaker
Rob Schoenaker
Not sure if I am talking rubbish, but you may want to consider the single row version https://rosettacode.org/wiki/Levenshtein_distance#C.2B.2B It's discussed here: https://www.youtube.com/watch?v=Cu7Tl7FGigQ
@Turnerj thx for the quick response. I see my comment did not make any sense :-) Will check out the dotNETConf things!
This appears to work for all browsers: ``` Container.prototype.getColumns = function () { return this.element.querySelectorAll("." + this.options.columnClassName); }; Container.prototype.getElementsInOrder = function () { return $(this.element).children().select("*:not(." + this.options.columnClassName + "):not(." +...
I am not so good with GitHub, but I tried to create a PR. Did not work for now.. Also Typescript is not my language, but I suppose your fix...
@evoactivity The fix I suggested works in my (maybe specific) case. Can you PR your update to @f so we can all benefit from this?
Nice one! I updated this in my fork too
The build fails on the Test project. I did not change anything to that, so I suppose that should fail :)
OK, fixed the tests and should merge just fine now.
If possible, yes. Makes contributing a LOT easier :)
I will rebase this and create a PR for my additional changes. Will be some job :)