David Kuhta

Results 4 issues of David Kuhta

## Description Clippy Too-Many Arguments for [`add_panel_to_world`](https://github.com/leetvr/hotham/blob/main/hotham/src/components/panel.rs#L79) (10/7) ```rust --> hotham/src/components/panel.rs:79:1 | 79 | / pub fn add_panel_to_world( 80 | | text: &str, 81 | | width: u32, 82 |...

maintenance

## Description Clippy Too-Many arguments for [`load_node`](https://github.com/leetvr/hotham/blob/main/hotham/src/gltf_loader.rs) (8/7) ```rust --> hotham/src/gltf_loader.rs:88:1 | 88 | / fn load_node( 89 | | node_data: &gltf::Node, 90 | | gltf_buffer: &[u8], 91 | |...

maintenance

Hi @mbulat Currently the balance method in AmountsExtension supports two cases: 1. All - No date hash provided; return sum of all amounts 2. Closed Range - Hash provided with...

enhancement