tool
Here are 6,537 public repositories matching this topic...
(As discussed in #885,) the current benchmark suite has a few shortcomings.
The most obvious one is that there is no standardized dataset. Past ideas involved using large Git repositories (Linux, Chromium, Rust compiler), but these repositories change over time. We can not simply check out a certain state because the .git
folder will still grow. It'
$ RUST_BACKTRACE=1 hyperfine -h | false
thread 'main' panicked at 'Error writing Error to stdout: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }', /Users/brew/Library/Caches/Homebrew/cargo_cache/registry/src/github.com-1ecc6299db9ec823/clap-2.33.3/src/errors.rs:401:55
stack backtrace:
0: _rust_begin_unwind
1: core::panicking::panic_fmt
2: core::result::unwrap_f
-
Updated
Nov 29, 2021 - PHP
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]
I think it would be interesting to try and maintain some level of compatibility with xxd
. I recently came across this when following a blog post, trying to use hexyl
instead of xxd
.
- The most obvious thing would be to introduce (yet another) alias for
--length
/--bytes
, i.e.-l
in addition to-n
and-c
-
Updated
Nov 23, 2021 - C
-
Updated
Oct 21, 2021 - Go
-
Updated
Oct 30, 2021 - TypeScript
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
Sep 15, 2021 - Rust
-
Updated
Nov 28, 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#
Colorpicker options
I see that there are no colorpicker options for Windows as of now.
There are 2 popular choices (third party):
- Just Color Picker - both Windows and macOS
- Free Color Picker (open source) - Windows
Both these can be invoked from the commandline (jcpicker
and freecolorpicker
re
Language support
Listed here are "all" the languages that could be supported by onefetch - the checked lines are the ones already supported. Beside giving us a better idea of our coverage, this list can serve as a basis for anyone looking to find a language to add support for.
- ABNF
- ABAP
- ActionScript
- Ada
- Agda
- Alex
- Alloy
- Assembly
- AutoHotKey
- A
-
Updated
Jul 27, 2021 - Rust
-
Updated
Nov 11, 2021 - Go
-
Updated
Nov 12, 2021 - Python
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."
Describe the bug you encountered:
If you use bat on C# source files (.cs, .xaml and others), a space appears in the first line. This is due to byte order mark (BOM)
Maybe reproduced for others files on Windows systems
https://en.wikipedia.org/wiki/Byte_order_mark#Byte_order_marks_by_encoding
Sample file with BOM:
[Program.cs.txt](https://github.com/sharkdp/bat/files/7420061/Program