Irakli Gozalishvili

Results 630 comments of Irakli Gozalishvili

@RangerMauve to be clear I'm not opposed to granting more privileges, but I think those need to be deliberate hatches that user agent can intercept to actually provide agency to...

> Is using SharedWorkers under the hood an option? It think one limiation there is that stuff like WebRTC wouldn't be able to run within the worker. That is accurate....

> @Gozala - that looks like an interesting API, though its uni-directional so not appropriate for P2P connections. I do agree that it's not appropriate for bidirectional exchanges, however REST...

To clarify I see [`EventSource`](https://developer.mozilla.org/en-US/docs/Web/API/EventSource) useful for things like subscribing to [node status updates](https://webui.ipfs.io/#/) and for [peer stats](https://webui.ipfs.io/#/peers) and possibly [file / pin set](https://webui.ipfs.io/#/files/) updates. Possibly for **sub** part of...

I did some experimentation on this and I have to say that seeing results in network panel is really useful and helpful Event source API also let's you subscribe to...

Related bug in chrome https://bugs.chromium.org/p/chromium/issues/detail?id=1025893

BTW that is also a primary reason why I end up needing a my custom server in PoC, otherwise I could just leverage daemon.

@lidel I have being doing more digging into this and there some good news: 1. Safari seems to have gotten around to accepting that following spec and treating 127.0.0.1 as...

Seems to be fixed in latest vscode and extension, thanks.

Generally speaking asking user to provide a recovery key is probably a bad idea as it increases risk of it being compromised. That said I can not think of any...