Davide D'Agostino
Davide D'Agostino
Seems that now isn't working the farm of boxcar, Im unable to login. Same for u?
golang.org/x/gcimporter now is golang.org/x/gcimporter15 golang.org/x/tools/go/types now is in the stdlib in "go/types" This fix #12 and the issue #14
The package now is part of `go/types`
trace: ``` package golang.org/x/tools/go/gcimporter: cannot find package "golang.org/x/tools/go/gcimporter" in any of: /usr/local/Cellar/go/1.6.2/libexec/src/golang.org/x/tools/go/gcimporter (from $GOROOT) /Users/daddye/.src/go/src/golang.org/x/tools/go/gcimporter (from $GOPATH) package golang.org/x/tools/go/types: no buildable Go source files in /Users/daddye/.src/go/src/golang.org/x/tools/go/types ```
Defer
Hi have you seen this: http://lk4d4.darth.io/posts/defer/ ? I benchmarked it again against go 1.3.1 and I still see a quite big difference ``` BenchmarkPut 50000 38259 ns/op BenchmarkPutDefer 50000 63552...
I hope is the last, maybe we should setup a chan on freenode. My questions: 1. Why the "constructor" is `self` and not `init`, `initialize` or `constructor`? I'm aware that...
I think `function` is too long and verbose, now the lang is much more succinct so have you considered: `func` or even `fn` over `function`?
In [my repo](https://github.com/daddye/dotfiles) I've had some thing similar to your plugin. There are only two missing things that could be useful: - Cd if we use `vim /my/path/` - Refresh...
With IE6 there is a problem with toup modal and with shade because we didn't see correctly the foreground.
Hey, on safari (works well with FF) when I open a dom I see the sprite border on right and on bottom of topup window. Here you can reproduce the...