Skip to content
#

cplusplus

cpp logo

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...

jgsogo
jgsogo commented Feb 26, 2021

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

rippled
perspective
questdb
ideoma
ideoma commented Apr 15, 2021

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

mhfreund
mhfreund commented Aug 25, 2017

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

Created by Bjarne Stroustrup

Released October 1985

Website
isocpp.org
Wikipedia
Wikipedia