Mash!ro*

Results 4 issues of Mash!ro*

### Description of the Bug I have a BoxLayout and a FloatLayout, stacked vertically. The BoxLayout has some kivyMD buttons, the FloatLayout draws a background image. All the buttons work...

Type: Enhancement

```c# protected virtual void Awake() { if (_instance == null) { _instance = this as T; DontDestroyOnLoad(gameObject); } else { Destroy(gameObject); } } ``` The `Awake()` function is the key...

Tested on Windows 10 in debug mode with 2021 latest drivers for - GeForce GTX 1080 Ti - Intel® UHD Graphics 620 - Radeon™ RX 540 Release build is run...

bug
documentation
question
wontfix

https://github.com/TheCherno/Hazel/blob/f627b9c90923382f735350cd3060892bbd4b1e75/Hazel/src/Hazel/Core/Log.h#L30-L46 Hello, I just want to point out that, this piece of code no longer works with the latest version of `spdlog`, which now requires us to [explicitly specialize](https://fmt.dev/latest/api.html#formatting-user-defined-types) the...