Paul Masurel

Results 396 comments of Paul Masurel

I should indeed add non constant row. But you will still have to tell the lib in advance the height of all the rows in that case. Resizing will probably...

Might be related to https://bugzilla.mozilla.org/show_bug.cgi?id=849263

I can have a look at it this weekend. You can use the previous version if this is a problem for you. Also, I accept pull request :)

I am afraid I won't be able to find time for this project. Does someone want to take over fattable?

Split your 400 regexp in packs of 40 or so and it should work. It will be 10 times slower, but still between 50 and 100 times faster than looping...

@neilireson sorry for not coming back to you earlier. Thank you for your pull request. The pull request is not addressing a single issue, so I am afraid I will...

@neilreson I think it is reasonable to put all of your strings aside, and treat them with aho-corasick, and handle the remaining regular expression with multiregexp. Ideally the library would...

(before if forget... The scroll bar cursor is dragged, but the window does not scroll)

Putting that as backlog as our first SSD cache target as changed.

The queries you are trying to run are so-called phrase queries (due to the quotation mark). They require to store the token positions to run... This is someting that is...