Adarsh Das
Adarsh Das
**Problem** The web app fails when the project is at `.github.io`. This issue stems from this [workflow](https://github.com/emilk/eframe_template/blob/master/.github/workflows/pages.yml#L38). The current version will host the website on `.github.io/.github.io`, which is not ideal....
**Describe the bug** On opening a new file few letters of some words are not rendered, until manually selected. **To Reproduce** Steps to reproduce the behavior: 1. ~~Install [NvChad](https://github.com/NvChad/NvChad) (Unsure...
**Describe the bug** When utilizing the CLI tool, an anomaly occurs where, upon plotting the Accuracy and Loss data in a line plot, the plot contains extraneous lines connecting them...
The Issue --- During the loading of individual notifications, momentarily, a default screen with `Lorem Ipsum` is shown, which may be a placeholder text. An alternative such as `loading...` or...
Fixes: rust-lang/rust#149483 This PR introduces a flag that hides all deprecated items when generating docs. For example, given the following code: ```rust #![allow(unused)] pub struct Visible; #[deprecated(since = "1.2.3", note...
Adds an implementation for the HAS-160 hashing algorithm. Relevant Issue with discussion on this: #1 References: 1. [Random bit blog post](https://www.randombit.net/has160.html) 2. [Original Spec sheet](https://web.archive.org/web/20230603174348/https://www.tta.or.kr/include/Download.jsp?filename=stnfile/TTA-0072.pdf) PS This proposal for this...
## Description This PR adds the Priority and Nice columns to the process table. Both columns for linux and macos, and only priority for windows  ## Issue Closes: #1813...