Kohei Tokunaga

Results 137 comments of Kohei Tokunaga

Sorry for the slow reply. Overall looks good about the logic. Could you fix the code for the linter errors? L133 ``` File is not `gofmt`-ed with `-s` (gofmt) ```...

@Cinemacloud Thanks for the information. > CORS chrome extension So does this approach rely on a Chrome extension? Which one are you using (and are there any docs about it)?

Thanks. The approach sounds interesting but it would be great if we can reduce CORS restriction without additional extensions or proxy outside of browser to make it easy to use...

Thank you for your comments. > there are now multiple (somewhat incompatible) implementations of similar ideas. Yes, there are several lazy pulling implementations in the community. So it would be...

> I've tried latest demos behind my own proxy @Cinemacloud Are you running containers on browser? If so, your proxy needs to be accessible via [Fetch API](https://github.com/ktock/container2wasm/tree/d05d6977df7a0d51dbc807a893f1854db8960c75/examples/networking/fetch) or [WebSocket](https://github.com/ktock/container2wasm/tree/d05d6977df7a0d51dbc807a893f1854db8960c75/examples/networking/websocket) as...

@Cinemacloud > All other web spps n sockets work in my chrome on macos.. anything to try? Then the default configuration (`192.168.127.253:80`) should work as the actual networking is performed...

@Cinemacloud > repository trying to access I meant the apk repository you're trying to access from your browser using `apk`. If you use the [demo page](https://ktock.github.io/container2wasm-demo/), the set of accessible...

@Cinemacloud Yes, both of the container and a proxy are needed for networking. [Proxy via cli on the host](https://github.com/ktock/container2wasm/tree/d05d6977df7a0d51dbc807a893f1854db8960c75/examples/networking/websocket) can avoid the browser's CORS/Forbidden headers restriction and [proxy wasm running...

@Cinemacloud I haven't used Neko browser, but all HTTP networking is done through the proxy wasm so I think CORS will be applied to that case as well (like set...

@qi0523 Could you provide a reproducible step and the log for that issue? There are several docs for IPFS + stargz-snapshotter. Have you followed some of these steps? - https://github.com/containerd/stargz-snapshotter/blob/v0.12.1/docs/ipfs.md...