kenryu42

Results 8 issues of kenryu42

When running `npx create-web3-dapp`, it asked the same question twice and also installed the same package twice. The fix was made by removing the duplicate blocks of code in `index.ts`.

Just finished the week 3 of road to web3 project by using `create-web3-app`. https://github.com/kenryu42/chain-battles-create-web3-dapp Here is a list of the bugs / questions I encountered. ### Bugs 1. Running `npx...

### Enhancements 1. Remove the quotes from `hardhat.config.js` when generating instead of having users remove it manually. 2. Add `next.config.js` to the template and enable Strict Mode. https://nextjs.org/docs/api-reference/next.config.js/react-strict-mode 3. Implement...

Added the following custom scripts for `package.json` #18 ``` "clean": "rm -rf dist", "start": "node dist/index.js", "build": "npm run clean && npx tsc" ``` And updated the `contributing.md` accordingly.

If a user inputs text on the search field, the matched text result will be highlighted. Is it achievable?

### Description: When attempting to change the wine distribution to Wine 9.9 DXMT (Experimental), the Wine Mono installer consistently fails with a checksum error. This issue persists even after checking...

### Preflight Checklist - [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet - [x] This is a single bug report (please file separate reports for different...

bug
has repro
platform:macos
area:tools