Simon Schneider
Simon Schneider
PayPal stopped supporting SSL V3 thanks to POODLE, as a result the default settings of this script will fail. A simple workaround is to disable ssl_v3.
It seems blurhash has been removed - but the first example in the documentation still showcases how to use it: ``` OctoImage( image: CachedNetworkImageProvider( 'https://blurha.sh/assets/images/img1.jpg'), placeholderBuilder: OctoPlaceholder.blurHash( 'LEHV6nWB2yk8pyo0adR*.7kCMdnj', ), errorBuilder:...
I'm trying to extend your example to support [firebase dynamic links](https://firebase.google.com/docs/dynamic-links/flutter/receive), both on the Web as well as in Android. However, I'm struggling to get it working in conjunction with...
**Describe the bug** Trying to use podman-compose to bring up a zabbix 6.4 setup as outlined https://www.zabbix.com/documentation/6.4/en/manual/installation/containers results in the following traceback: ``` $ podman-compose -f ./docker-compose_v3_alpine_mysql_latest.yaml up podman-compose version:...