dys-bigwig

Results 5 issues of dys-bigwig

When the first match is the very first word of the buffer, and you wrap from the very last match back to it via n, all matches are de-highlighted until...

Cool project idea, didn't even expect this to exist! On a new 6.1 64-bit image obtained via Pharo launcher, I opened the playground, pasted the instructions, and chose "Do it"....

Hope that's alright. Couldn't decide which names would be best for the dummy functions required for ref and set-ref in the define/generic forms. Hopefully there won't be alternate versions of...

Hi there. I noticed updating functions (hash-update...) aren't included in the generic interface for indexables. Seems like it's an easy addition (though I could be wrong) by just adding them...

Hi, I had a few things failing and narrowed it down to the use of string-ci/p: ``` (parse-string (string-ci/p "LDA") "lda") => (failure (message (srcloc 'string 1 0 1 2)...