bigdogs
bigdogs
The sample code in idioms dtor-finally cannot capture outside variable, which means it's useless in most cases
hi, on powershell, tracing_subscriber::fmt::init() color of log level is not print correctly.   But it works fine when saving log to file and then `cat` it 
Hello, there are same errors when I tried to build with target aarch64-linux-android 
Seems this project haven't been updating since 2016?? Is this project still alive?
Hi, Is there a possible to support apple M1 natively?
Icon is very unclear in macos, is there a possible to increase the resolution of the both image and app icon  
`cargo b --release --example demo --target i686-pc-windows-msvc` ``` error[E0308]: mismatched types --> C:\Users\Admin\.cargo\registry\src\github.com-1ecc6299db9ec823\miniquad-0.3.13\src\native\windows.rs:887:47 | 887 | SetWindowLongPtrA(wnd, GWLP_USERDATA, &mut p as *mut _ as isize); | ----------------- ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i32`,...
hi, Checked the reported error on `getifaddrs` failed, https://github.com/EstebanBorai/local-ip-address/blob/main/src/macos.rs#L38 I think it's more reasonable to return the specific os error from` std::io::Error::last_os_error()`