hackpad icon indicating copy to clipboard operation
hackpad copied to clipboard

The in-browser IDE for Go

Results 13 hackpad issues
Sort by recently updated
recently updated
newest added

Marked RFC until these are merged: - https://github.com/paralin/go/tree/hackpad/release-branch.go1.19 - https://github.com/hack-pad/hackpadfs/pull/20 Fixes #25

What's needed to rebase the go1.16 branch on go1.19?

Hey, This is super cool. I have wanted for quite some time to build tutorials for the Go language using wasm (in browser) - you have probably jump started my...

The biggest performance bottleneck for hackpad right now appears to be true parallelization. The Go CLI performs starts compile and link processes, which could benefit greatly with real parallelization and...

Had some time to jump into this rabbit hole again and playing around with File System explorer module, so you get a tree. On origin/feature/web-workers-2 branch This is my simple...

Closes https://github.com/hack-pad/hackpad/issues/11 This is currently a huge refactor and a work in progress. Hopefully will suss out the major bugs soon 😅

Hey, I understand that you are primarily a go programmer but is there any way with which you can implement this for running Nodejs??

Hey, did you know that you can intercept requests using service workers (in the web). And in this way make a virtual tcp server which can later be used for...

The current way hackpad is building the GUI using go and wasm is nice. It just occurred to me that it's possible to do the same using gio. It compiles...