-
Updated
Dec 2, 2020 - Python
client
Here are 4,671 public repositories matching this topic...
-
Updated
Dec 8, 2020 - C
-
Updated
Dec 7, 2020 - TypeScript
-
Updated
Dec 7, 2020 - Python
-
Updated
Nov 1, 2020 - Rust
-
Updated
Dec 5, 2020 - Python
-
Updated
Dec 7, 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 6, 2020 - Python
-
Updated
Dec 7, 2020 - C#
-
Updated
Nov 1, 2020 - PHP
-
Updated
Nov 19, 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
Nov 8, 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", }