daboross

Results 163 comments of daboross

With the injecting colors, wouldn't that be fixed if you ran the format string through colors.parse _before_ filling in with user-provided values?

This is my bad, I didn't think to check the links at all. Would adding some zero-width spaces in them to stop IRC clients from processing them as links be...

OK. I know the author of this plugin, and I'm sure it was not intended maliciously, only as a misunderstanding that these links would be clickable. I'll definitely remove the...

(a misunderstanding, or just not at all considering the destination of these links). Removed as of https://github.com/CloudBotIRC/CloudBot/commit/9f5130a8bff543fc8c009757749e5dd3131bb2c5.

This is working correctly for me on linux, there are a few things you may want to try: First, are there any obvious errors in the sublime text console? It...

```js { // The full path to the racer binary. If racer is already // in your system path, then this default will be fine. "racer": "racer", // A list...

Sorry I didn't reply to this - I completely thought that I'd put another message here... @luisfernrg For me, RustAutoComplete does work like that. Right now I have `rustc 1.23.0-nightly`,...

hm, that's strange - I mean, I'm tried this on both Gentoo and Ubuntu 17.10, and it's worked fine for me. You're both using RustAutoComplete v0.9.0 installed via Package Control,...

Well, hm. I can't think of anything else that could be the problem. If `rustup` sources and `racer` are both working fully correctly, and we all have the same versions...

I'm willing to try and submit a PR to make instillation as a python package possible, if that would indeed be good for the project.