Kirill Taran
Kirill Taran
While following https://developer.mozilla.org/en-US/docs/WebAssembly/Rust_to_wasm ``` [kirill@lenovo hello-wasm]$ rustc --version rustc 1.47.0 (18bf6b4f0 2020-10-07) [kirill@lenovo hello-wasm]$ wasm-pack --version wasm-pack 0.9.1 [kirill@lenovo hello-wasm]$ cargo --version cargo 1.47.0 (f3c7e066a 2020-08-28) [kirill@lenovo hello-wasm]$ wasm-pack build...
`strace` output (without flags): ``` statx(0, NULL, AT_STATX_SYNC_AS_STAT, STATX_ALL, NULL) = -1 EFAULT (Bad address) statx(AT_FDCWD, "/home/kirill/hello-wasm/Cargo.toml", AT_STATX_SYNC_AS_STAT, STATX_ALL, {stx_mask=STATX_ALL, stx_attributes=0, stx_mode=S_IFREG|0664, stx_size=279, ...}) = 0 statx(AT_FDCWD, "/home/kirill/hello-wasm/Cargo.toml", AT_STATX_SYNC_AS_STAT, STATX_ALL,...
I can't find any mentions of CoTURN in Janus documentation. I know what is TURN and how it is useful. What I don't understand is how it can be useful...
Suppose, we have nodes A and B and there is NAT between A and B. Option 1: A can reach B. Then putting a TURN-server at node B provides no...
The same error. ``` Fedora 32 Linux lenovo 5.11.12-100.fc32.x86_64 #1 SMP Wed Apr 7 16:52:03 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux NPM 6.14.12 Node v12.22.1 ```
This test binary works on my Ubuntu 18.04.1
@cgcardona sounds correct. I think this PR is good contribution but doesn't solve the issue completely. I need to recall context for elaborating, maybe in some time later.
@lucavallin awesome idea! I'll look if our team could help with anything. By the way, have you considered to build the project in federated way, i.e. to allow individual projects...
Additional requirements: - [ ] folder suggesting dialog must be separate from scan dialog - [ ] folder suggesting dialog must be presented after scan dialog - [ ] if...
Also, improvements to scan dialog can be made: - [ ] if the app can't find `.ark-global` folder with a list of roots inside, it should ask for scan -...