-
Updated
Oct 1, 2021 - Python
client
Here are 5,370 public repositories matching this topic...
-
Updated
Oct 1, 2021 - C
-
Updated
Oct 1, 2021 - TypeScript
-
Updated
Jan 28, 2021 - Python
-
Updated
Nov 1, 2020 - Rust
-
Updated
Sep 26, 2021 - Python
Context
Some devices only have mono-output at which point our positional audio feature can't work as it will require at least two channels to simulate any spatial effects.
Describe the feature you have in mind
A warning for anyone that has positional audio enabled but is using a mono device
Describe alternatives you've considered
None
Additional context
See e.g. #5220
-
Updated
Sep 26, 2021 - CoffeeScript
-
Updated
Oct 1, 2021 - Python
-
Updated
Dec 23, 2020 - Python
-
Updated
Oct 1, 2021 - C#
-
Updated
Jun 1, 2021 - Python
-
Updated
Sep 24, 2021 - PHP
-
Updated
Oct 1, 2021 - Ruby
How to access original request and headers at a mock interceptor ?
like nock:
const scope = nock('http://www.google.com')
.get('/cat-poems')
.reply(function (uri, requestBody) {
console.log('path:', this.req.path)
console.log('headers:', this.req.headers)
// ...
})-
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
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", }