-
Updated
Dec 30, 2020 - C++
cplusplus

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 4,854 public repositories matching this topic...
-
Updated
Dec 28, 2020 - C++
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$ref": "#/definitions/foo",
"definitions": {
"foo": {
"type": "object",
"properties": {
"bar": {
"$ref": "bar.json#"
},
},
"required": [
"bar"
],
},
"title": "foo"
}
}
Running quicktype CLI with this Schema produces
Error
We are planning to upgrade from conan 1.22.4 to 1.31.4, but we are facing an issue with the detection of the package manager in OSInfo() because the detection mechanism was changed:
We are running opensuse with the zypper-aptitude
package installed. Therefore, both checks within
We are using font-awesome V4 and should migrate to font-awesome V5 which comes with its own vue.js module: https://github.com/FortAwesome/vue-fontawesome
Migration includes removing old font-awesome V4 module and changing all existing icons to new vue.js tag.
This is blocked until #114 is merged which comes with first initial integration.
Clients that support multiple server connections would like to have a way to decide which server connection is best able to handle a query. Servers currently "sort of" expose their load as fees, but there's no real exposure of server load in a useful way. Some parameter should be added to the "server" publication stream that clients can just compare across servers to decide which is most likely to
-
Updated
Dec 29, 2020 - Java
Feature Request
Description of Problem:
Sometimes, when displaying the candlestick and OHLC charts, the y-axis tick values and label overlap, making the charts a little hard to read. I found this example in the Conceptual Overview tab on the Perspective docs page:
<img width="787" alt="Screen Shot 2020-05-07 at 9 26 28 PM" src="https://user-images.githubusercontent.com/35414964/81363
-
Updated
Dec 17, 2020 - C++
-
Updated
Dec 29, 2020
-
Updated
Oct 20, 2020 - C++
The Editor is lagging slow and thus unusuable.
Sometimes even crashes occur.
The Problem may be here: (taken from the CEF log, Messages repeated all over again):
[0823/024737:ERROR:gles2_cmd_decoder.cc(4643)] Error: 5 for Command kPostSubBufferCHROMIUM
[0823/024737:ERROR:gpu_channel_manager.cc(222)] Exiting GPU process because some drivers cannot recover from problems.
[0823/024737:ER
This issue documents the progress on adding CI configurations
for supported C++ compilers.
- Default GCC on Ubuntu
- GCC 7 on Ubuntu
- Clang 5 on Ubuntu
- Default Clang on macOS
- Default MSVC on Windows
- MSVC 14.1+ (VS 2017) on Windows
- MinGW (MSYS2) on Windows
- Cygwin on Windows
- LXSS GCC on Windows
-
Updated
Jul 8, 2020 - C++
-
Updated
Dec 29, 2020 - C++
-
Updated
Dec 6, 2020 - C++
-
Updated
Dec 29, 2020 - Python
-
Updated
Dec 29, 2020 - C++
-
Updated
Dec 21, 2020 - C++
-
Updated
Dec 27, 2020
-
Updated
Dec 30, 2020 - C++
-
Updated
Dec 22, 2020 - C++
-
Updated
Dec 27, 2020 - JavaScript
When I passed NaN and an object with the "valueOf" attribute value as a callable function to the first and second parameters of Math.max, chakra did not execute this function. According to the ES10 standard, the ToNumber operation is performed on each parameter of Math.max, and the "valueOf" attribute value function of the second parameter will be executed.
version
chakra-1_11_22
**co