IgorKhomenko

Results 9 issues of IgorKhomenko

Hi everyone, Is there any plans to make the app more mobile users friendly? As for now, the tool bar is too small, making it bigger will improve the UX...

enhancement

When data list is displayed, it moves all content down after it. Can it be configured?

Issue reference https://github.com/meetecho/janus-gateway/issues/3364#issuecomment-2088184440

This is more a feature request rather than an issue. There is a case when integrate Janus with 3rd party system where room id is a string, but user id...

enhancement
multistream

SAMA chat server https://github.com/SAMA-Communications/sama-server

Is there any plans to support https://kaspa.org/ ?

I have a rust module defined like this ``` pub mod funcs { pub struct Arena(()); // use wasmedge_bindgen_macro::*; use externref::{externref, Resource}; // #[wasmedge_bindgen] #[no_mangle] #[externref] pub extern "C" fn...

bug

Add SAMA chat server to the list https://github.com/SAMA-Communications/sama-server

**Describe the bug** I'm running a devnet locally via ``` cargo run --release --bin kaspad -- --devnet --rpclisten=127.0.0.1:16110 --listen=127.0.0.1:16111 ``` Then I'm checking the status on network via https://github.com/imalfect/KaspaNodeMonitor which...