-
Updated
Aug 22, 2020 - Python
client
Here are 4,430 public repositories matching this topic...
-
Updated
Aug 29, 2020 - C
-
Updated
Aug 29, 2020 - TypeScript
-
Updated
Apr 11, 2020 - Python
-
Updated
Aug 10, 2020 - Rust
-
Updated
Aug 29, 2020 - Python
-
Updated
Aug 25, 2020 - CoffeeScript
Context
Right now, you can toggle Push To Talk via the DoublePush Time setting under Transmission in the Audio Input section. However, by default, Push To Talk shouts in all Subchannels around your current Channel, which is sometimes not what you want. It would be nice to have the same functionality (toggle on/off) for the "Whisper" Shortcut.
Describe the feature you have in mind
To
-
Updated
Aug 17, 2020 - Python
-
Updated
Aug 27, 2020 - Python
-
Updated
Aug 27, 2020 - C#
-
Updated
Aug 24, 2020 - Ruby
-
Updated
May 23, 2020 - PHP
-
Updated
Aug 19, 2020 - Python
When releasing a new version it's always hard to deliver a proper changelog. Keep a changelog is a proposal on how we can deliver a consistent and complete changelog.
I propose we implement it in this repo. I would require the following steps:
- Refactor the changelog to the keep a changelog spec.
- Add up
-
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
Jul 16, 2020 - JavaScript
-
Updated
Oct 1, 2018 - Swift
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", }