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,200 public repositories matching this topic...

obs-studio
kleinesfilmroellchen
kleinesfilmroellchen commented Apr 13, 2022

This came up during the discussion on #13640, which specifically only adds single character/code point/code unit display for three common text encodings. A nice feature would be to decode and display the entire user selection as a string. Right now, the length of the user selection is not considered for value inspector data, just the starting position is used to read the next 8-bit number, 16-bit

enhancement 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 Oct 1, 2021

Required skills: Python

Difficulty: Easy

For the initial asset conversion, openage provides textual output to signal which stage of conversion has been reached. The output usually looks like this:

INFO [py] converting metadata
INFO [py] [0] palette
INFO [py] [1] empires.dat
INFO [py] Starting conversion...
INFO [py] Extracting Genie data...
INFO [py] Creating API-like ob
python assets good first issue
RubenRBS
RubenRBS commented Apr 14, 2022

compiler-explorer/compiler-explorer#3515 allowed the site to load even if the long url is not deserializable, but currently the site just silently fails and displays the default config.

It would be great if a notification could be shown to the user with a helpful message when this happens.
The steps needed to implement this feature are:

  1. In the catch added by the lin
good first issue request
duncanspumpkin
duncanspumpkin commented Apr 30, 2022

Operating System

Win10

OpenRCT2 build

5659d43

Describe the issue

Whilst reviewing #16934 I noticed this issue. When you change the map size using the map window the park size in the park window does not get invalidated and will show the incorrect size until the update event every 1000 ticks.

This is super easy to fix just add a park_calculate_size(); to `GameActions::Result C

bug good first issue

Created by Bjarne Stroustrup

Released October 1985

Website
isocpp.org
Wikipedia
Wikipedia