Jared Burrows

Results 95 issues of Jared Burrows

Supporting Java LTS versions: 8, 11, 17 https://www.oracle.com/java/technologies/java-se-support-roadmap.html

This will make life easier via `brew install apk2gold`.

``` 02-23 17:54:32.444 1926 1926 E AndroidRuntime: FATAL EXCEPTION: main 02-23 17:54:32.444 1926 1926 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke interface method 'boolean android.view.View$OnTouchListener.onTouch(android.view.View, android.view.MotionEvent)' on a null object reference...

Where is the C, C++ JNI source code of the tiny lib?

## Repro: ``` git clone https://github.com/bumptech/glide cd glide gradlew ``` ## Top Level Error: ``` $ gradlew Configuration on demand is an incubating feature. FAILURE: Build failed with an exception....

Version 0.10.8 is not published on Gradle Plugins - see https://plugins.gradle.org/plugin/com.linkedin.python

How to prevent Travis CI from downloading setup dependencies each time? ## After Gradle clean: ``` $ gradlew :python:build > Task :python:createVirtualEnvironment New python executable in //python/build/venv/bin/python Installing setuptools, pip,...

## Warning: ``` $ gradlew test --warning-mode all > Configure project :kotlin The DefaultSourceDirectorySet constructor has been deprecated. This is scheduled to be removed in Gradle 6.0. Please use the...

# Repro: `$ gradlew clean build` # Error: ``` > Task :python:installBuildRequirements FAILED Error installing package using `[/Users//repo/cs-interview-questions/python/build/venv/bin/python, /Users//repo/cs-interview-questions/python/build/venv/bin/pip, install, --disable-pip-version-check, --no-deps, --upgrade, /Users//.gradle/caches/modules-2/files-2.1/pypi/mccabe/0.5.2/14c5b2794cae2a723cdf4ce520c4e0d8cae62986/mccabe-0.5.2.tar.gz]` Processing /Users//.gradle/caches/modules-2/files-2.1/pypi/mccabe/0.5.2/14c5b2794cae2a723cdf4ce520c4e0d8cae62986/mccabe-0.5.2.tar.gz Complete output from command...

## Repro: `$ gradlew build` `$ gradlew build` ## Error: ``` $ gradlew build Configuration on demand is an incubating feature. > Task :python:installProject FAILED Error installing package using `[/Users//repo/cs-interview-questions/python/build/venv/bin/python,...