Jared Forsyth

Results 63 issues of Jared Forsyth

If I define `let something`, and then execute it, I would expect that typing `som` would autocomplete to `something` ![image](https://cloud.githubusercontent.com/assets/112170/16508184/d70ca79c-3eed-11e6-93bd-d1b6c58986d8.png) It looks like you'd need access to [`toplevel_value_bindings`](https://github.com/ocaml/ocaml/blob/trunk/toplevel/toploop.ml#L44), which is...

Last year you said you wanted to upgrade the server as well, but wouldn't it work fine to just have the server still use the old protocol (and the old...

When I run `iocaml -completion`, and then type `print_e` and press `tab` (to trigger completion), nothing pops up, and in fact the kernel stalls (no subsequent execution requests work, I...

MyProject builds fine though, but without any linebreaks in the output: ``` :~/clone/CommonML/ExampleProjects/MyProject$ ./_build_byte/MyProject/myProject.out Inside of YourProject.YourProjectMod Random number is smallerThanFourRandom number is biggerThanFourthis is a value from my internal...

e.g. my app has a dependency, and the dependency is doing a ppx on its own files. It breaks because npm puts bs-platform in the node_modules directory of the app...

It would make scripts a lot simpler if all platforms generated the same binary name.

Would be awesome to be able to specify e.g. `-config native.json`, for apps that have a native component (e.g. a server) and a js component (e.g. the client).

``` "sources": [ {"backend": "native", "dir": "src/native"}, {"backend": "js", "dir": "src/js"} ], ``` where `Commands.re` exists in both subdirs, fails with ``` > bsb -make-world -backend js Error: Commands found...

To make things even easier, perhaps we could show a "create admin user" screen -- if there are zero users in the database (which would only be the very first...

feature request
good for beginners

or from the phase that failed, I guess

feature request
plugin