tool
Here are 7,519 public repositories matching this topic...
Since fd 8.4, we show this error message:
▶ fd foo -X non-existent
[fd error]: Command not found: Command { inner: "non-existent" "./foo", remaining_argument_length: 2079626 }
which is confusing for the average user.
The reason for that is the usage of argmax::Command instead of std::process::Command. This should pro
It would be helpful to see the elapsed time on the initial time measurement.
Right now, I have a very long running benchmark subject sitting at "Initial time measurement" and "ETA 00:00:00"; I'd love to see the elapsed time ticking at least in this case, e.g. as " AT 00:10:23", indicating that hyperfine is 10 minutes 23 seconds into the initial run.
-
Updated
Aug 8, 2022 - PHP
I've been trying to get it to work with Next.js v11 and now v12 but have never had any success. Would you mind providing an example?
Thanks
#38 still left some use of 256-colors for gray; when using tmux on the Linux kernel console, this color gets quantitized to black, so addresses are unreadable
https://github.com/sharkdp/hexyl/blob/master/src/lib.rs#L15-L16=
Shell completions
-
Updated
May 6, 2022 - C
-
Updated
Jul 7, 2022 - Go
-
Updated
Jun 3, 2022 - TypeScript
We're lacking both integration and unit tests to make sure we won't run into regressions after new development/refactoring.
Modules that should be covered by unit tests:
- cli.rs
- license.rs
- [info_field.rs](https://github.com/o2sh/onefetch/blob/main/src/
-
Updated
Aug 9, 2022 - JavaScript
-
Updated
Aug 3, 2022 - Rust
Unless I missed something, the documentation doesn't explain how to query document metadata (searching "site:montferret.dev metadata" through Google returned nothing, neither did grepping the source code).
As an example, I tried to query the og:url metadata.
I tried variations of //meta[property='og:url']::attr(content), with or without the leading //, and with or without the `attr(conte
-
Updated
Jul 12, 2022 - Python
| Q | A |
|---|---|
| Bug report? | no |
| Feature request? | yes |
| Library version | 1.13.0 |
Related with nunomaduro/phpinsights#23 will be a great idea to allow set all commands parameters from config/insights.php when is used with php artisan insights.
Maybe something like:
'parameters' => '--format=json -d memo-
Updated
Jun 23, 2022 - C#
Grype update command
What would you like to be added:
A new command grype update
Why is this needed:
It would make the update process a lot easier. Grype already knows if you are running an outdated version.
Additional context:
Example output
$ grype <image_name>
New version of grype is available: 0.44.0 (currently running: 0.41.0)
You can update grype to the latest version running 'Just came across this nice program, only to realize that it is missing many named colors:
$ pastel color red3
[pastel error]: Could not parse color 'red3'
Please see https://en.wikipedia.org/wiki/X11_color_names and https://cgit.freedesktop.org/xorg/app/rgb/tree/rgb.txt .
The few clashing color names could be resolved by using a x11- prefix like in x11-gray.
-
Updated
Aug 5, 2022 - Rust
-
Updated
Jul 29, 2022 - Go
Improve this page
Add a description, image, and links to the tool topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tool topic, visit your repo's landing page and select "manage topics."


Would it be possible for bat to read from the
hidden_file_extensionsproperty of.sublime-syntaxfiles in addition to thefile_extensionproperty? For some projects, file types are have a different extension than usual, such as XML in C# and VB.NET projects (.csprojand.vbprojare written in XML syntax). These less common extensions seem to be already listed in some.sublime-syntaxf