nsf

Results 289 comments of nsf

It'll require rewriting text rendering engine. Not an easy task to do. And I have no time and no interest to do that. Sorry. I'm actually back to using emacs....

Absolutely not. IMHO gofmt's place is in pre-commit hooks. Plus godit's philosophy is to avoid language-specific features. Autocompletion is an exception, because well, I also wrote gocode and I had...

No. However, there is a project that is based on godit and it follows the vi path. Check it out here: https://github.com/kisielk/vigo As for godit, I want to leave it...

Nah, sorry man, you're on your own. I stopped following the Go's toolchain long time ago and don't even want to look at it now.

I don't see any actual error message, so I can't tell what's wrong. Aside from that as you can see there were no commits for a long time. The last...

I'll try to figure out what's wrong with this one. But I should also warn you about two things: 1. I don't work on gogobject anymore as you can see,...

But in general when you see errors like that, probably it's due to broken gobject-introspection type annotations. For example I'm looking at the generated `build/gstreamer-0.10/gst.go` file, and it contains functions...

The process of adding bindings is quite painful as it is. You blacklist things that don't work, you whitelist things that work properly and if there is a desirable dependency...