evbo
evbo
to get this working for 0.10.1.0 the only change I needed to make was to re-compile the shadow jar with the kafka 0.10.1.0 dependency rather than the older version listed...
@rajsinghUSA this isn't what you're looking for, but you might agree that the *next best* thing for now is to invert monitors independently and this older version does just that:...
What about SPA use-cases, requiring a user to stay logged in greater than 1 hour but no more than 8 hours? Would the Cognito team (I presume amplify works closely...
@mlabieniec thank you. Just wanted to emphasize that my second suggestion: **increasing access token expire** is really the preferred solution in lieu of silent auth features being supported. Here's some...
@abiro I agree that the storage vulnerabilities you've pointed out aren't the primary concern, but instead I think if Cognito could relax the TTL configuration limits it would enable developers...
@gary-archer I mentioned it in comments above and it's been emphasized in [newly updated docs from Auth0](https://auth0.com/docs/tokens/token-storage) that all efforts should be made to avoid persisting tokens client-side in SPA...
@rigdent on certain platforms vector shift and rotate can be endian-sensitive. See: https://stackoverflow.com/a/7184905/1080804
it seems getting type information is indeed not easy, as discussed here: https://github.com/lampepfl/dotty/issues/13553 They've since added https://github.com/lampepfl/dotty/pull/14124 but it is labeled experimental so not yet usable in stable builds.
Got it and there's a few ways to skin this cat, but this one I like the most from Gael since it accounts for higher kinds: https://stackoverflow.com/a/69073868/1080804 example: ```scala //...
got it, the trick is that Sikuli is expecting Char type. So each special character needs the Char format in python of: ALT = `u'\ue022'`