-
Updated
May 9, 2021 - CMake
cplusplus
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 5,252 public repositories matching this topic...
-
Updated
May 8, 2021 - 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
My question is about using conan with cmake.
I generate a conan package that consists of source code, a CMake project and a conanfile.py. It depends on several other conan packages.
When using conan create ..., it pulls the dependencies, compiles the code and everything works fine.
Let’s assume I want to further develop
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.
Summary
Include recently added validation fields in validations subscription stream messages:
- version
- cookie
- validated hash
Motivation
This information is useful for server operators, for developing who are putting together dashboards, and the community at large.
Solution
-
Updated
May 5, 2021 - Java
Bug Report
Steps to Reproduce:
- Install perspective-cli `npm install -g @finos/perspective-cli
- Create any csv file and run
perspective host my-csv.csvSample file:
name,value
a,2
b,2
c,4
Expected Result:
I expect it to host a server allowing me to see the data
Actual Result:
It shows this error:
Listening on port 8080
TypeError: inp
Describe the bug
When joining to tables on the same column name SQL error happens
To Reproduce
create table l as
( select x from long_sequence(100) )
create table r as
( select x + 50 from long_sequence(100) )
select x
from l join r on l.x = r.x
and got back
Invalid column: r.x
Expected behavior
Tables should be joined, no SQL syntax error
**Enviro
-
Updated
Apr 19, 2021 - C++
-
Updated
May 8, 2021
-
Updated
Jan 29, 2021 - 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
May 3, 2021 - C++
-
Updated
May 7, 2021 - C++
-
Updated
May 2, 2021 - C++
-
Updated
Jan 7, 2021 - C++
-
Updated
May 8, 2021 - Python
-
Updated
Apr 27, 2021
-
Updated
May 8, 2021 - C++
-
Updated
May 7, 2021 - C++
-
Updated
Apr 30, 2021


Expected
str = empty string
Actual
failed and returns JsErrorNullArgument
I think this should be possible