Ryo Hirayama
Ryo Hirayama
I think we don't need this in this crate because there is no universal constraint expression. I have two ideas of expressions for constraint: 1. a list of all constraints...
Thanks for your response. I've added tests for blendSemiTransparentColor in the new commit. It passes in this branch, but fails on main with the following results. ```ocaml > npx esy...
Since, it should fail to calc the correct square for each rgb value, and therefore, the correct distance, there could two problems, any color diffs are not ignored even if...
Thanks for checking that and updating existing tests! sorry for I haven't had time to write additional tests I said yet, so I haven't started on that. Do you still...
@thedodd Thank you for your comment! Could you let me know some details of your use case?
@dRAT3 Thanks for reporting it! I've fixed it in https://github.com/ryo33/egui_cable/commit/56c0e1bdad3d43636be7ab463a630e9bd23f01f7. Can you update `egui_cable` to `0.3.1` and try it again?
@dRAT3 Then, please ensure the version of `egui` depended by `egui_cable` is the same as the one you are using.
Oh I may had a mistake of the versioning
I’ll fix the wrong versioning and other things later. It should be done before about 3 hours later.