Damian Day

Results 16 issues of Damian Day

Message: Internal error Code: -32603 core.exception.UnicodeException@core\internal\utf.d(292): invalid UTF-8 sequence ---------------- 0x000000013F405A5D 0x000000013F4057B6 0x000000013F3F4F5C 0x000000013F3E489A 0x000000013F3E7BAF 0x000000013F3F5345 0x000000013F3E894E 0x000000013F0E9B7D 0x000000013F194859 0x000000013F0CA326 0x000000013F0C9C23 0x000000013F0C9377 0x000000013F13418B 0x000000013F100172 0x000000013F0FFDAF 0x000000013F3E6FC7 0x000000013F3E7459

bug

OS: Windows 10 x64 DMD2 is in my path Fresh install of vscode dls v1.8.1 [Error - 8:31:26 AM] Starting client failed Error: Unsupported server configuration { "command": "" }...

bug

When using mixed case keywords such as UByte, UShort, ByVal, ByRef etc are changed to Ubyte, Ushort, Byval, Byref, would be nice if it did not change these.

I love using Allegro5 but I find myself always having to manually code these for each project, which is a PITA. It would be great if they would come as...

On a multi line textbox, double clicking on some lines attempts to select the word at the mouse cursor, but only partly selects some words

Compilation fails when target is set to .Net 7, to make matters worse my .Net 6 projects cant target .Net 7 so its not an easy change for me to...

You can equip any item into a slot if you circumvent client checks, again server doesn't do thorough check.

You can still use expanded storage after it expires, if you circumvent the client checks, server doesn't check.

The Distance parameter is an int. It reads it as Int16, and writes it as Int32. Won't cause a bug unless it could overflow but still odd behaviour..