fast
Here are 1,234 public repositories matching this topic...
I like the language about legacy versions and how they are are supported in https://github.com/googleapis/google-cloud-node#supported-nodejs-versions . I think we could adopt some form of it.
-
Updated
Jun 8, 2020 - Java
-
Updated
Aug 17, 2020 - Java
-
Updated
May 22, 2019 - Python
判断任务是否在运行
OkDownload Version
1.0.5
Problem Describe
判断任务是否在运行的代码:
public synchronized boolean isRunning(DownloadTask task) {
Util.d(TAG, "isRunning: " + task.getId());
for (DownloadCall call : runningSyncCalls) {
if (call.isCanceled()) continue;
if (call.equalsTask(task)) {
return true;
}
}
-
Updated
Aug 17, 2020 - PHP
-
Updated
Jun 29, 2020 - JavaScript
-
Updated
Jan 1, 2020
-
Updated
Aug 17, 2020 - Java
-
Updated
Aug 18, 2020 - Go
-
Updated
Aug 13, 2020 - JavaScript
-
Updated
Jul 10, 2020 - Go
-
Updated
Aug 15, 2020 - Crystal
-
Updated
Aug 5, 2020 - Go
-
Updated
Jul 17, 2020 - Python
-
Updated
Aug 16, 2020 - C++
-
Updated
Jul 6, 2020 - JavaScript
A monitor bot
Is your feature request related to a problem? Please describe.
cState is only a frontend, a backend monitor bot should be provided.
Describe the solution you'd like
I've wrote a very simple bot myself at https://github.com/thuhole/status-probe, with these features:
- Monitor websites and automatically publish incidents using GitHub API.
- In case of GitHub API downtime, the bot wo
-
Updated
Aug 5, 2020 - Go
Improve this page
Add a description, image, and links to the fast topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fast topic, visit your repo's landing page and select "manage topics."


Description of the problem / feature request:
The presence of a
.bazelversionfile that defines any non-matching version at the root of a directory structure prevents bazel from intepreting any commands in any subdirectory, includingbazel version,help,info.However, these are the commands needed to debug why
.bazelversionis not satisfied, or to query non-build-related hel