Diogo Mafra

Results 8 issues of Diogo Mafra

# Description My thoughts on these changes are to allow users to manipulate `ReactDOM.Style.t` within ReScript which is not possible nowadays because `ReactDOM.Style.t` is an opaque type. These won't break...

html attribute change

# Description - [x] I've created a way to eval code using `eval` and [postMessage API](https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage). - [x] Also [transpiling the generated code removing imports and exports](https://github.com/rescript-association/rescript-lang.org/pull/420/files#diff-758792d2271f3282219519f66cb418d6186bbdfc3c93ec7ada39a7570cce6e6bR1). - [x] In...

This would be a simple dashboard using [Nivo](https://nivo.rocks/) for simple application metrics.

enhancement

This consists of creating components for the user logged-in area which we call the user panel. These components are: - Navbar/Header - Sidebar(menu)

enhancement
good first issue

Related Issue: https://github.com/scalableminds/chatroom/issues/122 This changes the expected behavior of TTS. Now it will only trigger TTS when the passed `voiceLang` matches the supported languages by [SpeechSynthesis API](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis/getVoices).

Migrated everything to rescript and changed reason-react to @rescript/react

Following the main example, if I press `q` to terminate the program, it doesn't terminate as expected sometimes. Additionally, when running again, it doesn't render until I press a key.

bug