Kevin Lannen
Kevin Lannen
PyPi lists this project as having both a GPLv3 and MIT license but no license file is located in the project. This adds the MIT license and copyright notice. https://github.com/kootenpv/access_points/issues/17
I'm working with pure C++ projects using conan as a dependency manager and build tool along with cmake that I am integrating into an electron/node based application. Unfortunately, cmake-js is...
I am just getting started with adding Tracy to an application but I am running into some issues getting symbols to show up in the call stack sampling. All of...
### Public-Facing Changes Adds a `concat` command to the mcap CLI that combines files with the timestamps rewritten sequentially starting from 0. ### Description We are using this along with...
Draft PR to go in after the separate https://github.com/stm32-rs/stm32g4xx-hal/pull/49 to ease review. This PR adds the following features: - Updates dependencies - Updates vscode settings for rust analyzer - Adds...
Since the core API in https://github.com/yse/easy_profiler/blob/develop/easy_profiler_core/include/easy/profiler.h is inside an extern "C" block, any functions declared that match the function names of another library will cause linking to fail. In our...