Jon Seidel

Results 42 issues of Jon Seidel

At the end of this section, you say "If you click a `Note` twice to confirm the edit, you should see an `Uncaught Invariant Violation` error..." Instead, when I click...

After you update Notes.jsx with the delete functionality, you say: > "I defined a dummy callback for it [onDelete]." I believe this is referring to the line: `export default ({notes,...

After the initial changes for Note/delete, you show a screenshot with the delete 'x' display. Good. However, that screenshot also includes the text 'value:' preceding each task; I don't see...

When I go to view the Table of Contents (.mobi version on iPad Kindle) all I see is: ``` Table of Contents Introduction ``` Is this expected and planned for...

"...pass the data through a prop to Notes." I believe this is the first time you've referred to 'props' in the context of React. It would be helpful to include...

Started the apollo-node tutorial (https://www.howtographql.com/graphql-js/1-getting-started/) and was immediately hit with a blocker while attempting to install apollo-server@^2 graphql@^14.6.0. Unfortunately, v2 is apparently no longer available, so the tutorial doesn't work....

I had the same issue as originally reported #166 by @nilsbecker . To get around that and to use my standard `tabstop=2 shiftwidth=2`, I changed both values to 2 using...

Changes to clarify what's to be done in the event that there are keyserver failures, mostly through additional notes/links to the Security page. I've had to look this up every...

![image](https://user-images.githubusercontent.com/486/110174275-bf2e4d00-7db4-11eb-8ac7-55ff961f7b71.png)

Syntax highlighting is broken on the itemId = `${isEmailList(contactListType) ? 'email' : 'fax'}-${uuid}` line below. ![image](https://user-images.githubusercontent.com/486/93834276-2190f800-fc30-11ea-8194-c6fe079b3ec4.png) mapIndexed is `const mapIndexed = R.addIndex(R.map);` which is a common Ramdajs idiom which works...