Jan Ph. H.

Results 467 comments of Jan Ph. H.
trafficstars

> > Is this [OS restricted](https://unix.stackexchange.com/questions/230346/how-to-check-ulimit-usage/288362#288362) ?? > > That might be one reason. But I would rather guess that we are simply limited by the sequential nature of the...

Questions: 1. Why not using `-v` as `verbose` output ? 2. Is this use case very frequent to justify a 1 letter command abbreviation?

I would suggest against that, since `fd` has no specification for the output (yet). For example #861 changed the output formatting, which broke my simple [dotfile skeleton](https://github.com/matu3ba/dotfiles_skeleton). I would wait...

I have an additive suggestion, which could leverage or make the suggestion obsolete: Add an according description to [tldr](https://github.com/tldr-pages/tldr). `rg`/`ripgrep` has a description `rg -uu pattern`, which is the second...

> Some thoughts on a couple of points brought up in this thread, though nothing terribly new. > > 1. Conflating _git_ ignore with general ignore > > > I'm...

> * grep ignores binaries by default as well > > * most repos don't contain 5GB binaries, nor nearly as many build artifacts as the LInux kernel > Not,...

> I get demotivated looking at issues about pickers that I've never used Why not make a label the issues by 1. `picker/previewer/sorter: problem/enhancement` and 2. a proper label for...

@mherna Did you only reinstall neovim or did you also clean any packer packages in `$HOME/.local/share/nvim/site/pack/start` `$HOME/.local/share/nvim/site/pack/opt` ?

@wbthomason I feel like "clean $HOME/.local/share/nvim/site/pack/start and $HOME/.local/share/nvim/site/pack/opt" belongs to the FAQ. The alternative is to have logging+instructions, if you want to investigate further.

"I just need to mention it. I am not sure that a heap is optimal here" Optimal is a preallocated heap with offsets and length to objects xor padded objects....