DaniilMir
DaniilMir
I have 2 Inventor ACs with CS532AE modules. Both modules were synced with the [Gree+](https://play.google.com/store/apps/details?id=com.gree.greeplus&hl=en) app. In fact it is the same app as [Ewpe ](https://play.google.com/store/apps/details?id=com.gree.ewpesmart&hl=en) app. Tried to obtain...
On both OenWRT 23.05.2 devices I got the following error in UI: ``` Error connecting to upgrade server Could not reach API at "https://sysupgrade.openwrt.org/json/v1/overview.json". Please try again later. ``` auc...
It seems that migration to MySQL has wrong processing of nvarchar columns. Sample Migration : ``` Create.Table("t_strings") .WithColumn("String1").AsAnsiString(500).NotNullable() .WithColumn("String2").AsString(500).Nullable() .WithColumn("String3").AsAnsiString(2000).NotNullable() .WithColumn("String4").AsString(4000).NotNullable() ``` Table create script for the MSSQL Engine: ```...