A pain point of the IndieWeb is that it's sometimes not as convenient to share content as it is on the common social media platforms.13-08-2019
Before we come to how to style underlines, we should answer the question: should we underline?In graphic design, underlines are generally seen as unsophisticated. There are nicer ways to draw emphasis, to establish hierarchy, and to demarcate titles.09-09-2019
Sometimes you need to work on application code and a dependency at the same time. You might be the author of a dependency and don’t have good test coverage yet. The application can serve as an end-to-end test for the dependency. Maybe you need to debug an issue in your application and the problem seems to be in the dependency sources.24-09-2019
If there're dependencies installed by npm link or yarn link, ESLint (and sometimes Babel as well) may not work properly for those symlinked dependencies. It is because webpack resolves symlinks to their real locations by default, thus breaks ESLint / Babel config lookup.09-01-2020
Issues with NPM Linking15-04-2020