Liyang HU

Results 3 issues of Liyang HU

`UTCTime` is represented as a `NominalDiffTime` since MJD epoch. This is problematic since we now cannot distinguish between leap seconds and the following second that belongs to the next day.

enhancement

Currently implemented as: ``` toSeconds :: (TimeDiff t, Fractional n) => t -> n toSeconds = (* recip 1000000) . fromIntegral . view microseconds ``` rather than ``` toSeconds =...

bug
wontfix

Now all incoming requests go to `hooks.slack.com`, and the hook setup instructions doesn't refer to a ‘token’ any more. I removed the 'channel' and 'username' options because this script cannot...