Anders Doozer Søndergaard Jensen

Results 9 comments of Anders Doozer Søndergaard Jensen

$ go env GOROOT /usr/local/opt/go/libexec $ go version go version go1.11.4 darwin/amd64 This is the console log from ST3: startup, version: 3184 osx x64 channel: dev executable: /Applications/Sublime Text.app/Contents/MacOS/Sublime Text...

The only lines containing GoSublime or margo is: reloading plugin GoSublime._after reloading plugin GoSublime._before reloading plugin GoSublime.GoSublime reloading plugin GoSublime.gs9o reloading plugin GoSublime.gscommands reloading plugin GoSublime.gscomplete reloading plugin GoSublime.gsdoc reloading...

Here is a fresh log just after restart: startup, version: 3184 osx x64 channel: dev executable: /Applications/Sublime Text.app/Contents/MacOS/Sublime Text working dir: / packages path: /Users/asj/Library/Application Support/Sublime Text 3/Packages state path:...

I’ve now waited since my last post and it is still not there. It is verbatim what I have in the actual log. Nothing gets truncated. I pasted it in...

I added this: $ git diff diff --git a/gosubl/sh.py b/gosubl/sh.py index bcf423d..21718c8 100644 --- a/gosubl/sh.py +++ b/gosubl/sh.py @@ -9,6 +9,7 @@ import string import sublime import subprocess import time +import...

Yes, that works fine with the same GOROOT and GOPATH. On Tue, Dec 18, 2018 at 4:27 PM DisposaBoy wrote: > It looks like the command never returns. Does running...

Yeah, I think we're closing in on it. This command yields the spinning pizza of death. I think I can deduct my way out of it from here. Thank you...

That would be extremely useful! I'd really appreciate this too. I keep my hledger journals per year, so as have already been mentioned, completion only becomes useful quite a bit...

`hledger-iadd` unfortunately doesn't work this way. But that exact behaviour would be so helpful. Maybe this could be my first "learning Haskell" oportunity.