bigdogs

Results 8 issues of bigdogs

The sample code in idioms dtor-finally cannot capture outside variable, which means it's useless in most cases

C-needs discussion
A-idiom

hi, on powershell, tracing_subscriber::fmt::init() color of log level is not print correctly. ![image](https://user-images.githubusercontent.com/20614926/120359096-dfc95d00-c339-11eb-8767-7fe48c5b9f21.png) ![image](https://user-images.githubusercontent.com/20614926/120359289-17d0a000-c33a-11eb-8c9c-be6a1757f461.png) But it works fine when saving log to file and then `cat` it ![image](https://user-images.githubusercontent.com/20614926/120359410-359e0500-c33a-11eb-817c-65d6ae55f19d.png)

Hello, there are same errors when I tried to build with target aarch64-linux-android ![image](https://user-images.githubusercontent.com/20614926/107623240-02087380-6c94-11eb-88ee-a02881cfdf14.png)

Seems this project haven't been updating since 2016?? Is this project still alive?

Hi, Is there a possible to support apple M1 natively?

type: feature
help wanted
env: macos

Icon is very unclear in macos, is there a possible to increase the resolution of the both image and app icon ![image](https://user-images.githubusercontent.com/20614926/109797609-a575f400-7c54-11eb-942c-554e9ad80c43.png) ![image](https://user-images.githubusercontent.com/20614926/109797724-c8a0a380-7c54-11eb-9d8e-61808b65c674.png)

type: feature
help wanted

`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()`

enhancement
os-macos
feature