-
Updated
Dec 22, 2020 - Python
client
Here are 4,705 public repositories matching this topic...
-
Updated
Dec 22, 2020 - C
-
Updated
Dec 22, 2020 - TypeScript
-
Updated
Dec 22, 2020 - Python
-
Updated
Nov 1, 2020 - Rust
-
Updated
Dec 18, 2020 - Python
-
Updated
Dec 22, 2020 - CoffeeScript
Context
When in a large channel with light-to-no-moderation, sometimes users will start recording without asking if anyone doesn't want to be recorded. When this happens, I typically mute myself / let go of the push-to-talk button.
Describe the feature you have in mind
I would like an option somewhere in the settings to have Mumble auto-mute whenever someone in the channel begins reco
-
Updated
Nov 9, 2020 - Python
-
Updated
Dec 22, 2020 - Python
-
Updated
Dec 22, 2020 - C#
-
Updated
Dec 17, 2020 - PHP
-
Updated
Dec 20, 2020 - Ruby
-
Updated
Oct 27, 2020 - Python
-
Updated
Jan 10, 2020 - Java
Because in CliClient.resume() we don't account for the case, when there is an exception in one of the async processing stages:
void resume() {
...
try {
client.startAsync(state -> {
printer.ifPresent(p -> p.print(state));
if (!options.shouldSeedAfterDownloaded() && state.getPiecesRemaining() == 0) {
runtime.shutdown();
}
}, 1000); // <-- CompletableFuture.w-
Updated
Dec 21, 2020 - JavaScript
Improve this page
Add a description, image, and links to the client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the client topic, visit your repo's landing page and select "manage topics."
As suggested in the ESM guidelines of Node.js it would be good to explicit the type of the module.
{ + "type": "commonjs", }