Richard Davison

Results 16 issues of Richard Davison

Maybe I'm not looking in the right place, but it doesn't seem like vendor extensions are supported by this library. I think the first thing we can do is to...

Would like to be able to code-generate an Async compatible library. Edit: See included pull request: https://github.com/andrenth/ocaml-swagger/pull/3

### What's the Problem? Would be nice to have an interactive jq editor. ### Solution/Idea It could be implemented in a similar way to the Regex editor. ### Alternatives Not...

under consideration

It appears `Process` and `ChildProcess` modules' `stdin`, `stdout`, and `stderr` values are all the opposite type from what they should be.

Currently this library doesn't support Jane Street's Async library. It would probably require repackaging. EDIT: See included pull request: https://github.com/andrenth/kubecaml/pull/5

I wonder if the following feature could be added to the language? ```ocaml module M: sig type t = private string end = struct type t = string end (*...

typing
feature-wish

When I look at `pages/community/blog.res` it appears to implement something more like a News page, or a News Archive. I see we also have a `pages/community/newsarchive.res` file, which appears to...

The current implementation of BlogCard is incorrectly named. We should rename BlogCard -> BlogCards. In addition, all the individual cards are hard coded inside the BlogCard component. They should be...

Reported in https://github.com/ocaml/v3.ocaml.org/issues/519#issuecomment-914690486 The functor at `Pages.MakeSimple` may be causing bundle sizes to be too large. The working theory is that webpack is unable to perform its tree-shaking algorithm correctly....

The MarkdownPage.Body component seems to behave opposite to what I was expecting. The Storybook documents an example usage of the component here: https://github.com/ocaml/v3.ocaml.org/blob/0cfbd11730fc718efd56b673ae59e64a63f618fb/pages/storybook.res#L841-L861 It tests whether the component renders Markdown...