DisposaBoy
DisposaBoy
Update: the new code (still experimental, with little testing) is on the `next` branch. It's not being used yet, but it's running at startup and prints timings in the Sublime...
After a bunch of optimization and experimentation, the junk GOPATH preloading is now ~10s (~1.5s warm) and GOROOT is ~350ms (~80ms warm). If we need to re-scan the whole directory...
i can add support to the `9o_instance` setting to allow it to target a specific view but as far as the multi-monitor and multi-pane stuff goes you'll have to handle...
> * If applicable, what company/organization do you represent? https://oyatocloud.com/ > * How are you using Badger? Do you use it as a temporary store? Or have you built systems...
Try rolling back golang/protobuf: `go get github.com/golang/[email protected]`
FWIW: Until/if this is supported, you can hack around it with a script that overrides `xdg-open` or `open` on Linux and Mac. e.g. I put this script named `xdg-open` in...
I haven't done more than verify my hunch but I don't think this is a bug... on line 14 you have: ``` _, err = db.Execute( "CREATE TABLE foo (id...
Please do something about this, and preferrably make it default to prompt instead of the current automatic updates. Due to https://github.com/DisposaBoy/GoSublime/issues/702, I'm now aware the people are having their plugins...