Anthony Zboralski
Anthony Zboralski
Well, this works: ``` class OpenIDImplicitGrant: OAuth2ImplicitGrant { override open class var responseType: String? { return "id_token" } } ```
Doesn't seem to be a problem anymore... using pub 1.12.2
ok... I read the doc and I get I need to set the date format correctly ``` // In JSON format, the Timestamp type is encoded as a string in...
So the configuration is completely ignored for decoding. It is only used for encoding. I managed to make it work using ```swift let df = DateFormatter.init() df.dateFormat = "yyyy-MM-dd'T'HH:mm:ssZZZZZZ" CodableHelper.dateformatter...
It is also a problem in Debian 11 after downgrading. It seems to be a problem related to using flash... which is weird because it was working perfectly and it...
Hi there! I understand that you chose JavaScript as the scripting language for RedisGears for a variety of reasons, including a smaller module footprint, better sandboxing possibilities, and the popularity...
Maybe export _dontUpdateUrl so we can set it to true while we set path, query and hash?
@rictic I wouldn't worry so much as the assertion can still fail if the url changes again before the event handler has a chance to get executed.
Is this still an issue?