art-w

Results 96 comments of art-w

Yeah I can confirm that no html files are generated by `@doc-new` with `(odoc (warnings fatal))` (only the `odoc.support/` and `sherlodoc.js` are produced) and that it complains about `ERROR: Warnings...

Yes the search works a lot better with #23 but the names presented to users are still unconventional / invalid OCaml syntax :)

Ha yes that would be cool! Perhaps we could start with the prefix kind syntax? (the constructors / record fields will be harder to support, but are also less likely...

(In the mean time, I personally use the command `rlwrap sherlodoc search` which relies on the well-known(?) [rlwrap](https://linux.die.net/man/1/rlwrap) utility to add line-edition and history to any program... so we could...

Thanks! As a general rule, I would prefer if the readme only contained informations that are specific to sherlodoc rather than general knowledge that can be acquired from the internet...

Thanks a lot for debugging the issue and the fix!

Cool, good to know it worked!

Taking a look at this again, I believe the culprit was the outer `map` in the following line, since the list `type_paths` could grow exponentially on nested types: (while all...

Nice thanks! I've caught myself wanting to write `Foo.bar` out of muscle memory, when `Foo bar` was actually a better search (since the `bar` value is often hidden in a...

After testing this a bit, I really like it :) There's a tiny issue when searching for `+.` as the dot is lost, but it's not a blocker as searching...