jroddev

Results 19 comments of jroddev

This is the repo it occurs in for me: https://github.com/jroddev/bevy_snake I open src/food.rs in neovim with lsp+rust_analyzer add this piece of code ``` use crate::core::Direction; fn use_dir(dir: &Direction) { match...

They do appear to be similar. Making some assumptions here (open to corrections). Just looking at their GitHub I would say the differences are: Obtanium installs apps for you and...

@S7venLights sorry I somehow missed your long post and only responded to the latest one. Thanks for providing more details. I wouldn't consider myself an Android dev either so I'm...

@Rufusdotrufus can you provide a URL or two that are causing the issue? You can get exactly what the app is using by going Settings > Export Repo List. Based...

OK So I think there may be two issues here. `https://github/M66B/FairEmail/releases` is missing the `.com` which may be causing issues. I usually see `com.android.volley.AuthFailureError` when GitHub is rate-limiting your IP...

@Simpath this is likely related to this issue: https://github.com/jroddev/android-oss-release-tracker/issues/5

@Chr0matic1 tl;dr; try [0.1.6](https://github.com/jroddev/android-oss-release-tracker/releases/tag/0.1.6) Looks like Chooloo changedtheir release structure from `v1.4.6` to `Material 3 UI and Bug fixes`. Another user recently added support to fallback to the tag name...

@obfusk thanks for reporting. I'm going to revert the change. Do you have any insight about the release `name` vs release `tag_name` in terms of reliability? I feel like they...

Reverted in [0.1.7](https://github.com/jroddev/android-oss-release-tracker/releases/tag/0.1.7)