joereddington / MrsLandingham

An exercise in working out what my workflow actually is.
0 stars 1 forks source link

Create Timer #10

Closed joereddington closed 7 years ago

joereddington commented 7 years ago

We want a timer on the command line.

Is there a test you can do?

Remapping

joereddington commented 7 years ago
20/07/17 12:19:

Okay, let's map this.

12:23:

I've commited and branched.

12:30:

I have an approximate countdown... Doesn't do anything at zero yet tho...

12:32:

Fixed a bug about logging.

12:33:

Now I need a thing to do if we have a timeout situation.

12:42:

I've got the sound effects, playing them is going to be hard.

12:43:

I'm installing pygame.

12:51:

My currently problem is that I CAN'T get python to understand that 15.0 is equal to 15.0 - there's a type thing happening.

12:56:

Solved by converting to string. Bad solve really. Now for the playing of the wav.

13:00:

Works! Now to work out the logic. I like the idea that it's simply an alert - but I also feel like I need a mechanism that says "hey! you've logged something, good for you! We'll restart the timer!

13:02:

I'm going to see about adding something to the problem.

13:03:

Okay, going to try it out on my email.

joereddington commented 7 years ago
20/07/17 16:53:

I'm back because I have a worry that something is broken with this . I'll know in a few mintues. While I'm here I'll do the other Mrs L things.

17:01:

I've been though the other issues and I'm starting to think it was a mistkae to leave the timer as it wsa...

17:04:

Works from 15 seconds... hmm. let's try 30...

17:04:

Fine - 60!

17:08:

and 120... what am I missing? Maybe it's been working all this time... :s

joereddington commented 7 years ago
17:21:

Sigh - popped out and missed it - starting again..

17:31:

Failed agin.... WFT... ?

17:32:

Hmmm...

17:45:

Trying again...

joereddington commented 7 years ago
20/07/17 17:47:

I've worked out the problem. I'm getting a .9999999 issue. hmmm.

17:52:

I'm moving over to an int. Let's see.

joereddington commented 7 years ago

I'm also aware that there are other things I should be doing. Hmmm...

18:01:

OKay, it's working - but I've now got a UI isse. Good enought for me thought.