meander

All things about https://github.com/noprompt/meander Need help and no one responded? Feel free to ping @U5K8NTHEZ
noprompt 2021-03-22T15:35:24.026500Z

Yes.

noprompt 2021-03-22T15:41:46.026700Z

It looks like theres something up with m/or ; I’ll take a look soon. For now (and I’m sure you’ve probably figured a work around) you can use

(me/rewrite [["00:00" "01:00"] ["02:00" "03:00"]]
  (me/or [(me/pred string?) ..1 :as !time]
         [[(me/pred string?) ... :as !time] ..1])
  [!time ...]

  _
  [["00:00" "23:59"]])

2021-03-22T17:37:35.026900Z

thx