文宇祥

Results 101 comments of 文宇祥

Merlin said: "Needed cmt file of module 'Js_of_ocaml_compiler' to locate 'Util.MagicNumber' but it is not present" Maybe we need show some tips for cases like this at right time.

This behavior is decided by merlin. Maybe there are some reasons we don't know.

> I think this is a good idea too. What do you think about doing something similar to what we do with @media rules, and supporting the native API? Eg....

I found the code: https://github.com/callstack/linaria/blob/3285ccc1d00449b78b3fc74087528cd38cbdd116/packages/atomic/src/processors/helpers/atomize.ts#L40-L51 It seems in atomic mode, keyframes and prefix are disabled. Why?

Good idea. Added to todo.

It should work on 4.07.1 ``` opam switch 4.07.1 opam install earlybird ``` You should set up opam's env according to their doc. The way you used I've not tested

Your `lanuch.json` configured wrong. Paste your `lanuch.json` and `tasks.json` of vsocde

What program do you want to debug? ocamlearlybird is the debugger. What's your program?

Try add `dotMerlins` config option to launch configuration. **Don't forget add the one in subfolder.** There's example in README.md