Trevor Miller

Results 54 comments of Trevor Miller

Here is what I ended up with, in case it is helpful: ## Run CI when pushing to branches for pull requeests ```yaml name: Pull request on: push: branches-ignore: -...

> "Hooks are generally an implementation detail of a component and not part of its public API" I believe this is true for app projects. But for [libraries where custom...

It would be helpful for "react-docgen to pickup the component returned by wrap" IMO

I have the same "Unable to read 'undefined' file" error when using wrapfile @mpoelstra.

I'm not sure how to handle this but I'm also running into the same issue: ![image](https://user-images.githubusercontent.com/5497885/43012369-56d87d2a-8c03-11e8-9ab3-16cb9c9fdd29.png)

This would be very useful. Might be a good fit for the Rust CLI book per https://github.com/rust-lang-nursery/cli-wg/issues/153

``` __ ___ ___ ____ ____ _ _ ____ __ __ __ /__\ / __) / __)(_ _)(_ _)( \( )( ___)( \/ ) /__\ /(__)\ \__ \( (__ _)(_...

``` ____ ____ ____ _ _ _ _ ____ _ _ ____ |__| [__ | | | |\ | |___ |\/| |__| | | ___] |___ | | | \|...

asciicast post-processing sounds like an awesome idea. Thanks for all the amazing work! I ❤️asciinema.

@sfackler I mean would it make sense to include it with the rustup setup? I didn't manually install the `fmt` or `clippy` subcommands. Apologies if I'm misunderstanding something. I'm new...