You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebApp create a new entry, server will get a error log: ERROR quake::helper::entry_watcher: watch error: ParseIntError { kind: InvalidDigit }, and action todo.show get a invalid date.
Steps to reproduce (please include code)
create a new foler and cd
run path of target/debug/quake init -d
run meilisearch
run quake server -w
open webapp and create a new entry by action todo.add: hello
Describe the bug
WebApp create a new entry, server will get a error log:
ERROR quake::helper::entry_watcher: watch error: ParseIntError { kind: InvalidDigit }
, and actiontodo.show
get a invalid date.Steps to reproduce (please include code)
cd
path of target/debug/quake init -d
quake server -w
todo.add: hello
Environment
The text was updated successfully, but these errors were encountered: