Christen Lofland

Results 20 issues of Christen Lofland

### Tested versions v4.3.dev.custom_build [6118592c6] ### System information Godot v4.3.dev (6118592c6) - Windows 10.0.22621 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3080 Ti (NVIDIA; 31.0.15.5222) - AMD Ryzen 9...

bug
topic:rendering
regression
topic:3d

This is an initial attempt to convert the 3D Inverse Kinematics demo, related to updating all Demos to Godot 4 Issue #697 The project doesn't entirely work yet, but it...

update

### Tested versions Reproducible in both: v4.3.dev.custom_build [d4f726f3e] (latest build from Master) and v4.2.stable.official [46dc27791] So not a new thing. ### System information Godot v4.3.dev (d4f726f3e) - Windows 10.0.22621 -...

bug
platform:windows
topic:porting
needs testing

### Tested versions - Reproducible in: v4.3.dev.custom_build [9d6bdbc56] - Not Reproducible in: 4.2.1 Stable ### System information Godot v4.3.dev (9d6bdbc56) - Windows 10.0.22621 - GLES3 (Compatibility) - NVIDIA GeForce RTX...

bug
topic:physics
regression

Here is a version that works in Python 2.7. I'm not a Python genius, but this was the minimum changes I needed to make to get it running with Python...

enhancement

I was able to swap out pdfkit with weasyprint pretty easily and everything still works, except with fewer errors and hopefully using non-abandoned software. If this tool is still being...

### Installation Method Docker fat ### The Problem In this commit calibre was set to no-longer install: https://github.com/Stirling-Tools/Stirling-PDF/commit/ecfdfa56444c0721396df3d7c44b3cce003800d0 This prevents Markdown to PDF conversion, at least it does for me....

Sorry this is going to be just a dump of an error without much explanation. This is what I'm getting when trying to build: ``` ------ > [dawarich_app 8/12] RUN...

The new compose file references `./postgresql.conf`, but no such file is provided. Instead a file called [postgres.conf.example](https://github.com/Freika/dawarich/compare/0.20.2...0.21.0#diff-b795d07343824884a8e9d53b22cf8e87d88805b243f6886d5ed7cb8537c68545) is provided instead. Is that the file that we are supposed to use?...

https://github.com/BennyKok/unity-toolbar-buttons/blob/2ee2538483e60932ef37c4b4d2b76183eb76e074/Editor/ToolbarButtons.cs#L125 It appears that the tooltips are not be passed in. Shouldn't this line be like this? `parent.Add(CreateToolbarButton(attr.Value.iconName, () => attr.Key.Invoke(null, null), attr.Value.tooltip));`