The Wayback Machine - https://web.archive.org/web/20210905101348/https://github.com/topics/client
Skip to content
#

client

Here are 5,325 public repositories matching this topic...

curl

A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET and TFTP. libcurl offers a myriad of powerful features
  • Updated Sep 5, 2021
  • C
Krzmbrzl
Krzmbrzl commented Aug 20, 2021

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

SimenB
SimenB commented Aug 25, 2021

This would solve...

Currently migrating from nock based tests to using undici's built-in mocks (thank you for including those!). Our tests currently assert that no mocks that were set up was not called. We do this via checking nock.isDone() and sometimes nock.activeMocks().length === 0. nock ships with a few of these they call "expectations", see https://github.com/nock/nock/blob/m

markuscraig
markuscraig commented Jul 20, 2016

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.

Curate this topic

Add this topic to your repo

To associate your repository with the client topic, visit your repo's landing page and select "manage topics."

Learn more