Steve Klabnik
Steve Klabnik
this is related to https://github.com/azerupi/mdBook/issues/5
I don't know of anyone working on additional logins. Given that you already have a github account, what specifically is the issue? I can think of a few, I'm interested...
> except for the fact that crates.io developers seem to really have taken a liking in using GitHub for everything and one thing more The only things dealing with github...
Well, there's also the hosting of all of the crates' source code, permissions around who and what is exactly allowed to publish, validating that Cargo.toml is filled out correctly...... I'm...
:+1: I spend a lot of time trying to ensure that issues all have labels. There are several of these that could be semi-audited.
> @steveklabnik any thoughts? I personally am only interested in CommonMark Markdown; I don't think that mdBook should never have support, but am not likely to be involved with shipping...
The short answer is, thread safety. Mutable globals can be mutated by multiple threads, and so are prone to data races. (I'll leave this ticket open to track making this...
Yes, adding some text about this would be great! I'd happily take a PR for this.
Still seeing this as of today, installing an earlier version made it work just fine.
@samuelfalci what is the contents of your Gemfile?