Dmitry Suzdalev

Results 94 comments of Dmitry Suzdalev

@SjoerdvGestel how did you solve it? I use `app:titleTextAppearance` and it applies all the stuff from textAppearance I pass except the `fontPath`

Ah, thanks. So it seems, I'll have to resort to this solution too until this issue gets more research/fixes

Same thing is happening for me, I am using a support library styles, thought that this might be the reason, do you use it too? My support lib version is...

The hint to use `-threaded` helped to fix the first issue, thank you! As for the second one in my project I actually use the example _copy-pasted_ from this repo...

Thanks, I'll report back if I find something interesting too. Have a good vacation! :)

I have a usecase. I have a notion of a reactive re-startable task which emits a success/failure result on whenever it is restarted: ```kotlin interface Task { val results: Flow...

Is the use of Proguard documented somewhere? Commit which closes this issue doesn't contain any new documentation, and this issue is about documenting proguard usage. Or was it documented independently...

I have similar behaviour with the only difference being that I don't have access to gnome shell interfaces at all: * long break starts * after 5m gdm locks screen...

I do not fully understand if this issue will allow me to do this: ```java interface Vehicle {} interface Car implements Vehicle {} class BMW implements Car {} //.... bind(Vehicle.class).to(BMW.class)...

Yes, seems like a viable option!