fangjun

Results 5 issues of fangjun

Custom Components in components/ dir do not work. Downloaded examples also won't work. How to use this feature? ---- Custom components don't work well with globally installed slidev. But it...

Great project! There is a time counting error. When it is 00:59, the next second will show as 2:00. When it is 01:59, the next second will show as 4:00....

In the current code base, vevifyScore() is called twice in every quest. First in https://github.com/wslyvh/proof-of-competence/blob/main/src/pages/[quest]/index.tsx ``` await Promise.all(props.quest.tasks.map(async (task: Task) => { const result = await verifyScore(task, web3.account) if (result...

The helper in this project is very helpful. Maybe we can continue to develop this project: - migrate it to ethers.js - add new handy helpers