John Asmuth
John Asmuth
Oops, you're right, I switched those! Feel free to make a pull request for LogDet() On Mon, Jan 21, 2013 at 12:31 AM, kshedden [email protected] wrote: > I believe that...
Definitely a bug. My intention is reflected in the behavior of the code, and the unused-yet-allocated memory needs to go. I'll take care of it when I get a chance.
FWIW adding this symlink does not prevent people from mounting directly onto the real path, just adds a new option.
For the image package I think that makes sense because the rects only represent things where it doesn't make sense to have reversed coordinates. I'm not certain that geom should...
I'm not a fan of this method of displaying. Consider having a gopp.ParseError type that encapsulates all this information - what rule, which token, maybe even some possible parse trees....
I think the real answer here is to migrate to https://github.com/fsnotify/fsnotify, but I'm not sure when I'll find time to do that. Thanks for the report, hopefully someone sees this...
Thanks for the suggestion, seems like a good feature to have. I'll see if I can get something going soon.
This turned out to be a bit tricky, since currently wgo doesn't really differentiate between code in W/vendor/src/ and W/src/, it just happens that one of those is listed first,...
Thanks for the ping. I took another look today. The issue remaining for me is how to handle internal vendor dirs... Now that the location of the source you import...
Ok, added the feature. Let me know what you think, and if everything looks good I'll close this issue.