-
Updated
May 8, 2021 - Python
client
Here are 5,032 public repositories matching this topic...
-
Updated
May 9, 2021 - C
-
Updated
May 9, 2021 - TypeScript
-
Updated
Jan 28, 2021 - Python
-
Updated
Nov 1, 2020 - Rust
-
Updated
May 8, 2021 - Python
Describe the bug
According to https://github.com/mumble-voip/mumble/blob/d6f9e97ad64828066d5134c9d87e2673847eed79/src/mumble/ServerHandler.cpp#L557
the third true parameter essentially disable the TCP mode check here: https://github.com/mumble-voip/mumble/blob/d6f9e97ad64828066d5134c9d87e2673847eed79/src/mumble/ServerHandler.cpp#L277
Which in this case, client keeps sending UDP ping r
-
Updated
May 5, 2021 - CoffeeScript
-
Updated
Dec 23, 2020 - Python
-
Updated
May 3, 2021 - Python
-
Updated
May 6, 2021 - C#
-
Updated
Apr 6, 2021 - Python
-
Updated
May 2, 2021 - PHP
-
Updated
Apr 26, 2021 - Ruby
-
Updated
Jan 10, 2020 - Java
Hey Crew,
Nice job on gocql, I'm a fan...
For my production services, I could use notification events (via callback or channel) when the gocql client disconnects and reconnects to/from Cassandra. This is useful for higher-level application logic (ie: invoke alarms, stop reading from a durable message queue, etc).
After looking through the code, it looks like the connection information is not p
Hi, First and foremost, I think this is a great start at making something really simple and effective. Thank you!!
However... I have always found template strings a little odd especially in this context.
Let us say we have
const query = `SELECT ${distinct}, ${columns} FROM ${table} ${innerJoins} WHERE ${where}`;
(Where distinct, columns, table etc are their own strings made up of other
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", }