Arjun Manoj

Results 6 issues of Arjun Manoj

Fixes issue https://github.com/galex/name-that-color-intellij-plugin/issues/19 Compatible with Android Studio Bumblebee Canary 3

### Reproducible in: ```python # test.py import sys # Enable debug logging import logging from slack_sdk import WebClient def uploadToSlackChannel(): client = WebClient( token="you-slack-token", timeout=300) try: filepath = "file-to-upload" response...

web-client
Version: 3x
server-side-issue
auto-triage-skip

# Report Run `bundle exec danger` in travis ## What did you expect to happen? To run successfully ## What happened instead? ![image](https://user-images.githubusercontent.com/19618555/134183932-1afd42d2-a2b2-4c83-ab70-6a7d965c0994.png) ## Your Environment * CI - Travis...

Bug
You Can Do This

Hi @alvr, First of all, thank you for this beautiful image, it immensely helped us with our CD system, So recently we updated one of our 2 apps to android...

question

### Description The Android Gradle plugin supports only kotlin-android-extensions Gradle plugin version 1.6.20 and higher. The following dependencies do not satisfy the required version: project ':react-native-gesture-handler' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.20 ### Steps...

Platform: Android
Missing repro

## :writing_hand: Describe the bug Chucker crashes with `java.lang.IndexOutOfBoundsException` when we try to search for something in the response tab. ## :bomb: Steps to reproduce 1. Go to the Response...

help wanted