VihatSoft

Results 7 comments of VihatSoft

> @vihatsoft Did it work? If yes, can you close the issue please? when i try show unsupported characters � � � � � � when sms in none English...

Please add 2FA with a TOTP.

> I had the same login loop after upgrading Hestia from 1.8.2 to 1.93 and found a fix on the [forum](https://forum.hestiacp.com/t/unable-to-access-control-panel-error-500/16222/3) > > What worked was: As Root: chown -R...

Use this. working with your image. ``` var info = ImageSizeData.fromBytes(file); info.width info.height info.format ``` * image_info.dart : ``` import 'dart:io'; import 'dart:typed_data'; import 'package:collection/collection.dart'; /// Image formats supported by...