Matt Terwilliger
Matt Terwilliger
👋 any plans to revisit adding support for watching symlinks without following? Thanks!
[This gem](https://github.com/icalendar/icalendar) looks like a great fit. It has support for recurring events. And as long as you click "Update Guests" when cancelling events Google will send another email with...
It would actually be better if we could just let Google Calendar handle state for us, but unfortunately invites to a Google Account with `+` appended to the email (e.g....
Might be able to use their [CalDAV API](https://developers.google.com/google-apps/calendar/caldav/v2/guide#connecting_to_googles_caldav_server) to validate + upload the events received via email, then the Google Calendar API to pull them down.
👋 thanks for the contribution! Sorry for the super long delay in reviewing this. 💠on #216 as potential alternative?
Closing in favor of https://github.com/mterwill/office-hours-help-queue/pull/216. Thanks for your contribution!
I'm a little concerned about the implications of sorting by anything other than timestamp. Say I'm a diligent student who arrived early to office hours because I need a lot...
> but would simply just know that requesting help multiple times reduces their priority sounds like it's penalizing students for having questions, which doesn't really seem in the spirit of...
Waiting in any line is a function of capacity and time – both predictable factors. In my opinion a priority queue introduces too much variability. Students plan based on how...
I don't think this would be too bad. We could add new columns for `n` and `t` on the `Course` model, along with getters/setters in the admin interface. Then just...