Tamás Szelei

Results 55 issues of Tamás Szelei

After setting the flag to download clang and having installed ncurses5-compat-libs, I'm observing an exception in DRLParser. Relevant parts of the output: ``` siplasplas reflection parser ============================ ==> Scanning search...

bug
siplasplas-drlparser

CMake: ```cmake if(NOT EXISTS "${CMAKE_BINARY_DIR}/conan.cmake") message(STATUS "Downloading conan.cmake from https://github.com/memsharded/cmake-conan") file(DOWNLOAD "https://raw.githubusercontent.com/conan-io/cmake-conan/master/conan.cmake" "${CMAKE_BINARY_DIR}/conan.cmake") endif() include(${CMAKE_BINARY_DIR}/conan.cmake) conan_cmake_run(CONANFILE conanfile.txt # or relative build/conanfile.txt BASIC_SETUP CMAKE_TARGETS BUILD missing) ``` Output: ``` -- Conan...

Using the latest release (2.1.5), consider the following code: ```cpp #include #include #include int main() { msgpack::object obj(std::make_tuple(2, "hello", 3.4)); std::cout macOS 10.12.6 > Apple LLVM version 8.1.0 (clang-802.0.42)

I would like to use an application-defined buffer growing strategy, basically (pseudo code): ``` if (data_size > unpacker.buffer_capacity()) { unpacker.resize(unpacker.size() * RESIZE_FACTOR); } ``` However, there is no `size()` and...

### Feature Request I'm in the process of migrating our Jenkins installation to use Configuration as Code. We have some prior work in the form of a repo that uses...

I'm using imgui-rs 0.4 in a standalone application with a mostly unmodified copy of the support code from the examples. I have a window in a set location (sort of...

I would like to integrate [iced](https://github.com/hecrj/iced) (using its glutin backend) with libmpv. Both needs an opengl context to draw, but it's iced that [creates it](https://github.com/hecrj/iced/blob/master/glutin/src/application.rs#L63) ```rust let context = ContextBuilder::new()...

type: enhancement

Sweeping through the .cc file, I didn't see anything that warranted the separate source file. Easy integration for a library is a very attractive feature, and you can't be easier...

suggestions

I'm trying to validate JSON snippets against the DAP JSON schema: https://microsoft.github.io/debug-adapter-protocol/debugAdapterProtocol.json Each type of message is a separate definition. I can extract and compile the relevant definition, but references...

The current loader magic doesn't work on Windows. There were some assumptions in the code that seemed easily fixable, but even after these changes, cblack indents to 4-spaces / doesn't...