Simon Gene Gottlieb
Simon Gene Gottlieb
> Would it be possible for `cppman` to write it in `~/.manpath` when run with `-m`? Normally I leave `$MANPATH` unset and just use the defaults returned by `manpath` That...
I have finally been able to reproduce it. The program `manpath` does a lot of magic. I looked into the source code to understand precisely what is being done in...
I think this should not be included in cppman, but referenced in the README.
Hi, The current implementation of the (Bi-)FM-Index focuses on approximate string search. With the `fm_index_cursor`, it is theoretically possible to implement a suffix/prefix-based search. But it is not straightforward, and...
### Custom Alphabet One way you can achieve your goals would be to implement your own alphabet, with an extra delimiter. You can follow this cookbook entry on how to...
Maybe just adding some documentation would be enough? #2981
> It should work if you access it as a string, e.g. > > ``` > doc1[key2.as()] > ``` Yes of course, but I don't know what key2 is. It...
Good suggestion!
I have integrated on a local branch into libfive-studio. Not sure if I am satisfied: [Video of gears](https://raw.githubusercontent.com/SGSSGene/libfive/data/doc/gears.webm)
Ah! cool! Thank you!