Patrick Donelan

Results 8 comments of Patrick Donelan

The irony is that Effective Go is formatted with a consistent line length, presumably for readability reasons. It's not just about punch cards - typographers have been thinking about this...

ApolloLink is flexible enough to allow you to switch between multiple AuthLink instances created by `aws-appsync-auth-link` (you can cache them using link context). You can create as many as you...

Try using the folder `name` instead of `path` in `disabledWorkspaceFolders`.

Any updates here? Disabling autoprefixing isn't ideal..

Thanks for mentioning that match path sorting was broken in earlier Gatsby releases. I'm using `redirect: false` and I had to upgrade Gatsby to get my setup working too. For...

I also found this part of chapter 4 confusing.

The need for line wrapping is apparent on p64 where the following code runs off the page: ``` Programmer.new(known_languages => ["Perl", "Python", "Pascal"], favorite_editor => "gvim", sala... ``` Patrick