CodingTrain / CodingTrain/Bizarro-Devin

Potential minor Improvements

Open
#105 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
13
Forks
8
PR merge metrics
No merged PRs in 30d

Description

- could we somehow tell elevenlabs certain `.`s are not periods? (maybe we replace the `.` by `dot` or something). Such `.`s can maybe be identified if the `.` does not have any whitespace on either side of it (eg. p5.js, this.position)
- collapse multiple consecutive word updates into one? currently the diffing algorithm is by WORDS, which looks good if in a line a single token is being changed, only that part will be removed and then typed. But if an entire line changes, each word gets selected and typed, one by one. Maybe multiple consecutive word diffs can be collapsed into one update (upto a newline)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.