TimBav

Results 16 issues of TimBav

We're seeing this NPE in all OS versions from 2.3 to 4.3 (the vast majority in 2.3.6), ultimately ending up in View.dispatchRestoreInstanceState. 'container' seems to be the only object invoked...

I wrote a quick Snowflake algorithm before showing this to my daughter, but editing on an Android tablet in Chrome was hard: pressing on the position usually put the cursor...

I built the kscript 3.1.0 Docker image (didn't find it the main docker repo) and based a Dockerfile on that, to create a script-image with prepopulated dependencies: ``` FROM .../kscript:3.1.0...

Please highlight in your introductory text that both methods and classes need to be marked open - perhaps by way of example. I wasted a lot of time chasing around...

Two commits here - one stealing a file from ddmlib, the other the actual changes. I don't expect you to pull this, with the ddmlib file hauled in, but I...

We use adb servers on remote machines, and our tests on our CI, so we need this to support ADB_SERVER_SOCKET just like adb, without killing the remote server in case...

The tool had a NPE because it didn't like my emulators. I also had to change gradle.properties so it would build for me. ``` Exception in thread "main" java.lang.NullPointerException: Null...

I have an open Pry session, and want to inspect contexts higher in the call stack. Is it possible to plug this into an existing Pry session (or re-invoke Pry...

overcommit 0.47.0 This commit: ``` Changes to be committed: (use "git reset HEAD ..." to unstage) modified: rake/rake_android.rb modified: rake/rake_ios.rb modified: rake/rake_mobileweb.rb modified: shared/rake/teamcity.rb new file: shared/rake/test/test_selection_ios_spec.rb deleted: shared/rake/test/test_selection_mapper2_spec.rb renamed:...

bug

This augments `migrate import --above`, so it can be given: * `--above-exclude-by-path=a regex of paths to ignore` * `--above-exclude-by-type=a regex of types to ignore` where type is determined by running...