David M. Lary

Results 20 issues of David M. Lary

# Objective Allow the use of names while loading assets from a gltf file. - fixes #2948 #10715 ## Solution This is a first pass at supporting name-based labels for...

C-Enhancement
A-Assets
A-Animation

rustyline doesn't currently support changing the prompt while in the core readline loop. There are a number of open PRs and issues for this functionality, but all of them appear...

## Summary Using hashlink-debugger as a command-line debugger does not appear to work for the hl build. When I start the debugger, it spawns the process to be debugged, then...

Updated Tileset to correctly adjust for spacing. This only resolves the spacing portion of #22, not the padding; I don't have any tilesets with padding to verify. I didn't add...

## Description ruby 2.7.0 & irb 1.2.1 (2019-12-24), press up arrow and the following exception is raised: ```txt irb(main):001:0> Traceback (most recent call last): 35: from /Users/dlary/.rbenv/versions/2.7.0/bin/irb:23:in `' 34: from...

## Bevy version v0.12 ## What you did Bevy panics when you spawn a Mesh from a GLTF asset that has an attached armature. The GLTF file I'm working with...

C-Bug
A-Assets
C-Crash
A-Animation

### Tested versions - Reproduces in v4.3.stable.official [77dcf97d8] - Fixed in v4.4.dev.custom_build [621cadcf6] (confirmed fixed in this commit; prior commit still has issue) ### System information Godot v4.3.stable - macOS...

bug
topic:editor
regression

### Godot version 4.3-stable ### godot-cpp version 4.3-stable ### System information N/A ### Issue description Working through building a GDExtension that provides a custom Node3D, along with an EditorPlugin, I've...

enhancement

### Summary I've been given a requirement to put license comments at the top of every source file in a gem. The documentation for that gem is generated with yard....

rule change 👩‍⚖️

This issue is a confluence of multiple pieces (SPDX licensing comments & standardrb) that is resulting in yard replacing top-level module documentation with required licensing comments. I'm hoping there is...

ThirdParty