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

electron
MarcoFalke
MarcoFalke commented Dec 17, 2019

The newly added valgrind ci run is also run on travis. However, due to the slowdown of valgrind, some tests time out. Fixing this issue might take some time, but it should be rather easy. First, remove this line:

https://github.com/bitcoin/bitcoin/blob/890eac8f8286496bbae664792cd2a1e56991c669/ci/test/00_setup_env_native_valgrind.sh#L12

Then, see which tests time out and bump their timeouts.

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
derrod
derrod commented Nov 24, 2019

If "Disable hotkeys when main window is in focus" is selected in advanced settings UI elements such as docks can no longer be reiszed.

Expected Behavior

Docks/UI elements can still be resized as mouse click+drag is not a hotkey

Current Behavior

Docks/UI elements cannot be resized.

Steps to Reproduce

  1. Set "Hotkey Focus Behaviour" to "Disable hotkeys when main window is in foc
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
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:

Micla-SHL
Micla-SHL commented Dec 16, 2019

IF YOU ARE REPORTING A BUG OR PROBLEM WITH DLIB THEN FILL OUT THE ENTIRE TEMPLATE BELOW. ISSUES ASKING QUESTIONS ABOUT WHY SOMETHING DOESN'T WORK THAT FAIL TO FILL OUT THE ENTIRE TEMPLATE WILL BE CLOSED.

It is OK to suggest interesting improvements to dlib, even if you are not volunteering to implement them. **However, the issue tracker is not a code writing service, do not ask for someone to

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
4
xing2387
xing2387 commented Sep 26, 2019

Please provide the following information

qBittorrent version and Operating System

v4.0.3 Ubuntu18.04

If on linux, libtorrent-rasterbar and Qt version

not important for this issue

What is the problem

As the 'Screenshot' shows, the column name should not be "Country" because Taiwan and Macao is Not a country, Taiwan province is a part of China.
[Screenshot](https:/

duncanspumpkin
duncanspumpkin commented Oct 8, 2019

get_map_coordinates_from_pos and get_map_coordinates_from_pos_window are used to convert a screen coordinate position that a mouse is over into a map position that the game uses and tell you what item you are hovering over. It is quite complex how it works everything out but this refactor is about modifying its calling parameters. To make things easier to understand in the project we are tryin

jackgerrits
jackgerrits commented Aug 14, 2019

As as a user I would expect all of the following calls to behave indentically. Only the first two calls works, the other two are incorrect. All of these should be able to parse a multiline example.

ex = vw.parse("| a:1 b:0.5\n0:0.1:0.75 | a:0.5 b:1 c:2")
print(ex)

ex = vw.parse("""| a:1 b:0.5
0:0.1:0.75 | a:0.5 b:1 c:2""")
print(ex)

ex = vw.parse("""
| a:1 b:0.5
0:0.1:0.75 | a:0
rjtobin
rjtobin commented Oct 5, 2019

Small omission in the guide: it is implied in step 9 that a {} literal should be parsed as a hash-map in the reader, but this is never explicitly stated earlier on. The sentence in question is: "This is basically the functional form of the {} reader literal syntax".

Created by Bjarne Stroustrup

Released October 1985

Website
isocpp.org
Wikipedia
Wikipedia

Related Topics

kalman-filter simulator rmse
You can’t perform that action at this time.