-
Updated
Aug 18, 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,501 public repositories matching this topic...
-
Updated
Aug 17, 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
-
Updated
Aug 17, 2020 - Erlang
The self.options
object inside a main recipe has .get_safe
attribute to get the value of a option or a default value if it does not exist.
But in a test package conanfile.py, this does not exist.
I believe options object in the main and test recipe should have the same options.
Environment Details (include every applicable attribute)
- Operating System+version: Linux+Windows
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.
Not sure why this isn't a config option already?
-
Updated
Aug 5, 2020 - Java
-
Updated
Aug 18, 2020 - Java
Support Question
Checking the current DOCKERFILE, the project is now using emscripten 1.39.13. However, in the developer guide https://perspective.finos.org/docs/md/development.html it still states
We currently use Emscripten version 1.38.47 — deviating from this specific version of Emscripten can introduce va
-
Updated
Aug 16, 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
-
Updated
Aug 17, 2020
-
Updated
Jun 24, 2020 - C++
-
Updated
Aug 5, 2020 - JavaScript
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
Aug 18, 2020 - Python
-
Updated
Aug 6, 2020 - C++
-
Updated
Jul 19, 2020 - C++
-
Updated
Aug 18, 2020 - C++
-
Updated
Aug 17, 2020 - C++
-
Updated
Aug 18, 2020 - C++
When the
obj
isthis
and the methodObject.prototype.hasOwnProperty
has no arguments, other engines like V8, spiderMonkey, and javascriptCore pass a default value and get an output with a value oftrue
, while chakraCore gets afalse
. Is this an issue about the default parameter?version
command