indexer
Here are 158 public repositories matching this topic...
-
Updated
Dec 15, 2021 - PowerShell
-
Updated
Aug 28, 2021 - Python
-
Updated
Sep 8, 2021 - PHP
-
Updated
Apr 5, 2021 - Python
-
Updated
Oct 16, 2021 - Python
-
Updated
Apr 7, 2018 - JavaScript
-
Updated
Sep 17, 2021 - Rust
-
Updated
Jan 19, 2017 - Go
-
Updated
Dec 13, 2021 - Python
-
Updated
Jun 25, 2021 - JavaScript
Don't keep spamming error messages, just cancel the task after a single error. e.g. when a non-matching result is returned and the message is paginated, then the bot proceeds to send 6 errors as it cant add the 6 reactions.
-
Updated
Jul 21, 2021 - Go
The query is no longer used.
-
Updated
Dec 15, 2021 - C
The library has a bunch of pretty bad things:
- It chokes on markdown tables
- It replaces things it shouldn't.
For the 2nd one, see e.g.: https://github.com/stiang/remove-markdown/blob/master/index.js#L33
An example:
'foo < bar baz >'.replace(/<[^>]*>/g, '')
"foo "
Ideally, the library should use a markdown parser, but remove-markdown is pretty far from it, so I'd sugge
-
Updated
Dec 22, 2021 - Python
-
Updated
Dec 30, 2021 - Rust
-
Updated
May 6, 2021 - PHP
Improve this page
Add a description, image, and links to the indexer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the indexer topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
It would be nice to automatically track the resulting binary size and build time.
Describe the solution you'd like
https://github.com/RazrFalcon/cargo-bloat :)