Is the Discord server for ReScript still up (or is there another one out there?) I tried looking around the forums/online for a server, but only saw some posts about it from a while ago.
2 Likes
DZakh
November 26, 2022, 5:44am
2
There’s no official discord server and I feel good about it.
Hey everyone,
We used to have Discord channels in a server which, after the rebranding, was largely handed to the previous community. If you didn’t know about these, it’s fine; we only do official communications on the forum.
We’re planning to archive the ReScript-related ones (#rescript, #react, #react-native) on this Friday (March 26th). The chat history is preserved as read-only.
We’re also considering creating a new Discord for ReScript specifically, but we haven’t done so, and are hesita…
3 Likes
Ah, damn alright. I think it’d be beneficial to have both honestly. Discord is great for quick one-off questions and advice for projects imo.
1 Like
DZakh
November 26, 2022, 6:09am
4
Don’t hesitate to ask them here. I especially like the post as a good example of such communication.
1. I don’t understand how process.env works for ReScript - can someone help me with this? How could I, for example, do: let secret = process.env.secret
2. What does {.} and {..} mean?
3. Is async/await syntax planned?
4. How do I interpret the error messages? I get a lot of “Somewhere wanted”. Why is it saying that? Does it not know the linenumber or have I configured something incorrectly? In general, the error messages are somewhat lacking.
5. (Emacs specific). The error messages using r…