Ricky Vetter

Results 21 issues of Ricky Vetter

I'd like to get retop working inside of the popup. Also would be cool to add a dev tools section that looked like the chrome console that could run Reason.

type-feature
cat-popup

Current refmt of ocamldoc removes markup, so the internal linking gets lost. ideally we'd keep the correct tokens linked.

type-bug
cat-conversion

Similar to OCaml documentation - lets do https://realworldocaml.org/ automatically so that learning Reason is painless.

type-feature
good first issue
cat-conversion

Doesn't convert to ocaml and takes away some of the semantic meaning of the page: http://bloomberg.github.io/bucklescript/api/Js_re.html

type-bug
cat-conversion

I'd like to get this example to work in IE: http://dfcb.github.io/BigVideo.js/example-ambient-loop.html. Any ideas? Currently it looks like it is the series that breaks it, as single videos play just fine....

This is a cross-repo change and so I want to have a place here to comment/get feedback from folks. In particular I want to remember to take a look at...

The ppx inserts JS objects of various shapes. Needs to be flexible on props type.

In OCaml and Reason this code is valid, is there a way to express in ReScript? Any intent to support? ``` type t('a) = | [] | ::('a, t('a)) ```

Currently bitwise operators are undocumented even though they are available in pervasives. Would be good to mention them somewhere so folks are aware.

`module lowercase = OriginalName` `Error: Unbound instance variable lowercase` Maybe something like `Module names must be uppercased. Did you mean Lowercase?`