James Habben

Results 158 comments of James Habben

> @abrignoni Should I? To be honest I have no idea about anything in the code. Have used it but not read it. LOL! I don't think you need to...

added distance and location to consider.

could be a dynamic type to parse json strings into tree structure. this came from the apple wallet in josh's public image ![image](https://github.com/abrignoni/iLEAPP/assets/6327329/0916a3fe-7617-4c32-9d80-a64b7310cf72)

option for duration that takes some time based input and converts to 1h 23m 45s with a popover of other breakdowns. this is from biomeIntents ![image](https://github.com/abrignoni/iLEAPP/assets/6327329/509a3021-a6cc-4609-acc4-481ed126929b)

@Johann-PLW I see you adding some cool stuff to a few modules in a similar line to this. specifically caught an openmaps link going in `calendarAll`. check this out and...

I am thinking that a location piece of information could feed in from various formats and all feed into a popover that displays various conversions, such as address to lat/long...

For the timezone list, do you have thoughts or suggestions to make it easier? @Johann-PLW

Ah, I haven't worked in the GUI side yet. Really, with this change on the reporting side there isn't a need to collect timezone information prior to processing. Do you...

Just had another thought regarding the TSV output. Currently Python is creating it during processing. With the shift of timezone adjustment moving to the report display, the TSV in my...

The more we are talking through these things, the more I am convincing myself that we would really benefit from building this report out as a static/local web app. React...