Danny Guo

Results 17 comments of Danny Guo

Since this issue has been closed, maybe the repo should be archived or a message should be added to the README, indicating that this is an abandoned project.

The same thing seems to happen (I'm indirectly using Chroma through Hugo) with the shorthand syntax for Fragments: ```jsx function App() { return ( test ); } ``` I get...

I learned about `atomic-algolia` because I followed [this guide](https://forestry.io/blog/search-with-algolia-in-hugo/) for Hugo.

You can use [rule options](http://eslint.org/docs/developer-guide/working-with-rules#contextoptions) to make this configurable. I also agree that that's probably the best approach. [.eslintrc can be JSON or YAML](http://eslint.org/docs/user-guide/configuring#configuration-file-formats) (though that documentation also says it's...

Yeah, that all makes sense to me. I like the idea of toggling sections on and off. I can implement it, but getting the UX right will be a challenge....

Any particular reasons why you think it's important for everything to be on a single page? My concern is the possibility of overwhelming new users. I think we can get...

I agree with all your points about consistency. "Requirements" should be under "Installation", "Features" can go in the description, and "Development" should be in "Contributing". And yeah, I've never seen...

Yeah, a short description makes sense to me as a suggestion rather than an explicit requirement. And you should be able to edit the wiki now.

Yep, I agree with adding some diversity since READMEs are language and platform agnostic.

Hi @hydrocat! Thank you very much for your note. Just writing it is thanks enough, and I really appreciate that you took the time to do it. I'm glad you're...