-
Updated
Feb 22, 2022 - Go
fast
Here are 1,683 public repositories matching this topic...
How do you add custom stream to existing logger, like the older Probot's Bunyan logger app.log.target.addStream(myStream)?
Would like to upgrade to Probot v11+, which uses pino instead of bunyan. So need pino equivalent of addStream.
Reference: probot/issues/776
-
Updated
Nov 23, 2021 - 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
Feb 16, 2022 - Java
-
Updated
Feb 21, 2022 - PHP
-
Updated
Dec 23, 2020 - Python
-
Updated
Feb 20, 2022 - Python
-
Updated
Dec 17, 2021 - JavaScript
-
Updated
Dec 10, 2021 - JavaScript
-
Updated
Feb 20, 2022 - Java
-
Updated
Jan 31, 2022 - C++
-
Updated
Nov 24, 2020
-
Updated
Dec 23, 2021 - Go
-
Updated
Feb 22, 2022 - HTML
-
Updated
Feb 22, 2022 - D
-
Updated
Dec 14, 2021 - Crystal
-
Updated
Sep 15, 2021 - Go
-
Updated
Feb 20, 2022 - C#
-
Updated
Nov 12, 2021 - JavaScript
-
Updated
Feb 14, 2022 - C++
-
Updated
Feb 22, 2022 - Objective-C++
When I first set out to study abroad, I knew it would be a life changing experience for me. Along the way I made new friends, tried new foods, and, most importantly: learned new languages.
As a result, I've decided to move on from my English-speaking past. I've successfully converted all of my personal stack to non-English except for one: this application.
My use case is: I use this script t
Rewrite in rust(🚀)?
-
Updated
Feb 12, 2022 - HTML
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:
Bazel crashes due to an internal error when using a bzlmod registry that doesn't correctly specify a
bazel_registry.jsonfile. The stack-trace printed by Bazel when it crashes is included in the last section below.Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
To demonstra