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

electron
IvanFarkas
IvanFarkas commented May 28, 2019

What's the ETA for updating the massively outdated documentation?

Please update all documents that are related building CNTK from source with latest CUDA dependencies that are indicated in CNTK.Common.props and CNTK.Cpp.props.
I tried to build from source, but it's a futile effort.

obs-studio
cg2121
cg2121 commented Jan 22, 2020

Expected Behavior

OBS should launch normally.

Current Behavior

OBS doesn't launch when using checkinstall for a second time.

Steps to Reproduce

  1. Install OBS via instructions on wiki (works first time)
  2. Install again with same instructions
  3. Launch OBS. It doesn't launch now.
  4. Error:
obs: error while loading shared libraries: libobs-frontend-api.so.0: cannot open s
zhang-ray
zhang-ray commented Mar 27, 2019
  • cocos2d-x version: 3.17.1
  • devices test on: Android 8.1.0
  • developing environments
    • NDK version: 19.2.5345600
    • development OS: Ubuntu 16.04 (64-bit)
    • Android Studio version: 3.3.1
  1. By this document: after built and run CppTests project on my phone, the program was flashback;

However, I can

jean-airoldie
jean-airoldie commented Jun 6, 2019

Here is some general documentation improvement suggestion regarding flatbuffers. This is what I remember struggling with (from the top of my head). Also some point might be a little bit opinionated.

Some of the points were taken from #5387.

  • Regarding the builder:
    • The fact that its kinda like an arena allocator used for serialization.
    • The concept of offsets, what do they repre
carmarri
carmarri commented Jan 28, 2020

Details for the issue

What did you do?

Select Table from the list, click "Modify Table" button, Add field "TestField", move field up or down.

What did you expect to see?

OK button enabled

What did you see instead?

OK button disabled: it remains enabled while modifying the table, but gets disabled when buttons "Move field up/down" are pressed just af

Gustav0ar
Gustav0ar commented Feb 4, 2020

Until yesterday (feb 2nd) I was able to build yuzu-mainline from source. I saw that vulkan was merged today, and now I'm unable to build.
I tried Qt 5.12 and Qt 5.14 and both gives the same errors:

yuzu-mainline/src/yuzu/configuration/configure_graphics.cpp:8:10: fatal error: QVulkanInstance: No such file or directory
 #include <QVulkanInstance>
          ^~~~~~~~~~~~~~~~~
compilation 
simonsan
simonsan commented Nov 2, 2019

Right now we give the following information (e.g.):

openage v0.4.0-69-g9412facd
opengl
MSVC 19.16.27032.1 [/DWIN32 /D_WINDOWS /W3 /GR /EHsc /MP]
Cython 0.29.14

For future debugging on the user side we could give more information:

  • OpenGL version number
  • nyan-lib version number
  • libc
  • sdl-version
  • Qt-version
  • maybe even opus-codec version

In addition:
jj quote:

JackDandy
JackDandy commented Jan 18, 2020

Please provide the following information

qBittorrent version and Operating System

v4.3.0alpha (maybe affects 4.2.1 too?) Windows 10 x64 qB "native" interface (not web).

What is the problem

Cannot filter on all columns.

What is the expected behavior

To be able to view a filtered list of any column, instead of blank = no results.

Steps to reproduce

  1. Enable col
vijayaditya
vijayaditya commented Jun 11, 2019

I have come across few tasks (e.g. egs/tedlium/) which do not provide a README. This makes it difficult for experimenters to start working on this task. It would be great if we start adding the necessary details in a README for the existing tasks and create an LVCSR task template directory for new tasks to aid reviewers/task-designers.
e.g.

egs/template/
|----->README.md (details of
matiTechno
matiTechno commented Dec 19, 2019

Frequent bug: while sorting by y-coordinate, the vertices are sorted, but the data coming with the vertices is not.
Gouraud shading, forgot to sort intensities

In my case I was calculating a barycentric coordinate of one vertex and assigning it to a different vertex by mistake.
The artifacts looked exactly the same as you presented, if it is the same problem then the description could be

aseprite
duncanspumpkin
duncanspumpkin commented Feb 12, 2020

When deleting tiles with the tile inspector it shouldn't be possible to delete all the tiles at one coordinate. There should always be at least one (it could also be argued there should always be a surface element as many functions assume that).

Phlosioneer
Phlosioneer commented Jan 27, 2020

The documentation says:

wangid: The Wang ID, which is a 32-bit unsigned integer stored in the format 0xCECECECE (where each C is a corner color and each E is an edge color, from right to left clockwise, starting with the top edge)

This is my test case:
testCase

The TSX output is:
`

Created by Bjarne Stroustrup

Released October 1985

Website
isocpp.org
Wikipedia
Wikipedia
You can’t perform that action at this time.