Ben Krieger
Ben Krieger
By default, all calls in mangos that use log.{Info,Infof,Debug,Debugf} would be noops. By importing a logger such as with `import _ "github.com/go-mangos/mangos/log"` a stderr logger would be registered, but all...
Threading was just added, so this is one step closer to possible. Plus there's a well-defined hook-in spot (callback) for implementation.
Thanks for reporting this. Python2 makes unicode handling very bug-prone. Looks like it should be easy to reproduce on ST2 on Windows. I should have a fix up soon.
Of course. :) It looks like multiple bugs have been uncovered by using non-ascii characters in directory names, so it even affects ST3, which surprised me. This might take a...
Glad you're okay with the workaround. Yeah, I will update the README for now, but I still think this is a bug worth squashing. I'll leave this issue open until...
Pushed a release that logs possible framework directories as it goes.