forked from antonmedv/countdown
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d47240c
commit 9d558e1
Showing
3 changed files
with
1 addition
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,21 +41,3 @@ countdowndsm /path/to/config.yml | |
## Лицензия | ||
|
||
[MIT](LICENSE) | ||
|
||
## Известные баги | ||
|
||
Если часто нажимать `Space` или `Enter` слишком часто (чаще, чем раз в кадр), то программа вытелает в ошибку с сообщением `out of range` | ||
|
||
``` | ||
... | ||
panic: runtime error: slice bounds out of range [:-1] | ||
[running]: | ||
github.com/nsf/termbox-go.PollEvent(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | ||
/home/nifaninks/go/pkg/mod/github.com/nsf/[email protected]/api.go:384 +0x93a | ||
main.main.func2() | ||
/share/git/countdowndsm/main.go:135 +0x30 | ||
created by main.main | ||
/share/git/countdowndsm/main.go:133 +0xbd | ||
``` | ||
|
||
На штатную работу приложения (если редко использовать пропуск) это не влияет. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,21 +41,3 @@ The configuration file contains the following parameters: | |
## License | ||
|
||
[MIT](LICENSE) | ||
|
||
## Known bugs | ||
|
||
If you often press `Space` or `Enter` too often (more than once per frame), the program crashes into an error with the message `out of range` | ||
|
||
``` | ||
... | ||
panic: runtime error: slice bounds out of range [:-1] | ||
[running]: | ||
github.com/nsf/termbox-go.PollEvent(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | ||
/home/nifaninks/go/pkg/mod/github.com/nsf/[email protected]/api.go:384 +0x93a | ||
main.main.func2() | ||
/share/git/countdowndsm/main.go:135 +0x30 | ||
created by main.main | ||
/share/git/countdowndsm/main.go:133 +0xbd | ||
``` | ||
|
||
For regular operation of the application (if you rarely use a pass) it has no effect. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters