Mateen Ulhaq
Mateen Ulhaq
Currently, we seek to a target entry's row and update the count / access time in-place. If many entries are accessed, this can "fragment" the database, making the [`sort`](https://doc.rust-lang.org/std/primitive.slice.html#method.sort) no...
Opening and closing Trouble.nvim's quickfix window causes bufresize.nvim to incorrectly change the `cmdheight` when the terminal pane is resized in tmux. See video:  https://asciinema.org/a/622159
Fixes #2832 ~~Like all great PRs, this one was completely untested.~~
## 🐛 Bug Attempting to migrate a repo from v3.17 to v4 gives: ```python-traceback λ aim migrate --repo /home/mulhaq/tmp/test_v3.x Failed to migrate Aim repo '/home/mulhaq/tmp/test_v3.x'. Reason: Cannot track value '[12.684123]'...
## 🚀 Feature Initialize distributions visualization with latest histogram. ### Motivation Latest one (i.e. final epoch) is usually the most interesting in most cases. ### Pitch Replace [src/aimcore/web/ui/src/pages/RunDetail/DistributionsVisualizer/temp/Wrapper.jsx](https://github.com/aimhubio/aim/blob/219f67d9cd6c2f79afccb7ac6682d836e73f07d1/src/aimcore/web/ui/src/pages/RunDetail/DistributionsVisualizer/temp/Wrapper.jsx#L137): ```python this.computeHistogram(0);...
**How would you improve Rich?** Implement a global per-user config that resides in `${XDG_CONFIG_HOME}/rich/config.toml` (e.g., `~/.config/rich/config.toml`) that can control settings like theming. **What problem does it solve for you?** 1....
**Describe the bug** vi-mode `add-zle-hook-widget` prevents other `line-init` hooks from running. This causes conflicts with other plugins such as the ones described in https://github.com/marlonrichert/zsh-autocomplete/issues/294. > 1. [On line 20 in...
UPDATE: I have rebased this PR on top of the latest commit. The revised changes are: - perf: Speed up reading of ASCII PLY files. - feat: improve robustness for...
Needs wheels for PyTorch 2.0.0 and CUDA 11.8. ``` λ pip install kaolin==0.13.0 -f https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-2.0.0_cu118.html Looking in links: https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-2.0.0_cu113.html ERROR: Could not find a version that satisfies the requirement kaolin==0.13.0...
```bash $ et hostname --jumphost=hostname_in_the_middle --ssh-option="ControlMaster=auto" --ssh-option="ControlPath=$HOME/.ssh/control:%h:%p:%r" ``` ```bash $ ls -l ~/.ssh/control* # Actual: # Empty # Expected: srw------- 1 mulhaq users 0 2023-10-03 23:51:32 control:hostname:22:mulhaq srw------- 1 mulhaq...