Sam Wight
Sam Wight
# System Plugin Version: 12.0.1 Application: IntelliJ IDEA Community Edition (2021.3) Operating System: Mac OS X (12.1) # Event ## Message ### Excerpt ``` ``` ### Element Class Name ```...
I added a simple reducer example on [a fork of the docs here](https://github.com/samwightt/rescript-lang.org/blob/master/pages/docs/manual/v9.0.0/newcomer-examples.mdx). Would y'all be open to me making a pull request to add it to the docs?
This pull request will be merged when the Chorale V2 release is ready for production.
### Description Tried making a clean expo project and adding Flow to it. I ran `yarn flow init`, changed the config a little (adding an ignore), and then ran `yarn...
### Requirements - [X] Is this a bug report? For questions or discussions use https://lemmy.ml/c/lemmy_support - [X] Did you check to see if this issue already exists? - [X] Is...
Getting an error when I try to use estree-walker with esbuild: ``` Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in /Users/sam/Nine/components/node_modules/estree-walker/package.json at throwExportsNotFound (internal/modules/esm/resolve.js:290:9) at packageExportsResolve (internal/modules/esm/resolve.js:479:7) at resolveExports (internal/modules/cjs/loader.js:432:36) at...
According to MDN, [an _iterator_ is any object that implements a `next` method](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#the_iterator_protocol) that returns an `IteratorResult` (`Iterator.value): array
Evolu right now requires adding `packageExtensions` in `.yarnrc.yml` because some of its packages import from packages that are not explicitly listed in their `package.json`s. These packages and their dependencies are:...
Evolu's packages require various peer dependencies that need to be installed along with the Evolu package the user is consuming. If these aren't installed in a package manager like Yarn,...
Evolu (and Effect, I think) both need polyfills in order to function in React Native when used with `expo-router` or Metro. Polyfills are needed for TextEncoder and TextDecoder, and for...