fast
Here are 1,292 public repositories matching this topic...
-
Updated
Oct 19, 2020 - Go
While there are wider issues with fast-redact
davidmarkclements/fast-redact#28, I believe it would be advantageous to the userbase of pino to document clearly and boldly that redact
paths are case-sensitive, perhaps on this document https://github.com/pinojs/pino/blob/master/docs/redaction.md.
-
Updated
Oct 2, 2020 - Java
-
Updated
Oct 19, 2020 - Java
判断任务是否在运行
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
May 22, 2019 - Python
-
Updated
Oct 2, 2020 - PHP
-
Updated
Jun 29, 2020 - JavaScript
-
Updated
Oct 18, 2020 - Go
-
Updated
Jan 1, 2020
-
Updated
Oct 19, 2020 - Java
-
Updated
Oct 14, 2020 - JavaScript
-
Updated
Oct 15, 2020 - Go
-
Updated
Oct 20, 2020 - D
-
Updated
Oct 19, 2020 - Crystal
-
Updated
Sep 18, 2020 - Go
-
Updated
Jul 17, 2020 - Python
-
Updated
Jul 6, 2020 - JavaScript
-
Updated
Sep 30, 2020 - C++
Describe the bug
When using Netlify CMS Dashboard the untitled
is changed as untited
in the config.yaml and hence the Uncategorized category is not invisible.
Reproduction steps
Steps to reproduce the behaviour:
- Go to Netlify CMS Dashboard
- Click on Settings>Configuration File
- Scroll down to CATEGORIES
- Make a new category or edit an existing one
- Enable the `SHO
-
Updated
Sep 15, 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
.bazelversion
file 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
.bazelversion
is not satisfied, or to query non-build-related hel