Fazlul Shahriar

Results 64 comments of Fazlul Shahriar

How are you inputting the characters? I found I can copy&paste multi-byte characters just fine in Windows 7, but inputting characters from `$PLAN9/lib/keyboard` using the compose key is not supported....

I can't seem to reproduce it, but here is a crash while I was editing some text: ``` panic: acme: textsetselect p0=583 p1=0 q0=583 q1=0 t.org=0 nchars=711 goroutine 7 [running,...

I don't remember clearly. I think I was cutting, pasting, or selecting some text when it crashed. I doubt I was piping any text.

There is a good overview here: https://github.com/golang/build#overview We'd at least need to run the coordinator and a buildlet for plan9. This page describes how the VM image that runs buildlet...

I wasn't thinking of network transparency. I don't mind keeping plan9port dependency for that. I guess what I really meant is that `go get ...` shouldn't require the user to...

This has come up before in acme issue tracker (see https://github.com/9fans/plan9port/issues/187)

Current directory may not be writable? I recently broke the `-l` flag, so you may be experiencing that. I'll send a fix shortly.

> re-dumped to the same dump file as named in -l I'm in favor of this. Most of the time you probably want to dump to the same file you...

The culprit is `9fans.net/go/draw`, which wasn't decoding the pointer coordinates correctly from `devdraw`. It should be fixed once https://github.com/9fans/go/pull/6 is merged.

> Fazlul, this is fixed now yes? @rjkroege I can't reproduce it anymore but not sure why. We are using 9fans.net/go version 0.0.2 (from Jun 20, 2019), but Russ closed...