Mateen Ulhaq
Mateen Ulhaq
Newlines
Instead of outputting newlines like: ``` a: {⏎ "apple": "noun",⏎ "of": "preposition",⏎ "my": "adjective",⏎ "eye": "noun",⏎}⏎ ``` it might be nice to see something like: ``` a: { "apple": "noun",...
It would be nice to have a command ```cadence --help``` to enumerate options such as `--minimized`. On a related note, another important command, `cadence-session-start --system-start`, is not discoverable either. (A...
This issue tracks known unstyled elements. - Docs: ruler - Docs: equation toolbar - Drive: borders - Drive: hover highlights - Drive: toolbar logo - Drive: toolbar user picture
From https://forum.userstyles.org/discussion/65646/negative-filter#latest >  > > Pictures have a negative filter for some reason in google drive
$HOME/go
Installing/updating via the AUR package seems to create the directory `$HOME/go`. Isn't there any way to avoid creating a new directory in `$HOME`?
An option for installing a package in a [clean chroot](https://www.reddit.com/r/archlinux/comments/av7r6q/clean_chroot_for_building_aur_packages/) would be nice. ```bash yay -S --clean-chroot cabal-static ``` To make it fast, perhaps something like [`clean-chroot-manager`](https://github.com/graysky2/clean-chroot-manager) can be used...
`sd` can be useful in situations for typical search and replace. It would be nice to have an `--interactive` flag so that we can "yes" or "no" or "default" (==...
Wouldn't it be better to have the style guide on the Github project page? In other words, rename `haskell-style.md` to `README.md`.
## Reproducible environment Copy and paste this into your terminal: ```bash mkdir -p ~/.local/share/nvim/site/pack/bundle cd ~/.local/share/nvim/site/pack/bundle git clone https://github.com/neovim/nvim-lspconfig git clone https://github.com/hrsh7th/nvim-cmp git clone https://github.com/hrsh7th/cmp-nvim-lsp git clone https://github.com/hrsh7th/cmp-buffer echo '...
## 🐛 Bug `Repo.query_metrics` for an aim server repo raises: ```python AttributeError: 'NoneType' object has no attribute 'caches' ``` ### To reproduce ```python import aim # Choose one: repo_path =...