Files
brahman/crates/apps/gioser-web/pkg/gioser_web_bg.wasm
T
Sergio 2588673caf gioser-graph: fix panic slicing multi-byte chars (á, ñ, etc)
- Use .chars().take(18) instead of byte slicing &node.name[..18]
  which panics on accented characters
2026-05-23 15:42:32 +00:00

512 KiB