Jayant C Varma

Results 3 comments of Jayant C Varma

OpenTerm crashes if I try to run a URLSession command and fputs on receiving the data.

I am even trying simple code like ``` let evStore = EKEventStore() let reminders:[EKReminder] = [] DispatchQueue.main.async { evStore.requestAccess(to: .reminder) { (granted, error) in if granted { fputs("You have access...

getOpts is already available to use via Swift, why not create a generic wrapper around getOpts and/or getOptLong to parse command-line options instead.