indexer
Here are 129 public repositories matching this topic...
-
Updated
Apr 5, 2021 - Python
-
Updated
Apr 17, 2021 - Python
-
Updated
Jun 5, 2020 - PHP
-
Updated
Apr 7, 2018 - JavaScript
-
Updated
Apr 16, 2021 - Python
-
Updated
May 17, 2021 - Rust
-
Updated
Jan 19, 2017 - Go
-
Updated
Jun 8, 2021 - Python
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
Jun 15, 2021 - JavaScript
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
Jun 2, 2021 - Go
The query is no longer used.
-
Updated
Jun 10, 2021 - C
-
Updated
May 6, 2021 - PHP
-
Updated
Nov 17, 2020 - Vue
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."


Hi, I'm just investigating the implementation, and one thing that would really help is adding comments for each of the main structs. It shouldn't take too much time for someone that already knows what is what, and greatly speeds up navigating around.
Thanks!