John L. Carveth
John L. Carveth
Adding this CSS with my browser devtools seems to fix the width issue: ```css .highlight { max-width: 75vw; } ```
This is something that should be added to the ReadMe file.
> make sure you have ripgrep installed. you can install it from [ripgrep](https://github.com/BurntSushi/ripgrep) Did you not read the `checkhealth`? They have ripgrep installed.
This also happens on WSL2 Debian 12 installation. ```bash ➜ ~ git:(master) ✗ uname -a Linux JLCEast 5.15.167.4-microsoft-standard-WSL2 #1 SMP Tue Nov 5 00:21:55 UTC 2024 x86_64 GNU/Linux ➜ ~...
Any update on this issue? This would greatly improve my day-to-day experience with Deno
Why doesn't this feature work without phoning home to Postman servers?
> Hey @JLCarveth we'll try to give you initial review this week. Is there anything that is blocking you at the moment? Should I look into setting a default value...
The Git integration was based on the `npm` behaviour: https://docs.npmjs.com/cli/v8/commands/npm-version#git-tag-version If the team would prefer a simpler integration it could be removed
After thinking on it further, I agree that the git integration is not necessary. Adds more maintenance burden when a simple bash function can handle the git stuff. I'll remove...