Tom Sherman
Tom Sherman
This is most obvious when trying to write the following helper: ```ts const wait = (ms) => new Promise(res => setTimeout(res, ms)); ``` [Playground](https://www.typescriptlang.org/play?#code/CYUwxgNghgTiAEAzArgOzAFwJYHtXzEQGUQMAVLAWxB2QwB4BBGAcwGd4QAPDEVYDlFQBPANoBdAHwAKAFDwCUCBABGUMAGsAXPGkA6A7HY7m7AJTwAvJPgA3HFmAAaefEpsAIiGjCA-DtRkShUQGBcFAz0jNhNWNlkzAKCQmABuWVlUEAB3eAAFGBxKLDYQaTgOawJiUgpqWgxykDYneABWAAYzM0yc-MLi0qbKm1LyKho6YdbO7qA) As seen in the playground the...
In our product we support the most recent versions of Chrome + a fixed version in the past that we bundle in our native apps. This doesn't seem possible with...
Given the following program: ``` fun main() println("hello") ``` The generated javascript throws an error: ``` .koka/v2.4.0/js-debug/std_core.mjs:397 const _max_int32 = 0x7FFFFFFF; ^ SyntaxError: Identifier '_max_int32' has already been declared at...
See https://reactnative.dev/docs/new-architecture-library-intro https://reactnative.dev/blog/2022/06/16/resources-migrating-your-react-native-library-to-the-new-architecture I understand this project is kind of unmaintained, I'm opening this so I can track it up stream for our app.
In general the bug is accented letters are not properly handled.
Closes #34 This PR includes a small amount of formatting in `src/React.res`, I can remove that commit if #36 is merged first. Marked as draft until React 18 is released....
It seems strange that it exists inside of these bindings, maybe they should be split out?
See https://reactnative.dev/docs/new-architecture-library-intro https://reactnative.dev/blog/2022/06/16/resources-migrating-your-react-native-library-to-the-new-architecture
The only way to do parallel fetches right now is to render two components as siblings and fetch the data there. Could this library support a `getAll()` helper that allows...
See https://reactnative.dev/docs/new-architecture-library-intro https://reactnative.dev/blog/2022/06/16/resources-migrating-your-react-native-library-to-the-new-architecture