Dabo

Results 195 comments of Dabo

I don't have an immediate solution here, but perhaps I can provide some help. The implementation - where we write to `dyn Write + Send` is here: https://github.com/daboross/fern/blob/fdff7e865c62a6c8205aa2131bea3c99b3deb2a6/src/log_impl.rs#L576-L617 (`self.stream` is...

Have you imported `throw::Result` by any chance? I _think_ this error is from you using `throw::Result>>`. If that's the case, then I'd recommend either removing the `throw::Result` import, or using...

A UI for logging into a private server was added in https://github.com/daboross/screeps-rs/commit/b9f698d4ef8e08af07d47796cac7cc458d4bed1f. Not counting this as closed since websocket connections still don't work on private servers, and there is no...

One of two possibilities: you're using an older python we don't support (python2.7) or a newer one we don't support (python3.7, 3.8). Could you try and find your python version...

Thank you for the response! I think a "yanked" badge would definitely be better than what we have now, and could work well alongside a 'Show deprecated crates' checkbox, if...

This does seem like a good idea. Sorry I missed the issue earlier! If you want to reopen this, I'd be in support of that.

These seem like good things to have. Do you think it would be better to provide these as small, separate examples, or something more integrated? I can imagine a few...

Cool- I don't have much of a preference either. For gitbook, my understanding is that it can really just be plain .md files in a `book/` directory, and they will...

What would you think of having the book associated with this git repository, so that changes could be submitted as pull requests? I've finally gotten some time to look at...

Alright - git book is published as part of the repository! I've added you as collaborator in GitBook as well.