mpconte

Results 16 issues of mpconte

### Environment Details (include every applicable attribute) * Operating System+version: Windows 10 * Compiler+version: Visual Studio 16 2019 * Conan version: 1.48.0 * Python version: 3.9 (with numpy installed) ###...

stage: triaging

I'm trying to build and run a sample Kotlin Project in Android Studio Chipmunk ![image](https://user-images.githubusercontent.com/7958011/174074984-c8c9a6ad-30b5-4dbe-851a-d8e16cf19d67.png) But I receive an issue when gradle attempts to build the project. ### Current Behavior...

With the following workflow: ``` name: Android CI on: push: branches: [ "pinch_zoom" ] jobs: build: runs-on: macos-latest steps: - uses: actions/checkout@v3 - name: Create directory for jni libs run:...

Given the following workflow: ``` name: Android CI on: push: branches: [ "main" ] jobs: build: runs-on: macos-latest steps: - uses: actions/checkout@v3 - name: Create directory for jni libs run:...

question

Hello, I can't reproduce this all the time, but maybe every other time I get the following error: `TypeError: Cannot read property 'avatar_url' of null at Object.createMessageCard (C:\Users\rdbot\Desktop\action-runners\pdp_utils\_work\_actions\jdcargile\ms-teams-notification\v1.2\dist\index.js:2341:39) at C:\Users\rdbot\Desktop\action-runners\pdp_utils\_work\_actions\jdcargile\ms-teams-notification\v1.2\dist\index.js:2959:54...

bug

## Bug report **Required Info:** - Operating System: Windows 10 - Installation type: - binaries - Version or commit hash: - humble - DDS implementation: - - Client library (if...

bug
backlog

On Ubuntu WSL2 subsystem on Windows 10, under the **humble** branch, when running: ``` mkdir build cd build cmake .. ``` I receive the following error: ``` -- The C...

backlog

## Bug report **Required Info:** - Operating System: - Windows 10 (Ubuntu WSL subsystem) - Installation type: - build from source - Version or commit hash: - humble - Client...

In an effort to checkout a repo within a container that's being self hosted on a Linux VM running Ubuntu 20.04 as follows: ``` name: OS Build # Controls when...

After following the instructions on the README, on the **colcon build** step (in the x64 Native Tools Command Prompt for VS 2019 as the ROS2 documentation describes), I receive the...