Christoph

Results 28 issues of Christoph

I just cloned bp5 and the buildscript in a clean directory and everything works fine for the first building-process. After that, the html file won't get updated with the new...

### Version 5.37.2 ### Operating System Linux ### Browser Firefox 116.0.2 (64-bit) ### What are the steps to reproduce this bug? Drop one of the following pb elements onto a...

bug

### Version 5.37.2 ### Operating System Linux ### Browser Firefox 116.0.2 (64-bit) ### What are the steps to reproduce this bug? - open page builder editor (for any site) -...

bug

Currently, it seems to me there is no distinction made between a `module` and a `module type` in doc extraction (I believe, this is true for the LSP as well?)....

Currently `ModuleAlias` is defined in [`DocExtraction.docItem`](https://github.com/rescript-lang/rescript-vscode/blob/2d1742a866633bcc97a512eb5816ba24933cb0c1/analysis/src/DocExtraction.ml#L19) as: ```rescript | ModuleAlias of { id: string; docstring: string list; name: string; items: docItem list; } ``` While this differentiates between a module...

## Question How to convert JSON data to specified types in a program and how do I serialize my data structures into JSON? _Especially for devs coming from js this...

Publish

GitHub Action yields errors when running test on mac-latest like the following: `Error: /Users/runner/runners/2.165.2/work/refabricator/refabricator/generated/p2.md.html: Operation not permitted` This error seems to come from `refabricator/lib/factories.file`. I don't really know why this...

bug
help wanted
library

The current implementation sometimes feels like a bad rough implementation of something similar to reactive streams. - so why not go the full mile and actually use an established strems...

question
binary
library
concept

Currently the `localPath` fabricator ignores any subdirectories. These shall be read in recursively. A directory structure like the following: ``` mdDir + - subdir | | 10.md | + -...

enhancement
library

Add [danger-js](https://danger.systems/js/) or some native equivalent to this repository to validate pull requests and automatically comment on them with warnings / errors. E.g.: if changelog was not modified *If you...

concept
infra