Renato Athaydes

Results 248 comments of Renato Athaydes

I have the same exact problem, I think, on Windows 7. ``` go-hash» fatal error: all goroutines are asleep - deadlock! goroutine 1 [select]: github.com/chzyer/readline.(*Operation).Runes(0xc042090150, 0x0, 0x0, 0x0, 0x0, 0x0)...

I was using the cmd.exe terminal. This error happens every time, it's deterministic. Go version: `go version go1.9.2 windows/amd64`. Readline version: ``` [[projects]] name = "github.com/chzyer/readline" packages = ["."] revision...

I would suggest using a struct for the Http headers, keeping its state internal and exposing an interface to read/write headers. I've written one myself [in Java](https://github.com/renatoathaydes/rawhttp/blob/master/rawhttp-core/src/main/java/rawhttp/core/RawHttpHeaders.java) and there's also...

For me it doesn't seem to kill any magit and dired buffer either.

I don't know if that's possible, but do you know if there's a way to just clear the clipboard everytime the user pastes something? Password Managers do that, I wonder...

Pasting the empty string and not pasting anything is not really the same, but it does solve my problem :) I just need to remove sensitive data from the clipboard......

Hi! I haven't had the time to use actors in Flutter, but pub says it's compatible. If you have problems it must be related to differences in `Isolate`behaviour between DartVM...

Just tried: ``` dart --snapshot=run.snapshot --snapshot-kind=app-jit example/actors_example.dart dart run.snapshot ``` Runs without problems... It seems the problem is only in Flutter... do you know if there's any issues with Isolates...

Ok, I will keep the issue open, so others can see it and not waste too much of their time because of this problem.