mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[PR #156] [MERGED] Changed max-wait parameter type to float64 #394
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#394
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/asciinema/asciinema/pull/156
Author: @laughedelic
Created: 5/15/2016
Status: ✅ Merged
Merged: 5/18/2016
Merged by: @ku1ik
Base:
master← Head:fractional-max-wait-time📝 Commits (1)
7b5223fChanged max-wait parameter type to float64📊 Changes
9 files changed (+27 additions, -27 deletions)
View changed files
📝
asciicast/player.go(+4 -4)📝
asciicast/recorder.go(+2 -2)📝
asciicast/stream.go(+2 -2)📝
commands/play.go(+1 -1)📝
commands/rec.go(+1 -1)📝
commands/rec_test.go(+1 -1)📝
main.go(+6 -6)📝
util/cfg.go(+4 -4)📝
util/cfg_test.go(+6 -6)📄 Description
Nothing sophisticated, just changed the type in all places. I'm not proficient in Go, so excuse me if I did something stupid. Possible improvements:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.