Christoph
Christoph
Use Refabricate to generate GitHub Pages. Readme could be used for a start. More Infromation can be added over time.
A possible feature came up on [discord](https://discordapp.com/channels/235176658175262720/235199119747055616/684544589897662547): Parse rei files: - [ ] convert comments formatted in markdown to html - [ ] parse the definitions - [ ] enable...
Currently there are no automated tests. The library (`Refabricator`) should have tests for each component (fabricator, refabricator, factory).
Automatically handle (GitHub) release: - create release for a new version tag - add binary (bin/refabricate.exe) for each platform separately - for standalone usage - add generated docs - add...
`Refabricator.between` should be changed to only take fabrics as it's arguments. This enables to not just use static strings for `before` and `after` arguments, but any data which can be...
Add a fabricator which just takes a static string as an argument and returns a fabric. This is especially usefull for `Refabricator.between`. - #27 Type: `let str: Types.fabricator(string)`
Windows ci fails test step with: ``` Fatal error: exception End_of_file ``` [Here](https://github.com/woeps/refabricator/blob/9757dbade700d6f7b857968e6d4e6948ad49680c/lib/Fs.re#L16) is missing a close channel. Not sure this is the real problem.
`Refabricator` will be published as a library for anyone to use and build on top of it. But... It would be great to provide a prebuilt binary for the most...
_Danger of premature optimization! - Get some more datapoints before actively working on this issue._ [Luv] supports event loops and multithreating for crossplatform in a convenient way. Maybe [Luv] could...
depends on #18 Implement new Refabricator `filterByExtension`, which takes a string as it's only option and returns a list of fabrics only having the given extension in it's name. (see...