tool
Here are 5,828 public repositories matching this topic...
It's always a good idea to work on documentation. I think it would also be good to restructure the README:
- Add a quick link section at the top of the readme (see https://github.com/sharkdp/bat)
- Extend the tutorial (rename "How to use"?)
- Move the "Parallel command execution" section inside the "How to use" section). See also: #605
- Move "Installation" section below the
-
Updated
May 4, 2021 - PHP
Can we make the --command-name take the same arguments from --parameter-list as the actual command
I would like to parameterize the command name based on the parameters from the parameter list
Currently the --command-name
only seem to take into account the first one in the list it would be nice if we could parametrerize the --command-name
with the <VAR>
as we do in the actual command
Here is a concrete example I'm running
hyperfine "brun -c opt -- //simwork/examples:Hepatitis
Output improvements
I currently have a very big hook, with dozens of useStates, lots of them have empty arrays which trigger unncesary re-renders. But I don't know which is the one doing it each time wdyr logs it's output. I get:
Re-rendered because of hook changes:
[hook useState result]
...diff
When would be very useful for me is:
Re-rendered because of hook changes:
[hook useState result]
This is a bit weird, not sure if intentional:
~ $ hexyl --version
hexyl 0.8.0
~ $ hexyl --version > /dev/null
~ $ hexyl --version &> /dev/null
~ $
-
Updated
Apr 3, 2021 - C
-
Updated
Apr 29, 2021 - Go
Update e2e tests
It's been awhile since I updated e2e tests and there are some of them that are filing (most of them are related to examples).
Also, we need to add e2e tests that cover headers and cookies for both drivers.
-
Updated
Apr 16, 2021 - TypeScript
-
Updated
Apr 11, 2021 - JavaScript
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 30, 2020 - C#
-
Updated
Apr 18, 2021 - Rust
-
Updated
Apr 15, 2021 - Rust
It would be great to have a multiple translations of the README.md
in order to make it more accessible for non English-speaker to use the tool. These translations will be accessible directly from the English README.md
via hyperlinks.
Let's start with our Japanese friends
If you're a native Japanese-speaker and are willing to help: your contribution would be
-
Updated
May 3, 2021 - Go
when browsing, i should be able to perf-check right from the browser and results should be siphoned back to the extension.
Foundation v8.27.0 added support for parallel testing in the test
command. However, this is currently broken as per the notes in laravel-zero/foundation#52.
The issue
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."
It would be great to make use of the new syntect API to detect when a syntax definition has some context references (specifically push/set targets - missing includes are not such a problem and can be just treated as warnings) which couldn't be linked/resolved and fail the CI build. sharkdp/bat#915 (comment)