Clayton Hickey

Results 18 comments of Clayton Hickey

What I've done to workaround this for now (for file management only) is to use the app-specific storage API (https://developer.android.com/training/data-storage/app-specific) instead as it does not rely on onActivityResult.

@kekkyojin Doesn't look like it ![image](https://user-images.githubusercontent.com/16981283/87337109-ed52da00-c510-11ea-9d8d-f0ac066dadc0.png) Maybe just allow anonymous reposts then.

> I am currently working on fixing linter warnings for some files, beginning with MainActivity, as they make very hard to see other markers on the scroll bar. I am...

I called out the missing twitter.properties file in the instructions in #997 but it seems that it hasn't been fixed yet.

I'm no longer having issues with this.

Unable to reproduce on a9aadbe meaning issue was introduced at least after this commit. Also does not occur on latest master ee1d090e62bdd2934a749e9825aef05cf707a53a. This is probably already fixed and will be...

Is this for notifications?

Uh... I think I fixed it? I've never done a pull request before. I had updated the packages - apparently forgetting that that wasn't the goal of the change. Then,...

Just had this bug myself. The stream is indeed being dropped. I assume this is due to the weak Arcs that OutputStreamHandle is using. It's very confusing since the error...

This might be a bug. I'm running NDK 22.1.7171670 . When I try compiling with `apk run` (`cargo rustc --target aarch64-linux-android`) with `let (_stream, stream_handle) = rodio::OutputStream::try_default().unwrap();` in code, I...