Eva

Results 57 issues of Eva

use /usr/bin/arch to detect what architecture we are actually running on instead of what arch the jre was built for. This fixes the case of using an intel version of...

Would be nice if this library was published to maven central which is more reliable and easier to consume than jitpack.

You may want to declare a multi-binding but provide no values. This is useful for cases where you want to 'extend' the set provided. Right now this is not possible...

enhancement

Function injection is a useful feature especially with [compose](https://developer.android.com/jetpack/compose). However, because it only works with function types you lose support for named & optional arguments which can make the signature...

enhancement

This came out of the conversation started on https://github.com/saket/telephoto/pull/79, on the jvm/android at least the annotations only need to be present at compile time, so it would be nice not...

It does not point to the correct sources directory. You need to add: ``` xml src ... ```

Steps to reproduce: 1. Set Developer Options -> Background Process Limit -> No background processes 2. Open up sample app and click "Other Activity" 3. Use the task switcher to...

## 📑 What does this PR do? Authenticate using an external browser on desktop, creating an interface that works on both desktop and android. Making this a draft pr for...

You should never symlink different versions of a lib, if it works it's pure luck. They are different versions for a reason, they are likely not compatible. You should point...