Tim Blume

Results 5 issues of Tim Blume

Hi, there are quite a few CMake pull requests, but none of them do what I propose/need. **Description:** This pull requests adds CMake not for examples, but rather for integrating...

building

**Code** ``` env = UnityPy.load(datafile) for obj in env.objects: if obj.type.name == "MonoBehaviour": if not obj.serialized_type.nodes: data = obj.read() if data.name == "DataBaseCompiled": data = obj.read() with open(inputfile, "rb") as...

bug

Hi, I want to use boost::date_time with dates before 1400, which is currently not possible. In the best case I'd like to use dates before 0, but I would be...

- **Sway Version:** 1.9 - **Description:** I am using [imgui](https://github.com/ocornut/imgui/) with glfw and opengl3. When the program "lags" - does not call SwapBuffers in a few seconds - the window...

bug

### Describe the project you are working on a game ### Describe the problem or limitation you are having in your project Metadata can only be applied in Godot +...

topic:import