Pierce Brooks

Results 12 issues of Pierce Brooks

This resolves the issue that I logged here: https://github.com/SFML/SFML/issues/2211

- Subject of the issue When compiling a fresh clone of the SFML repo on Windows with Visual Studio 2019, the "Time" class errors with complaints about the "int64_t" type...

Hello! I have encounter a problem with key/value pair iteration in objects which can be reproduced with the following code snippet and JSON blob: ``` use simdjson_rust::dom; use log::warn; use...

bug

These changes resolve the issue that I filed here: https://github.com/godotengine/godot-cpp/issues/865

bug
cmake
topic:buildsystem

* https://github.com/syoyo/tinyusdz/blob/dev/src/usdObj.cc#L257 * https://github.com/syoyo/tinyusdz/blob/dev/doc/usdObj.md?plain=1#L26 I would be super enthusiastic to see this loose tendril of a feature finalized! My desire is to use this conjunction with https://github.com/meshonline/Surface-Heat-Diffuse-Skinning to marry BVH...

todo

# Description - [X] Source branch in your fork has meaningful name (not `main`) Hello there! I recently discovered an interesting piece of apparent javascript code that I wanted to...

This pull request will resolve some confusion surrounding the "Feet On Ground" export option for various asset file formats, as well as introduce extra options when exporting the animation/pose skeleton...

This change will ensure proper behavior is exhibited when the `CMAKE_INSTALL_PREFIX` is specified by the user during build configuration so that artifacts are installed to their desired location.

The version 3.1 release patch notes for Blender show the internal distribution of Python has been bumped up to 3.10: https://wiki.blender.org/wiki/Reference/Release_Notes/3.1/Python_API#Python_3.10 This causes problems for resolving dependencies upon installation through...

I observed the problem that this solution addresses occasionally while attaching Android Studio's debugger to the editor app process on my device. Without these changes, the error handler for the...

bug
topic:editor
crash