-
Updated
Aug 10, 2022 - C++
c-plus-plus
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 13,410 public repositories matching this topic...
Operating System Info
Windows 10
Other OS
No response
OBS Studio Version
27.2.0 Beta 4
OBS Studio Version (Other)
No response
OBS Studio Log URL
https://obsproject.com/logs/QMXmDkcbbTOBe2uO
OBS Studio Crash Log URL
No response
Expected Behavior
Remember the resized window.
Current Behavior
The preview window is too
-
Updated
Aug 8, 2022
We have currently simple GitHub page, but we need to think about it's update with some better design.
-
Updated
Jul 18, 2022 - C++
See #14569 for the initial discussion. For now, hiding an applet requires setting the size to 0. It would be nice if we had an explicit way to hide it instead.
-
Updated
Aug 10, 2022 - C++
Note: Please read FAQ before file an issue, see 2716
Note: 提问前,请先看FAQ, 即 2716
Description(描述)
Please description your issue here(描述你遇到了什么问题)
post 特定的sdp内容(由gstreamer 1.20 webrtcbin 生成)到 /rtc/v1/publish/ 接口,srs崩了
-
SRS Version(版本):
4.0.252 -
SRS log && coredump:
- S
-
Updated
Aug 10, 2022 - C++
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
When adjusting alpha on a pixel from the color picker it's quite easy to "whiff" the alpha bar and replace your current color with black because the SV box's area for some reason extends several pixels below the alpha bar's. Demonstration in the below image:
I'd recommend the alpha
-
Updated
Jul 4, 2022 - C++
-
Updated
Aug 7, 2022 - C++
-
Updated
Aug 10, 2022 - C++
-
Updated
Aug 3, 2022 - C++
Though we include Boost JSON as a dependency for benchmarking purposes, we do not include it as part of our benchmarks currently.
-
Updated
Aug 10, 2022 - C++
-
Updated
Jul 23, 2022 - C++
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
-
Updated
Feb 26, 2022 - Objective-C++
-
Updated
Aug 10, 2022 - Shell
Describe the bug
See example here
When the flag -flto is given to add link-time optimization, it seems that (at least for g++ and clang++; I have not tested others), the output of the assembly changes to something which is not legible.
Steps to reproduce
- Visit godbolt.org
- Create some C++ script
- Add a compiler window.
- When compilin
-
Updated
Aug 9, 2022 - C++
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
Update SDL2 TTF copy
Operating System
All
OpenRCT2 build
current develop
Describe the issue
OpenRCT2 comes with a copy of SDL2 TTF: https://github.com/OpenRCT2/OpenRCT2/blob/develop/src/openrct2/drawing/TTFSDLPort.cpp. Upstream recently received a new release. Our copy should be synced to upstream, taking into account any possible modifications done to our copy.

The
-datacarrierand-datacarriersizeoptions were added in #3715 and #5077. Seems like those PRs did not add tests and we still don't have tests for them...? It should be easier to test things like this now with functional tests. I see-datacarriersizeused in some places to create large transactions by stuffing outputs with lots of data but that's not very thorough. We should probably add