TLDR; To extract a multi-part zip file on a Mac: When downloading a large file from Google Drive, one may receive multiple ZIP files depending on the directory’s size. I had some old projects saved on Google Drive that I wanted to download. I downloaded them and received multiple ZIP files. When I extracted one…
TLDR; GitHub repository Introduction If you are like me and don’t really know how to design a UI and mostly rely on default UI views? Then you will love this library. I created this for a personal project and wanted to share with the world. On doing so I learned how to publish a package…
Test coverage reports provide valuable insights into the effectiveness of your tests by showing which parts of your code are covered by the tests. In this blog post, we will explore how to generate test coverage reports using JaCoCo, a popular code coverage tool, with Gradle. We will cover the steps required to set up…
Power-up your Gutenberg layouts with Otter