bb010g

Results 88 comments of bb010g

bumpity bump

Note that this is fixed in the [`cleanup`](https://github.com/stedolan/mlsub/tree/cleanup) branch by cb0fcc34bace0f7a62446c7483f9000f4b4c47db.

@ehames Any update on the public site?

I would love this. I want to use Neovim's standard functionality, but also love how much ALE just works for any repository I walk into. ALE's auto-detection is especially useful...

See also https://github.com/TumblThreeApp/TumblThree/issues/51 .

What system locale are you using, and does it have UTF-8 enabled?

I'd think that you could allow user-defined colors for new categories (perhaps use something like [HUSL](http://www.husl-colors.org/) for more accurate automatic lightness?). Or have something that generates suitable colors based off...

@kbknapp > "But wait!" I can hear you say. "Auto help generation is like THE thing clap is used for, right?" Sure. It's _one_ of the things, but I'd argue...

There's Rustdoc, but I'm not sure if you want raw HTML to be put into other stuff or actual Rust documentation. Related to docs, I need to go through and...

If you want to locally host `rustdoc` output, [kmcallister/travis-doc-upload](https://github.com/kmcallister/travis-doc-upload) may be a handy reference. Otherwise, we could link docs.rs for stuff published to Crates.io, but that doesn't cover `master` if...