Fazlul Shahriar

Results 63 comments of Fazlul Shahriar

Possibly related to #265?

After #125, Edwood is working pretty well in Plan 9. You need to be using my [plan9 branch](https://github.com/fhs/go/tree/plan9) of 9fans.net/go package. I need to clean up the changes (and remove...

I've only tested on 64-bit 9front.

If anyone want to try out edwood on plan9, this is how you can build it: ``` go mod edit -replace 9fans.net/go=github.com/fhs/[email protected] go mod download 9fans.net/go GOOS=plan9 go build ./edwood...

> @fhs I should adjust the mod file to point at your branch? @rjkroege I'm not sure `go install` will be happy with the replace directive. We can give it...

I can reproduce this after putting a 5 seconds sleep before the loop where we're getting the "index out of range" panic in `Column.Grow`. Follow these steps to reproduce: 1....

@ktye duitdraw works fairly well in linux after some minor changes to Edwood: https://github.com/fhs/edwood/commits/duitdraw . Mouse warping and cursor image changes of course does't work. There is some minor rendering...

I just finished porting 9pserve to Go. I'm calling it [mux9p](https://github.com/fhs/mux9p). Edwood is now usable in Windows with duitdraw+mux9p (see [my duitdraw branch](https://github.com/fhs/edwood/commits/duitdraw)). I'm seeing more issues with duitdraw in...

I've tested Edwood on Windows natively, not using WSL. Maybe the Xauthority file needs to be set up.

Looks like it's spending most of the time trying to apply the edit logs. ``` $ go tool pprof http://localhost:1994/debug/pprof/profile?seconds=30 Fetching profile over HTTP from http://localhost:1994/debug/pprof/profile?seconds=30 Saved profile in /home/fhs/pprof/pprof.edwood.samples.cpu.010.pb.gz...