tsutsu3

Results 20 comments of tsutsu3

`linkify-it-py` behaves the same as `linkify-it` as per the specification. It is not a bug that it is linked. .fk is the [country code top-level domain](https://en.wikipedia.org/wiki/Country_code_top-level_domain) (ccTLD) for the [Falkland...

https://github.com/markdown-it/markdown-it/issues/518 https://github.com/markdown-it/markdown-it/issues/38

`linkify-it-py` works the same as `linkify-it` as specified. This is not a bug. The solution is to enclose it in ``. For example, `__`, `__`. See [markdown-it demo](https://markdown-it.github.io/#md3=%7B%22source%22%3A%2274.78.Fk%5Cn%5Cn74.78%5C%5C.Fk%5Cn%5Cn---%5Cn%5Cn_https%3A%2F%2Fexample.com_%5Cn%5Cn_%3Chttps%3A%2F%2Fexample.com%3E_%5Cn%5Cn_https%5C%5C%3A%2F%2Fexample.com_%5Cn%5Cn---%5Cn%5Cn_https%3A%2F%2Fexample.com%2Fa_%5Cn%5Cn_%3Chttps%3A%2F%2Fexample.com%2Fa%3E_%5Cn%5Cn_https%5C%5C%3A%2F%2Fexample.com%2Fa_%22%2C%22defaults%22%3A%7B%22html%22%3Afalse%2C%22xhtmlOut%22%3Afalse%2C%22breaks%22%3Afalse%2C%22langPrefix%22%3A%22language-%22%2C%22linkify%22%3Atrue%2C%22typographer%22%3Atrue%2C%22_highlight%22%3Atrue%2C%22_strict%22%3Afalse%2C%22_view%22%3A%22html%22%7D%7D)

I tested calling `readAll()` during app startup using the following code: ```dart import 'package:flutter_secure_storage/flutter_secure_storage.dart'; class SimpleSecureReader { final FlutterSecureStorage _secureStorage = const FlutterSecureStorage(); Future readAll() async { return await _secureStorage.readAll();...

Testing with different combinations of `app session`, `IdP session`, and `SAML token expiration`... Especially curious about the behavior when the IdP session expires while the app session remains active—want to...

> @tsutsu3 can you please update the PR there are some big changes made regarding the DB schemas. it has been moved to it's own package now. @rubentalstra Fixes completed.