Joaquin Bejar Garcia
Joaquin Bejar Garcia
I am open to working on this
Hi @avhz, It's up to you. I think I can work in any area. Let me know what is a priority or blocker, and I'll do my best.
Let's start with the time module cashflow schedules, then
### Extra info – new failing test (Apple Silicon, macOS 15.4.1 / Rust 1.86.0) I’ve reproduced **#241** on the latest Sequoia release. The minimal test below hangs and spits the...
**Created Kaleido upstream issue:** ## What happens On Apple Silicon (tested on **M4 Max / macOS 15.4.1**), `Plot::write_image` fails with ``` {"code":525,"message":"error creating static canvas/context for image server", ...} ```...
Hey @andrei-ng Thanks for putting this together! I’ll try out the new plotly_static package in my Ubuntu and macOS pipelines and let you know how it goes. Quick question: is...
Hey @andrei-ng, just tested the new plotly_static package on both Ubuntu 24.04 and macOS 15.5 (M4 Max). Everything works smoothly, including PDF and PNG exports—no blank files, no hangs. 👍...
This test is failing: ```rust // Test for non-matching dates during addition (should panic). #[test] #[should_panic(expected = "Dates must match.")] fn test_non_matching_dates_add() { let date1 = OffsetDateTime::now_utc(); let date2 =...