Nick Retallack
Nick Retallack
You mean input should be changed to ReactNode, right?
Gotcha. I wonder if the converter should even touch this line then? What's the ideal outcome? Perhaps the converter could explain the problem?
[I filed an issue on prettier for its role in this as well.](https://github.com/prettier/prettier/issues/7968)
The question though is why does recast bother changing the code? The AST is identical, isn't it?
There's no issues tab on your fork of the babel plugin. Should I file the issues here instead then?
`lib` is created when you run the command `pip install GoogleAppEngineCloudStorageClient -t demo/lib` which is step 3 in [the tutorial](https://cloud.google.com/appengine/docs/python/googlecloudstorageclient/app-engine-cloud-storage-sample).
I do have a github key. That doesn't make it work.
Hm. I guess this could be handled by returning a file-like object and handling the reads internally, which would put this outside webmachine's domain...
Oh, [I found an example](http://en.wikiversity.org/wiki/Web_Development_with_Webmachine_for_Erlang). It all seems fine until it gets to [implementing POST](http://en.wikiversity.org/wiki/Web_Development_with_Webmachine_for_Erlang#POST_.2Fpaper), at which point things get pretty hairy. He registers the same resource at a different...
I find this frustrating. I was interested in webmachine because it seemed like a way to build a web app by answering a simple series of questions in callbacks. However,...