Corey Rice

Results 10 issues of Corey Rice

The `index.d.ts` file has invalid type code. The defaultProps assignment is not a type and causes compilation errors. ### Invalid typing ``` Draggable.defaultProps = { renderText: '+', renderSize: 36, shouldReverse:...

TypeChain writes its own `factories` directory which creates naming conflicts if the target files contain a parent directory with `Factories` capitalized. You can reproduce this issue by targeting a directory...

I think adding Natural Language Processing is a necessary feature to allow for conversational game play. I researched some js browser libraries. Two that stand out are - [reText](https://github.com/wooorm/retext) -...

Hi, I found this repo and was interested in checking it out/ contributing. Do you have a package.json or webpack.config.js?

Clarifies database setup instructions.

Updated the dependencies that had security vulnerabilities All tests are running

Currently, uses are listed under categories in one long list. A user has to scroll through all uses to view categories. Collapse uses under their categories so the user can...

frontend
enhancement

GetProject query fails because it includes attributes not available on the schema. The useEffect on the OwnedProjects page has object dependencies which can't be compared because it only checkes referential...

Venus is a lending protocol over 2 billion in TVL on BNB chain. As part of our revenue management we fund token converters with our revenue and make available to...

#### Checklist Fixes issue #1204 *src/server/transport/socketio.ts* The assignment of `io` to `app.context` is not correct and since it is not correct and not used. I removed it. *src/server/api.ts* Types params...