nim-dashing icon indicating copy to clipboard operation
nim-dashing copied to clipboard

Readme: Sample is broken: dashingsample.nim(45, 28) Error: type mismatch: got <float64> but expected 'int'

Open moigagoo opened this issue 5 years ago • 1 comments

Replacing 0.5 with any integer value, e.g. 1, fixes the error. However, the compiled binary doesn't do anything.

moigagoo avatar Mar 20 '19 09:03 moigagoo

at the end of the definitions (just before sleep) type display(ui) and at the end (outside the proc) type demo()

This should work

teras avatar Dec 22 '19 12:12 teras