Mark point symbols#219
Conversation
Signed-off-by: Sam Heuck <sam@emushack.com>
Signed-off-by: Sam Heuck <sam@emushack.com>
Signed-off-by: Sam Heuck <sam@emushack.com>
Remove explicit #[serde(skip_serializing_if)] on fields already covered by #[serde_with::apply], and drop PartialOrd from MarkPoint since Symbol, SymbolSize, and Label don't implement it. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Sam Heuck <sam@emushack.com>
|
CI is currently failing because: dioxus 0.6 pulls in wasm-bindgen 0.2.114 at resolve time. nixpkgs in the devenv lock is too old, providing only 0.2.104. The fix is to update the devenv to a newer nixpkgs snapshot that ships 0.2.114 I don't have a devenv setup for this repo at the moment, but I can try do do this locally and report back. |
|
CI appears to be blocked by an upstream dependency on Ideally, NixOS/nixpkgs would pull in this update at some point. Watching their PR queue via search: https://github.com/NixOS/nixpkgs/pulls?q=is:pr+is:open+wasm-bindgen-cli I'm wondering if there is an alternative? Could/Should it be included in this projects Cargo.toml file as a dependency? Even if temporary until the devenv gets updated? |
Signed-off-by: Sam Heuck <sam@emushack.com>
e3740db to
a6219cc
Compare
Allows fine-tuning of label positioning and style