John-Paul Cunliffe
John-Paul Cunliffe
Thanks a lot for this great component. I wanted to give you feedback, on how useful treelike/hierarchical display/rendering could be. For an example, please visit https://experience.sap.com/fiori-design-web/tree-table/. Basically this type of...
https://github.com/golemcloud/golem/blob/bcb2be9f59ca11fcef796a1f3dd818ebaab76d8b/golem-worker-executor-base/build.rs#L46 maybe escape windows patch backslashes with double backslash? https://doc.rust-lang.org/reference/tokens.html#ascii-escapes ``` error: unknown character escape: `U` --> C:\Users\John\work\src\rust\golem\target\debug\build\golem-worker-executor-base-2c82c333bd98c16e\out/preview2_mod.rs:2:19 | 2 | path: "C:\Users\John\.cargo\registry\src\index.crates.io-6f17d22bba15001f\golem-wit-1.0.0/wit", | ^ unknown character escape | =...