Yuri Timenkov

Results 16 issues of Yuri Timenkov

I've started playing with with ranges and C++20 and came to the similar problem as in #1400 But I did: ``` namespace ranges { template inline constexpr bool enable_borrowed_range =...

In C++20 there is a `std::u8string` and `char8_t` to make UTF-8 type-safe. Unfortunately when calling `xml_attribute::set_value(u8"a string")` for example compiler chooses `set_value(bool)` overload which lead to a surprise when all...

> Simple way to crash gerbera... create an empty config.xml file using touch config.xml or whatever. _Originally posted by @neheb in https://github.com/gerbera/gerbera/issues/898#issuecomment-641072060_ I noticed that initialization failure of upnp (e.g....

I'd like to know your opinion on this: As a developer I orten like to have a compact output to the console and more verbose to a file. With spdlog...

enhancement

We have written the needed data into your clipboard because it was too large to send. Please paste. Issue Type: Bug 1. Open Terminal 2. Run program. For example top...

bug
help wanted

First thank you for awesome extension! The problem: when working on python projects I use virtualenv with project's dependencies (as the most recommended and natural way). However this means interference...

up for grab

**Describe the bug** Usage of `_lock` in https://github.com/cognitedata/Expression/blob/main/expression/system/cancellation.py doesn't look correct. I was looking through files and got puzzled by how `CancellationTokenSource.dispose()` is implemented. Apparently it tries to read `_is_disposed`...

bug

Coroutines have made it into C++20 so there are chances they will be more wide-spread. I have no own ideas (or problems...) yet but I believe there will be demand...

Follow-up from #37 Boost.Test has a nice feature of analyzing expression in test clause essentially removing the need for specialized checks list `xx_GT`, `xx_EQ`, etc. This allows to write check...

enhancement

IMPLEMENT_MOCK are great addition, especially when dealing with auto-generated heavily templated signatures like ``` ::grpc::ClientAsyncResponseReaderInterface * AsyncLeaseGrantRaw(::grpc::ClientContext * context, const ::etcdserverpb::LeaseGrantRequest & request, ::grpc::CompletionQueue * cq) ``` However wrapping into...

enhancement