Timothy McCallum

Results 54 comments of Timothy McCallum

That is what I was also thinking; if a user clicks on a link from a page in the site that uses a specific template i.e. after clicking they arrive...

If leaving the original hard-coded `.hbs` template name in the frontmatter is possible (as part of this upgrade) then this would be a really quick update for the developer documentation...

This has been resolved via PR #616

So essentially the change_rpc.py file is just replacing the Infura RPC endpoint (in Uniswap source code) with your own RPC endpoint. All you need to do is update line 10...

Hi Simon, It seems that the uniswap sdk which I used back then has since been updated and therefore this documentation will be somewhat out of date. Sorry I can...

The error is referring to [this line](https://github.com/second-state/wasmedge_wasi_socket/blob/main/examples/http_client/src/main.rs#L5) in the http_client source code ```rust let res = request::get("http://127.0.0.1:1234/get", &mut writer).unwrap(); ``` It may simply be due to the 127.0.0.1 IP address;...

Hi @hydai Yes, I am the same, I am not 100% sure if the http_server code is properly executing in the first place. I might try another fresh install on...

Ok, just a quick update on this diagnosis ... After following the documentation we can reach the following point; where both Rust/Wasm programs are pulled from Docker hub (as images)...

We have created 2 PODs (each single pod only has one container in it). We can check like this `crictl pods` ![Screen Shot 2021-11-10 at 8 34 34 am](https://user-images.githubusercontent.com/9831342/141016273-a4d983c6-e0c4-4844-9d37-f8d5f3e39097.png)

The documentation has been updated to include 2 new k8s features: - --expose - --namespace https://github.com/second-state/crunw/blob/main/docs/examples/http_socket_app.md#run-the-http_server