Mateen Ulhaq

Results 69 issues of Mateen Ulhaq

For the network module, it would be nice to format the bandwidth speeds in a more compact, and also non width-varying manner. ``` Current Desired 420.1MB/s 420 M 420.1kB/s 420...

Minor inaccuracy: > We have to treat 1 separately, because 1 should be considered > a prime, > https://github.com/bobatkey/CS316-18/blob/master/lectures/Lec03.hs#L211 > A prime number (or a prime) is a natural number...

``` λ mathics ... pkg_resources.DistributionNotFound: The 'sympy=1.8' distribution was not found and is required by Mathics3 λ pip list | rg sympy sympy 1.11.1 ``` Suggestion: Relax dependency constraint to...

**Describe the bug** Memory usage nominally between 0.6 GB -- 1.4 GB. **Steps to reproduce** 1. Open a markdown document in nvim. This starts ltex-ls with 0.6 GB -- 0.9...

1-bug 🐛
2-unconfirmed

### Request Given: ```python import bjontegaard as bd rate_anchor = [0.1, 0.2, 0.4, 0.8] psnr_anchor = [30.0, 35.0, 40.0, 45.0] rate_test = [0.18] psnr_test = [36.0] kwargs = dict( method="akima",...

Request: Allow multiple special workspaces to be visible at once. Each special workspace's visibility can be individually toggled using separate keybinds. Perhaps a config flag: ``` general { specialworkspacemode =...

enhancement

### Description No root-level header causes incorrect API calls. ### Neovim version 0.9.5 ### Expected behavior No error. If there is no available context, do not try to display anything....

bug

Feature request: Automatically focus blame window. --- Manual alternative: ```vim execute "BlameToggle window" | sleep 200m | call feedkeys("\l") ```

**Bug:** If a `return` statement is the last child in a pre-order (or in-order) traversal, then the indent level resets to the level of the parent function. --- **Actual:** ```python...

**Is your feature request related to a problem? Please describe.** 1. Run `:Telescope live_grep`. Search for `really_long_and_complicated_regex`. 2. Run `:Telescope find_files`. 3. Run `:Telescope live_grep`. Long regex is gone. :(...

enhancement