Corentin Leruth
Corentin Leruth
Hey, I would love to give a shot at this one. I've never written any babel plugin but I guess that's a cool learning opportunity 😊 Since there's an example...
Thanks for looking at it :) I'll investigate and try to fix that 👍
An idea might be to have a sample app which uses `glaze` and build it with each PR so we can track the impact of the changes on a final...
Nice to see you back working on this project @aantron 🤗😍
> If it's not too much trouble, can we fix in `components/docs/mdx-head.tsx` as well? Thank you. Done :)
Looks like the extension provides some `dune` tasks https://user-images.githubusercontent.com/5595092/151125234-dbc6b489-efae-48d6-b0b0-9ced8c9e3a43.mov I think they're created from: https://github.com/ocamllabs/vscode-ocaml-platform/blob/master/src/dune_task_provider.ml Not sure if that's what you're referring to though?
Hi, Like I said on Slack, I would love to work on that issue. I've played around with `odig`/`odoc` and created this quick POC: https://user-images.githubusercontent.com/5595092/132959481-f43bd2e8-e77f-42b0-b875-675931c196bb.mov But before going further, I...
> Also, the work you're doing should not take the installation of missing packages in scope IMO. If that's something we want to have, this can be done separately. Agreed....
> Is there a way to avoid running odig/odoc and fetch a documentation tarball instead? The requirement to install a package before browsing the doc with odig really damages the...
Thanks for the clarifications @rgrinberg. I agree that having a wrapper around `odig` to generate the documentation probably won't solve the general issue of accessible documentation. Should I still continue...