Ravener

Results 62 comments of Ravener

@fstirlitz 1) not sure why tests failed, it wasn't really a major change, i'll take a look. 2) not sure what to say about this, i think this change is...

Now CI is failing due to coverage, I have no idea what to do from here on but I hope you will consider the idea, it might be really useful...

You could also remove the error return value entirely in that case, since currently it's only used for paramater validation and fetching token from email/pass, if it takes only token...

On a second thought this might be a bug in apktool itself, i'll do some more research and try opening an issue in their repo instead maybe.

@switchroute I just gave it a try, it actually worked, thanks! That seems to use a newer version 2.6.2-SNAPSHOT so I guess the bug might've been fixed upstream already? Or...

@sk0kanik saw that issue, the error is slightly different and he can also compile normally if he doesn't explicitly use lld, but currently lld is the default, there should somehow...

@fagci Thanks, that solves it, setting the linker to `ld` in `$PREFIX/etc/ldc2.conf`. @Grimler91 I think we could patch this file, it's simple and the user can override it if needed,...

![Screenshot_20220812_225548_org love2d android](https://user-images.githubusercontent.com/31079629/184526517-f5b6cbd1-a312-47aa-bd78-028e79eecac2.jpg) I finally got the example running. I had to do go through more errors. In the end I had to call a few more functions: ```lua dream.renderSet:setMode("direct")...

By the way I don't know if you heard of this but google maintains the bundletool here https://github.com/google/bundletool that could probably be used to create android app bundles. Would be...

Also audio seems to be broken in the existing package: ``` [ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1) ``` Worth checking this issue as...