-
Updated
Apr 19, 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,175 public repositories matching this topic...
-
Updated
Apr 18, 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
When searching for a recipe-revision that doesn't exist, the error message can be improved
conan search zlib/1.2.11@#58dde97face18c9c280e2d6093c45d15 -r conan-center
ERROR: Not found: https://conan.bintray.com/v2/conans/zlib/1.2.11/_/_/revisions/58dde97face18c9c280e2d6093c45d15/files/conanmanifest.txt. [Remote: conan-center]
Searching using recipe-revision for a reference that doe
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
Jan 11, 2021 - Java
Feature Request
Description of Problem:
When transforming tables/creating views, a join or list operator to apply to the underlying grouped sets would be helpful for debugging.
Potential Solutions:
Support join
operator on client side table aggregate views.
Create
create table tt (dts timestamp, nts timestamp) timestamp(dts)
Insert
insert into tt
select timestamp_sequence(1577836800000000L, 10L), timestamp_sequence(1577836800000000L, 10L)
from long_sequence(2L)
Select
select 'nts', min(nts) from tt where nts > '2020-01-01T00:00:00.000000Z'
Expected
nts in the first column
Actual
timestamp
-
Updated
Apr 18, 2021 - C++
-
Updated
Apr 18, 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
Mar 29, 2021 - C++
-
Updated
Apr 14, 2021 - C++
-
Updated
Feb 28, 2021 - C++
-
Updated
Jan 7, 2021 - C++
-
Updated
Mar 24, 2021 - Python
-
Updated
Apr 19, 2021 - C++
-
Updated
Apr 18, 2021
-
Updated
Mar 27, 2021 - C++
-
Updated
Apr 16, 2021 - C++
Expected
str = empty string
Actual
failed and returns JsErrorNullArgument
I think this should be possible