Ivan Smirnov

Results 324 comments of Ivan Smirnov

Hi @Alexhuszagh - thanks for taking time in getting a stab at this. I think the idea is good (and surely +1 for the pre-RFC - let's see how it...

Thanks for testing out :) Yea, I've spent lots and lots of time (the majority other that correctness) in this crate trying to speed this up by making inlining right...

@Alexhuszagh This makes sense, agreed. However: if we're planning to try and integrate this crate into core/std (in which case this crate would become redundant), what would happen to extra...

Would this work? ```rust add_method(sel!(setFoo:), my_obj_set_foo as extern fn(_)) ```

Great! I’ll give it a shot. Any quick hints on where this sort of stuff should go in the library or any other useful dev tips so as to save...

A nice thing to have would be a derive-proc-macro, so you could do ```rust #[derive(AbsDiffEq)] struct MyStruct { ... } ``` thus avoiding all the repetitive boilerplate on a per-struct...

@danneu Great stuff! Darkstrap 3 looks good, the only major difference that I noticed though is the height of input controls, they all look much smaller in v3 than their...

Here's something that sort of works with `#[serde(with = ...)]` as an example (but would be nice to have it work without allocation when deserializing): ```rust pub mod enumflags2_seq {...

Good points by @mknight-tag -- @jbangert would you please comment on these?

Faced the same problem, tried replacing it with `CMAKE_PREFIX_PATH` in which case it progressed a bit further and failed with `Backward_FOUND = FALSE`.