Alex Walker

Results 102 comments of Alex Walker

Hey @JohnStarich I have begun work on a webassembly editor to get myself going and to a place where i can use your code base ![image](https://user-images.githubusercontent.com/2920180/187423255-8e0d524d-f04e-4c10-a6bd-72a57851156b.png) nothing too much yet...

hey @JohnStarich just pinging this because I actually see an awesome usecase for this in writing (and teaching to write) blockchain contracts (that can be written in Go). Would love...

Hey @JohnStarich - thanks for getting back to me. Since last speaking I've been doing a lot with Go-App and am itching to include your OS/terminal in there. I had...

Hey, thanks for responding I think i've done as expected: ``` ~/go/src/github.com/amlwwalker/email-gmail/gin-react-starter-kit   amlwwalker/upgrade-engine ●✚  node Welcome to Node.js v13.9.0. Type ".help" for more information. > const bundle...

oh cool! Have you got any ideas what I might be doing wrong? I am more used to Gin that Echo (if that's the one you are referring to). However...

@olebedev I managed to have another look at this. I [cloned the project you mentioned](https://github.com/ntquan1704/gin-react-starter-kit) and added `import Button from '@material-ui/core/Button';` to the router/index.js then i changed the render() function...

thanks for the response @oderwat 1. Prism is generally very easy to use in a static site. One css file, one JS file right before the closing `` tag. Although...

so what i mean is, when the HTML/JS scripts etc end up in the browser from a page that looks something like ``` ``` when that is loaded and rendered...

thank you however for testing it - i will attempt to get it working as you described as you have demonstrated it works. Do you have the go code snippet...

hey @oderwat thanks for this. For some reason I still can't get the same result you are getting. I have added you to my repository - you should have an...