Spiegel

Results 4 issues of 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...

![image](https://github.com/jesseduffield/lazygit/assets/75039040/7dbe1cdb-9dfb-478b-be63-047fdf55735d) 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...

bug

```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...