-
Updated
Aug 28, 2020 - JavaScript
instant
Here are 69 public repositories matching this topic...
-
Updated
Aug 25, 2020 - JavaScript
-
Updated
Jul 25, 2020 - Vim script
Mining RPC commands / code is excluded from release builds due to the fact that most antivirus software flags mining software and it doesn't make sense to mine on mainnet. However, some people will use these binaries on testnet / regtest and will be confused when mining rpcs don't work.
As such, if mining code isn't compiled in, then an error should be thrown when a user runs a mining rpc comm
-
Updated
Jul 8, 2019 - Vue
The old behavior without a compile_commands.json present in the working
dir was kept available. If this file is present, the new mechanism
will use the actual compiler flags as specified by the build system to
parse the actual file the user is working in and retrieve info about the
token under the user's cursor.
Prelude
Thank you for helping out DoGe!
By contributing to DoGe you agr
-
Updated
Oct 9, 2018 - JavaScript
-
Updated
Aug 20, 2020 - C++
-
Updated
Aug 27, 2020 - C++
-
Updated
Aug 26, 2020 - JavaScript
-
Updated
Jun 6, 2018 - JavaScript
-
Updated
Aug 20, 2018 - C++
-
Updated
Oct 21, 2019 - Dart
-
Updated
May 1, 2020 - HTML
-
Updated
May 8, 2018 - Python
-
Updated
Jul 14, 2020 - TypeScript
-
Updated
Apr 24, 2019 - C++
-
Updated
Mar 12, 2018 - Kotlin
-
Updated
Oct 3, 2018 - C++
-
Updated
Oct 24, 2017 - Python
-
Updated
Oct 13, 2019 - C++
-
Updated
Nov 30, 2019 - Go
Improve this page
Add a description, image, and links to the instant topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the instant topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
I want to show the number of total results (for pagination and for feedback to my users). The result field nbHits is updated by the search string but is not updated by the filters that are given. Because of that it is impossible to give a total count to the users and make a good pagination.
Describe the solution you'd like