Results 42 comments of Brian

I like this request. The way I'm getting around it is just creating a single session and listing presentations in that room during that particular time.

Any chance of having this merged in soon-ish? We're hosting an event on Feb 6th and this would really help out!

@differentreality If I manually pull this commit into my local copy, I should just be able to migrate the database with the new relationship, right? The only failure in the...

Is there any way around this? We did CFPs with Google forms before we came across OSEM. Our secretary was going to migrate accepted sessions in as an admin. On...

I'm starting to prep for an internal conference in March. The URL added to each room is super nice because we're going to have a mix of pre-recorded YouTube Premiere...

A couple of preliminary thoughts: 1. I like the idea of having a timeout, but the nuance of timeouts in requests may trip people up. [According to the docs](https://requests.readthedocs.io/en/stable/user/advanced/#timeouts), providing...

This came up in a recent discussion (#604) and the best way to avoid this is to request only active courses using the `enrollment_state` keyword. I'm not sure I'd call...

I think I agree with @dbosk about keeping both in there for now. One solution would be to throw a warning into the function that will display when files are...

As far as I know, that's the only attribute returned specifically from Canvas with a hyphen in the name. I don't have any guess as to how many people are...

That change makes sense to me...I had to do a bunch of reading to understand the difference between `__getattr__` and `__getattribute__`, so I appreciate that this handles either case. It's...