Skip to content
#

client

Here are 5,988 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 Jul 30, 2022
  • C
Snowknight26
Snowknight26 commented Jul 29, 2022

Description

When someone pastes an image from the clipboard to Mumble, a Windows notification is shown if enabled, but the notification shows a Unicode Object Replacement Character instead (, U+FFFC).

Steps to reproduce

  1. Open Mumble
  2. Connect to a server
  3. Paste an image from the clipboard into the chatbox

Mumble version

1.4.230

Mumble component

Client

OS

Window

client windows bug good first issue
jonahsnider
jonahsnider commented Jul 28, 2022

Bug Description

Reproducible By

import * as undici from 'undici';

const mockAgent = new undici.MockAgent();
mockAgent.disableNetConnect();
undici.setGlobalDispatcher(mockAgent);

const mockPool = mockAgent.get('https://example.com');

mockPool
  .intercept({
    path: '/',
  })
  .reply((request) => {
bug good first issue Types

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