indexer
Here are 126 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
May 17, 2021 - Rust
-
Updated
Apr 16, 2021 - Python
-
Updated
Jan 19, 2017 - Go
-
Updated
Mar 31, 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.
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
May 6, 2021 - Go
The query is no longer used.
-
Updated
May 11, 2021 - PHP
-
Updated
Nov 17, 2020 - Vue
-
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."
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!