CodingTrain / CodingTrain/Bizarro-Devin
Potential minor Improvements
- 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.