Harsh Kapadia

Results 56 issues of Harsh Kapadia

- Git is apparently going to migrate to SHA256 from SHA1. - [Why doesn't Git use more modern SHA? - Stackoverflow article](https://stackoverflow.com/questions/28159071/why-doesnt-git-use-more-modern-sha/) - Any idea about the future or when...

question

> This section will be placed after the `GitHub` section. - [ ] Myths of open source. ([Video ref](https://www.youtube.com/watch?v=Ms5NNSFcWcI)) - Security issues - Monetary issues - Difficult to contribute -...

enhancement

- [ ] [.gitkeep](https://stackoverflow.com/questions/7229885/what-are-the-differences-between-gitignore-and-gitkeep)

enhancement

- [ ] [A GitHub Learning Lab learning path - DevOps with GitHub Actions](https://lab.github.com/githubtraining/paths/devops-with-github-actions )

enhancement

### Description When Octotree has a scroll in a repository: - Once the top/bottom of the list is reached in Octotree after scrolling, the parent (GitHub page) starts scrolling and...

The `loading="lazy"` attribute for lazy loading images should be supported by Asciidoctor for HTML sites. ([MDN](https://developer.mozilla.org/en-US/docs/Web/Performance/Lazy_loading#images_and_iframes)) Eg: ``` image::file_name.ext[loading="lazy", ...] ``` Lazy loading images increases the performance of the site....

enhancement

Add a `:back-to-top-btn:` document attribute using the [Intersection Observer API](https://caniuse.com/?search=intersection%20observer). [Example](https://harshkapadia2.github.io/git_basics/#_git_internals) (bottom right): ![image](https://user-images.githubusercontent.com/50140864/146793791-06a85475-3c70-48de-bd37-7ac2657f4e2f.png)

While deploying my web app to Deta, the Action errors out with the following error: `Error: failed to deploy: Request entity too large`. Failed workflow run: https://github.com/OurTechCommunity/catchup/runs/5065242922 How can this...

Download all the images on GitHub's CDN and store them locally in the repo for future-proofing.