Ed Johnson

Results 16 issues of Ed Johnson

I'm using Android720pFormatStrategy and getting a runtime exception on short video created in an Android 8.0.0 Nexus 5X emulator. Input audio format: {sample-rate=8000, track-id=2, durationUs=2200000, mime=audio/3gpp, channel-count=1, language=```, max-input-size=52} Output...

I appreciate the effort, but I just wasted a bunch of time reading all the docs and evaluating my needs, then I install and find out that this dropped support...

The requirements state Java 1.8, which requires anrdoid api 24. If this project truly requires 1.8, then will it not work on all api's below 24 which run java 1.7?

AFAIKT, the grails' withForm method is not available when using /j_spring_security_check to log users in. How can we protect our apps from CSRF during login when using grails-spring-security-core? http://docs.spring.io/spring-security/site/docs/current/reference/html/csrf.html#csrf-login Using:...

type: improvement

I know we can manually use withForm() on each post/put/delete/patch method in every controller, but it would be great to have a Filter option for CSRF to take care of...

type: new feature

Ran the link command, which results in error messages next to all the new AVDs. Tried to manually correct Galaxy S4, and every time it fails to save the config...

If you're a developer, you can get it here: https://github.com/edwardotis/android-build-an-app-architecture-components If you're a Google employee, please approve my PR here: https://github.com/googlecodelabs/android-build-an-app-architecture-components/pull/36

In addition to updating dependencies, the obsolete LifecycleActivity class had to be replaced with AppCompatActivity in the Activity classes. (details below) Builds, runs in emulator, tests pass. "Note: Since the...

I've found no example code available from google (or anyone) of unit tests that depend on mocking the Room database and tightly coupled dao objects: `SunshineDatabase.getInstance(context).weatherDao();` Note: I'm explicitly *not*...

In GoLand 2.3.4, my thrift files are being treated as plain text files. In Intellij 2.3.3 Ultimate, they are correctly integrating with the plugin. macOS 12.3.1 I've since gotten reports...