art-den

Results 6 issues of art-den

Hi! Is there any hope that shutter speed, ISO and aperture will appear in `RawImage` struct? How difficult is it to implement?

Hi, I need any idea about this: https://github.com/Koka/gettext-rs/issues/95 It looks like UB or race condition in gtk-rs or gettext-rs

### Checklist - [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports ### Describe your issue My project's `target` directory is symlink to ramdisk folder ``` sudo...

Hi I want to show message for user if panic occurs. I tried to use crate [msgbox](https://crates.io/crates/msgbox) from [panic handler](https://doc.rust-lang.org/std/panic/fn.set_hook.html) but for linux and if panic happens in not-main thread...

gettext works very strange if gtk-rs is used in application. I reproduce it with simple code ```rust use {gtk::*, gtk::prelude::*}; use gettextrs::*; fn main() { TextDomain::new("electra_stacking_gui") .prepend(r"D:\rust\electra_stacking\target\debug\share") .locale("en_US.UTF-8") .init() .unwrap();...

bug
help wanted

`hdu.read_key::(fptr, "GAIN")` returns `Some(200.0)` `hdu.read_key::(fptr, "GAIN")` returns `Some(1)` FITS file is here: https://drive.google.com/file/d/1CalgywTpuKKXDqO8rwc31APoVSxv_c-R/view?usp=sharing