Daniel Wilkins

Results 11 comments of Daniel Wilkins

Well that was a pretty quick find. gcc can be picky about the order of ldflags. This diff fixes it: ``` diff --git a/makefile b/makefile index 3fbcfcf4..ea1cdac3 100644 --- a/makefile...

Sure thing! I realized after I commented that I missed the line below, so make sure you grab the version now (2 lines changed) :)

+1 to this. I just found dmenu-mac trying to find a way to launch `acme` from plan9ports without wasting a terminal on it and was disappointed to find that the...

Has there been any work on this? I was looking into it and saw that there are things like meghanada-reference and meghanada-search-everywhere but they don't seem to work for me....

The symlink solution seems to have been broken at some point, sadly. It worked for me before but on a new installation today I still can't reach servers.

GH isn't letting me edit at the moment, but there's another workaround available: if you do the symlink method and then manually launch from the terminal then it works.

This occurs for me as well. Every message is displayed as if it mentioned me.

(Moving my comment from IRC.) I suspect the sensible way to do this is to rename "preferred" to "override" or "force" or something similar and emit a warning onto stderr...

I fully understand if this is closed as wontfix since it's an obscure case which is only *technically* in-spec, but I'm hoping that the page existing will at least prevent...

This change adds the port number, but I was suggesting a specific exception for i lines. In their case the regex would be: `(.)([^\t]*)\t([^\t]*)?\t([^\t]*)?\t([0-9]+)?` Because the port number, selector, and...