Danny Byus

Results 11 issues of Danny Byus

I'm currently trying to figure out how to read the accelerometer but am not sure how some of this is supposed to fit. Java examples show implementing SensorEventListener and then...

This is hanging up Bevy_egui(and presumable Egui itself) on Android. This actually looks like it doesn't line up with the github repo, so this might be fixed already?

enhancement
O-Android

### Describe the bug Scope management listed at https://surrealdb.com/features#permissions doesn't seem to work. ### Steps to reproduce ``` -- Enable scope authentication directly in SurrealDB DEFINE SCOPE account SESSION 24h...

bug
awaiting confirmation

Looks like the texture isn't loading but the meshes are still able to render. Heres what I see with the cube example. ![image](https://user-images.githubusercontent.com/10319571/134724035-d43f8d2f-62d1-41c3-a5c0-b0e8b02cb008.png) There was a prior issue that mentioned...

Allow results from nested actions to show. This would let the developer group their options, but provide quick access to deeply nested options. In your example code, the user has...

### Tested versions Android Godot Editor all versions ### System information Android Editor ### Issue description Android devices default keyboard does not support easy access to characters that are used...

topic:editor
topic:input
platform:android
usability

This doesn't work on windows out of the box. In https://github.com/erickzanardo/dashmon/blob/main/lib/src/dashmon.dart ``` stdin.lineMode = false; stdin.echoMode = false; ``` must be ``` stdin.echoMode = false; stdin.lineMode = false; ``` because...

### Tested versions Reproducible in all? ### System information Android 13, Moto g 5G (2022) ### Issue description I need my application to respond to the keyboard being opened. Basically...

platform:android
topic:platforms
needs testing

It would be helpful if `Range` and `If-Modified-Since` was implemented out of the box. The range header support can probably be added in `add_static_dir` and have `set_static_file_info_unsafe` optionally have a...

feature

I'm trying to determine when a client connects and disconnects, but I'm not seeing a clear way. I was thinking of adding on some extra opcodes, but I'm seeing an...

question