-
Notifications
You must be signed in to change notification settings - Fork 1
前回の入力をキャッシュする程度の機能 #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Twil3akine
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
package-lock.jsonがcommitに入っているけど、bun使ってたらpackage-lock.jsonは必要なくないかな??
|
ごめそ |
Twil3akine
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
とりあえず、気になるところにコメント付けさせてもらったよ。コードレビューとかしたことないから失礼な書き方してたら申し訳ないです...
|
直したよ! |
概要
下限値と上限値の代わりに、前回の入力値を再訪問時に再現します。
内容はIssues #23 にあたります。
変更内容
検証済内容
課題
二回目以降のDiffの上限値が不明瞭になる。
→ 恐らくスライド形式の入力方法を導入することで解決可能
よろしくお願いします。