Michael Schmidt
Michael Schmidt
resolves #1613 I spend some time making the debug output for `ImageBuffer` easier to read, but probably went a bit too far... ```rust assert_eq!( format!("{:?}", GrayImage::new(100, 100)), "ImageBuffer(100x100, sRGB)" );...
**Desktop (please complete the following information):** - OS: Windows - OS version: 10 - Tauon Version: v8.1.3 - Installation method: exe installer **Describe the bug** After searching for lyrics (and...
Fixes #4149. This PR adds basic support for `js_name = Symbol.`. It generally works, but still needs to be polished. TODO list: 1. Resolve conflicts. This PR conflicts with #4225,...
With the new import system and related API changes shaping up, I thought it would be good to share my vision of a new way for nodes to declare migrations....