Skip to content
#

c-plus-plus

cpp logo

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.

Here are 13,321 public repositories matching this topic...

laanwj
laanwj commented Jun 13, 2022

importaddress (and possibly other legacy-only wallet functions), when used on a descriptor wallet, return a fairly nondescript error:

$ ./bitcoin-cli -regtest importaddress test
error code: -4
error message:
This type of wallet does not support this command

The RPC help of importaddress doesn't mention nor further explain this incompatibility, nor what alternative to use inste

obs-studio
CrezyDud
CrezyDud commented May 12, 2022

Operating System Info

Other

Other OS

Arch Linux

OBS Studio Version

27.2.4

OBS Studio Version (Other)

No response

OBS Studio Log URL

crashes before startup

OBS Studio Crash Log URL

No response

Expected Behavior

it living

Current Behavior

it not living

Steps to Reproduce

...
start

Anything

Linux Good first issue
srs
winlinvip
winlinvip commented Apr 24, 2022

To publish rtmp://ip/live/livestream?k=v to SRS, the correct way to use OBS:

  • Server: rtmp://ip/live
  • StreamKey: livestream?k=v

However, sometimes the StreamKey has maken lots of people confused, they will literally use as bellow, easpecially for fresh man:

  • Server: rtmp://ip/live/livestream?k=v
  • StreamKey: Empty

And it's easy to understand.

Solution

So, SRS mi

Enhancement Feature good first issue
pkaske
pkaske commented Dec 29, 2020

I figured out a way to get the (x,y,z) data points for each frame from one hand previously. but im not sure how to do that for the new holistic model that they released. I am trying to get the all landmark data points for both hands as well as parts of the chest and face. does anyone know how to extract the holistic landmark data/print it to a text file? or at least give me some directions as to h

good first issue type:research solution:holistic stat:awaiting googler
xmha97
xmha97 commented Sep 5, 2019

Bug report

Describe the bug

Here is a clear and concise description of what the problem is:

Hello, There is a bug on Kodi (tested on Windows Store version)
Using Alt+Space I can move Kodi on full-screen mode

Expected Behavior

Here is a clear and concise description of what was expected to happen:

Actual Behavior

Possible Fix

To Reproduce

Steps to reproduce t

openage
heinezen
heinezen commented Jan 22, 2021

Required skills: Cython

Difficulty: Medium

Animation frames from AoE2 graphics files are packed into a texture atlas by the openage converter. We use bin packing to find the optimal arrangement (= smallest atlas dimensions) of the frames in the atlas. Bin packing becomes computationally intensive if a lot of frames are packed (look

improvement python assets good first issue
loic-joly-sonarsource
loic-joly-sonarsource commented Mar 15, 2022

Is your feature request related to a problem? Please describe

Very often, with working with conformance view, I work with different versions of the same compiler, all options are the same. Or I work with different C++ standards, with the same compiler and the same options (exception for this one). Or...

Right now, to add a new compiler in the conformance view, I have to start from an empty

ui good first issue request
Broxzier
Broxzier commented Jun 18, 2022

Operating System

Windows 10, 64 bit

OpenRCT2 build

OpenRCT2, v0.4.0-174-gc8df66f (c8df66f on develop) provided by GitHub

Describe the issue

The implementation of String::Format_VA (mostly called from the String::Format overload without the buffer argument) allocates space for the string, and it's up to the user to free this (Memory::Free). This is however rarely do

bug refactor good first issue

Created by Bjarne Stroustrup

Released October 1985

Website
isocpp.org
Wikipedia
Wikipedia