-
Updated
May 18, 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,267 public repositories matching this topic...
-
Updated
May 17, 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
Is it possible to allow using file:// URLs as input parameter for tools.get? This might be useful for testing with local archives by changing only conandata.yml
- I've read the CONTRIBUTING guide.
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
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.
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
May 13, 2021 - C++
-
Updated
May 17, 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 17, 2021 - C++
-
Updated
May 7, 2021 - C++
-
Updated
May 2, 2021 - C++
-
Updated
Jan 7, 2021 - C++
-
Updated
May 14, 2021
-
Updated
May 8, 2021 - Python
-
Updated
May 17, 2021 - C++
-
Updated
May 10, 2021 - C++
-
Updated
Apr 30, 2021
Expected
str = empty string
Actual
failed and returns JsErrorNullArgument
I think this should be possible