Christoph
Christoph
`Types.fabric` shall be changed to be a record: `{name, fn: 'a => content}` because a fabricator should already be able to name it's created fabrics. The name will be the...
Add a factory which puts all generated files on a ftp server.
Implement a fabricator which fetches a directory from a git server.
Currently a factory returns `result(unit, string)`. For better console output `result(list(string), list(string))` is desired. `Ok` will hold a list of the fabrics' name which was processed sucessfuly by the factory....
Currently links in md files are only parsed by `omd` and therefore don't produce correct href attributes in resulting html links. The (re)fabricator(s) for md need to be adapted: probably...
The way docgen currently calculates the `id` is ambiguous if - a type and a value in the same module have the same name - a module type and a...
Currently a functor is treated exactly like a module (but ignores existent docstrings). Example Functor to test docgen ```rescript /*** this module provides "convenient" utilities for logging NOTE: this is...
There is no autocompletion help by the LSP to help with annotating the module type with a module type being a submodule in the same file. (The LSP helps annotating...