Tim Upthegrove
Tim Upthegrove
There was some discussion of this problem on #158. Note that the maintainer of FOAM should be involved in the discussion of how to solve this issue. One solution may...
We discussed this ticket on #openflow-discuss, and we decided that this should be re-opened. I can't actually re-open tickets for this repo. Can someone else do it?
One simple fix would be to simply skip the `Eq` trait when the value has type `REAL`. There might be other more nuanced approaches as well, but I have not...
On second thought, this is slightly more complicated. Any parent type that includes `REAL` fields must also not set the `Eq` trait, so there is a cascading effect here. For...
Yes, for now I am just deriving `PartialEq` and I don't think it will cause issues. Frankly, I do not fully understand what the difference is between the Rust compiler-generated...
I was just experiencing the same issue where my flamegraph generated through `cargo flamegraph` only showed calls that were not part of my codebase. I manually ran the raw binary...
@djc **This was actually user-error on my part**. Others might be having the same self-inflicted issue as me, so I'll write it up for posterity. In particular, when running the...
> Just an FYI, a slow addr2line seems to be the problem as noted here [addr2line](https://github.com/iced-rs/iced/issues/2394). Interesting context, thanks for sharing!