Jaap Frolich

Results 53 issues of Jaap Frolich

Nice work! I looked at all the scripts and configuration, but as far as I could see this doesn't support distributed erlang, or am I wrong? Some other feedback: While...

question

In a large elixir app there is a blocking lag before suggestions appear (3-5 seconds). It's already a bit noticeable in large elixir projects like Ecto, but there it's still...

- [ ] allow `{:error, ...}` response - [ ] make descriptions optional (would this be possible with same signature?) This allows to respond with `{:error, :atom}` responses.

Currently when using reason syntax record completion doesn't work properly when using merlin (it does work with OCaml). Probably this is related to the `reason-merlin` in this repo. See context...

The text of the textarea and the text of the highlighter are slightly shifted. This does not seem to be related to `letter-spacing` or `font-family` differences (as mentioned in other...

Currently, it's not possible to emit a binary AST or accept a binary AST using the `rescript format` command line tool. I am working on a more tightly integrated version...

stale

To build changes with pinned dependencies I need to run `rescript build -with-deps`. I thought that with pinned dependencies a `rescript build` would also build changes in the pinned dependencies...

This is helpful for NextJS. We can now have the filename `[slug].res` however that file can have multiple instances when using NextJS. Because the module is not accessible from the...