Eva

Results 304 comments of Eva

It felt simpler in the moment, but I'm not particularly attached to it, will think about it when implementing. Note that `@IntoMap` will yell at you if you get it...

Yes this is still planned, shouldn't be that hard actually if someone wants to contribute!

They really just need to be unique per type access, so some type of hashing my work here. Alternatively it looks like hilt solved a similar issue https://github.com/google/dagger/issues/3197 though will...

> It doesn't work if the key has backticks or if it points to a generic type, though. Hm, I wonder if doing something like ``` "com.example.MyClass" + "" ```...

@Monabr > Could you tell me how fixable this problem is, should I wait for the nearest time? I can make no promises on timelines, but this does seem fixable,...

You'd need to make sure generics are handled correctly, but yes that's a possible solution

It does have a cycle check but it really needs to be re-written. If you can post some sample code that causes this issue (and the generated code or a...

note: hasn't been fully tested but wanted to make sure the approach made sense first

> Try temporarily disabling 2FA. When I fixed the problem for me, I had 2FA disabled. If you can log in, try enabling 2FA then. And I saw an advice...

Hm, by passing the element to the messager the hope was that the name and line number would be included in the output. ```kotlin provider.error("@Provides method is not accessible", method)...