Andrew Straw
Andrew Straw
What platform are you on? How do you test this? On my PC: ``` andrew@pc iana-time-zone % cargo build --example get_timezone Compiling iana-time-zone v0.1.57 (/Users/andrew/Documents/src/iana-time-zone) Finished dev [unoptimized + debuginfo]...
This crate developed organically and had no unifying concept behind handling the `TZ` environment variable. So thanks for bringing this up. I have now dug into this a bit. According...
@lopopolo I think if we use rust's std to get the environment variable, we should be OK (see https://github.com/time-rs/time/issues/293#issuecomment-725217984). That said, I'm not an expert in this.
We had discussed the next meetup to be be 2 November. I would propose again 17:00-19:00 UTC but note the end summertime for many of us. http://timesched.pocoo.org/?date=2021-11-02&tz=utc!,de:berlin,gb:london,us:new-york-city:ny,us:austin:tx,us:seattle:wa&range=1020,1140
Title: Braid: low-latency multi-camera tracking with Rust Person: myself (Andrew Straw) Description: An overview of [Braid](https://strawlab.org/braid) and how and why we use it for studying insect behavior. Expected duration: 20-30...
Thanks for the report. I confirm the same behavior on my machine. The `accelerate-src` crate does print `"cargo:rustc-link-lib=framework=Accelerate"` but with recent Rust versions, this linker arg isn't getting picked when...
This is the raison d'etre of [`iana-time-zone`](https://crates.io/crates/iana-time-zone). It's output can be parsed to make a `chrono_tz::Tz` like so: ```rust let tz_str = iana_time_zone::get_timezone()?; let tz: chrono_tz::Tz = tz_str.parse()?; ```
@StonyBoy this sounds like it might be the issue @KaSroka reported at https://github.com/serialport/serialport-rs/pull/133#issuecomment-2006412044. With which version of serialport-rs are you experiencing the problem and can you please provide steps to...
I am getting this warning, too. @per1234 are there any remaining issues? AFAICS the changed requested have now been made. It would be great to make a release with to...
Thanks for reporting this. I am open to suggestions for fixes.