Fredrik Söderström

Results 65 comments of Fredrik Söderström

@Saad-py not sure if this is good enough for your case, but I created a draw_polygon function for a project I'm working on. I supply ```rust use macroquad::{math::*, models::*, prelude::Color};...

I'm having problems even after the reqwest setup. Too Many Requests.

Thanks @7jrxt42BxFZo4iAnN4CX Running the tests produces variable failures on different runs, possibly due to to frequent calls when running all tests. The test that fails most often is the test_get_crumb()...

After some more testing it seems like 7jrxt42BxFZo4iAnN4CX:crumb_error succeeds each time I run only `cargo test test_get_crumb`, and the same single test mostly fails on xemwebe:master (even if it succeeds...

Nevermind, it seems like there is a conflict somehow with the ollama-rs crate, possibly it is competing with TLS setup or similar. In a clean project get_ticker_info works until I...