Lauren Yim
Lauren Yim
[Homebrew's ripgrep formula](https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/ripgrep.rb#L30-L33) installs the man page from the build dir using [`man1.install`](https://docs.brew.sh/Formula-Cookbook#variables-for-directory-locations): ```rb # Completion scripts and manpage are generated in the crate's build # directory, which includes a...
Someone accidentally discards 5,000 untracked files in VSCode: https://github.com/microsoft/vscode/issues/32405 > HOW THE FUCK IS THIS SHIT POSSIBLE, WHO THE HELL IS THE DUMBFUCK WHO MADE THE OPTION TO PERMANENTLY DELETE...
The ‘No more free work from Marak - Pay Me or Fork This’ issue on the faker.js repo: https://web.archive.org/web/20210704022108/https://github.com/Marak/faker.js/issues/1046
UTF8 now works with up to 3 byte sequences only: > This is the reason why MySQL has `utf8mb4` https://github.com/mysql/mysql-server/commit/43a506c0ced0e6ea101d3ab8b4b423ce3fa327d0
> Forbid pineapple on pizza https://github.com/rust-lang/rust/pull/70645
I just updated to macOS Big Sur 11.2 and the Dozer icons are not showing when the menu bar items are hidden. Opening the Dozer application shows the extra menu...
@fuzzy76 Yes, that setting is disabled. I have also tried turning that on and off. Sorry for cluttering this issue — I'll create a separate one for my problem.
@lipp I also have the same problem.
> customizable rendering of both tab-based and space-based indentation This is exactly what tabs are for though. Spaces are supposed to represent exactly one column — this is one of...
@mwcampbell > One of the codebases I work with goes back 20 years. Legacy codebases can live very long. Just because there are some legacy codebases out there that will...