Kevin Watters
                                            Kevin Watters
                                        
                                    * [_] instead of []. * usingnamespace instead of use
On my Windows 10 machine, `cargo web` lacks the nicely colored output of `cargo build` and `cargo run`.
I have a `some-crate = { path = "../path/to/crate" }` dependency in my Cargo.toml file, and the normal `gd` shortcut for jump-to-definition doesn't work for things in that crate. For...
I was implementing an Ellipsoid Shape, but when I got to the Volumetric trait, I realized that it is hardcoded for the specific Shapes that ship with nphysics: ``` macro_rules!...
``` C:\Users\Kevin\src\zig-vulkan-triangle>zig build run reached unreachable code C:\Users\Kevin\AppData\Local\Programs\zig-master\lib\zig\std\debug\index.zig:114:9: 0x7ff611941029 in assert (build.obj) if (!ok) { ^ C:\Users\Kevin\AppData\Local\Programs\zig-master\lib\zig\std\os\windows\util.zig:42:31: 0x7ff611958822 in windowsClose (build.obj) assert(windows.CloseHandle(handle) != 0); ^ C:\Users\Kevin\AppData\Local\Programs\zig-master\lib\zig\std\os\index.zig:221:35: 0x7ff6119484d7 in close (build.obj)...
Updated odin to master and got an error calling os.last_write_time_by_name, which gained a second error return.
Does this kind of change need multiplatform support and documentation in the pull request, or are you happy to add undocumented functions incrementally? Happy to help with the former if...
Editing Windows code in OS X shows an undefined name for the WindowsError exception.
 While meshes like the llama in the example scenes look fine, some skinned meshes are still rendering incorrectly. [Here's an example .glb](https://kevinwatters.s3.amazonaws.com/temp/base_for_a_ps1_style_character.glb) My guess is that we're not mapping...