frank_lbt

Results 5 comments of frank_lbt

value is a string constructed by calling the string constructor with a char array of length: ``` char[] chArray = new char[2]; chArray[0] = char.ToUpper(this._currChar); // _currChar = (char)56 chArray[1]...

I tried to add the .Trim() method call you specified and I ended up with the same error, but with a different char code: https://i.imgur.com/zf7EynJ.png ``` FormatException at System.Number.ThrowOverflowOrFormatException(ParsingStatus status,...

@Joffcom the workflow is active. Here is the configuration: ![image](https://github.com/n8n-io/n8n/assets/2249368/9bb55502-d1ab-487d-83a0-a3e8bf217b8e) And I get 110 entries even if no messages from theses folder are new or unread ![image](https://github.com/n8n-io/n8n/assets/2249368/ecb76a99-43d5-4e7a-98d2-2a96ac0eee31) Please note that...

This issue is also preventing using Mica or acrylic backdrop on MAUI on Windows for example https://github.com/dotnet/maui/issues/16874

Yes, all normal API calls have database dependencies attached.