Joe Marty
Joe Marty
First of all thanks @ScottFreeCode! I really appreciate the consideration you've been putting into this! :smiley: Thanks for pointing out all of these issues. I will attempt to apply some...
Oh, and while it is only a convenience - not a necessity - I don't think that it is only a convenience for a special case. Sure its usefulness is...
Oh wow! > `this.currentTest.ctx === this` should be always be `true` in hooks Well, okay, so I don't think that's actually true, but it IS true that `this.currentTest.ctx` in a...
FWIW: The instinct I originally followed was to define my own simple alias like this in the global suite: ```javascript beforeEach(function() { this.context = this.currentTest.ctx; }); ``` ...so that I...
Great ideas :+1: So I'll call it `scope` (and/or `scoped`) below, for brevity, but I agree it isn't perfect: **Alias:** Yeah! I like the idea of using the same name...
Perfect! Sounds great to me! :+1: I like the idea of storing the cached results out of reach as well if it's not too complicated, but even storing them somewhere...
Wow, awesome! Oof, you're right, that is more complex than I imagined 😅 Especially the bit where you have to set an instance variable on the RecordData to track the...
Perhaps this was in a different version of OmniAuth, but I'm surprised you were getting any `omniauth.origin` at all, considering this bug that causes the default origin to always be...
I was only able to cobble together a system for logging out of all the necessary services in sequence. I believe SAML supports single logout, so I was going to...
(although I doubt any progress in omniauth-saml, since omniauth doesn't have a mechanism to support saml's single logout - hence this ticket!) 😉