Jonathan Gawrych
Jonathan Gawrych
They would be slightly different, as the `.map()` would execute `keyFromLoc` on each entry of the `location`, rather than just the first one. For example, take a look at my...
I didn't know about that feature! That does provide another use for `uses`, however I'm still trying to figure out how I can avoid marking code as covered. Right now...
Unfortunately not. LMS `oauth_consumer_key_sign` support proved to be quite abysmal across LMSs - Canvas generates `oauth_consumer_key_sign` incorrectly as we see above. We were never able to get a response from...
@mzohaiba In a surprising twist of events, I just got a notification after 6 month of radio silence that Blackboard has release `oauth_consumer_key_sign` in version 3900.83. We were very surprised,...
Yeah, I was working on it myself and found that. Also I found that getPath() is not null, but domain _might_ be null, and null is a valid value for...