Spiegel
Spiegel
`ExtensionType` has cache issue? ```cs public static class ExtMethods { public static void Test1(this MyClass c) { Debug.Log("test1"); } public static void Test2(this MyClass c) { Debug.Log("test2"); } public static...
 I've encountered an issue with Lazygit where Korean characters are not being displayed correctly in the terminal. It seems that the characters are either missing or displayed as garbled...
```lua function a() print(nilTable.nilValue) end function b() a() end function c() b() end c() ``` I don't know from which line it was called. null value is entered in Location....
Hello, I'm encountering an error during transaction simulation when calling the `sdk.createAndBuy` function, related to a `ConstraintSeeds` violation for the `creator_vault` account (error code `0x7d6`). ### Problem Description When attempting...