Clayton Hickey

Results 15 issues of Clayton Hickey

### Verification - [X] I searched for similar feature request and found none was relevant. ### Pitch us your idea! My cross country/track team uses watches that vibrate automatically every...

feature request

GPIO pins 2 & 3 do not support being pulled down. They are fixed pulled up [pinout.xyz](https://pinout.xyz/pinout/pin3_gpio2#). I did not know this and have been going a little crazy for...

enhancement
gpio

Currently trying to port one of my programs (winit/wgpu) to Android but I need file selection. Currently, I have the intent being called successfully: ```rs let ctx = ndk_context::android_context(); let...

For my workspace, I have my target moved to another folder. ``` [build] target-dir = "../../../../../Nextcloud_Cargo/git/github/clay53/tutor_engine" ``` Trying to build with `cargo apk build`, I get this error (nothing else):...

## The Issue When typing out a comment, the keyboard covers the area where the comment is being typed. ### Steps to reproduce 1. Open app 2. Go to a...

## The Issue FileViewFragment and ChannelCommentsFragment have redundant functions relating to commenting. The functions initCommentForm, clearReplyToComment, postComment, validateAndCheckPostComments, and more are almost all the same or differ only slightly. These...

## The Issue I keep getting linting errors when trying to build this app. I'm fairly sure it's not just me. This forces me to have to put `lintOptions {...

It would be pretty nice if this library supported Android as well. Form what I understand, the main block for that is cpal so I also understand it may be...

For my workspace, I have my target moved to another folder. ``` [build] target-dir = "../../../../../Nextcloud_Cargo/git/github/clay53/tutor_engine" ``` Trying to build, I get this error. Looking in a target folder that's...