Paul Woitaschek

Results 164 comments of Paul Woitaschek

Filed https://issuetracker.google.com/issues/147310999

The last comment in the upstream issue is: > It is a bug in the Android Runtime and it has been fixed in master. > > Until the next release,...

Could you also document what the limitations currently are, meaning what of dagger is not supported yet?

Then merge it and add a disclaimer: "Do not use this". It's helpful for people taking a look at it and who are experimenting.

Great! Can you tell me what your approach would be? I'm trying to implement it but unfortunately I only understand half of what I'm doing.

Thanks! I tried a bit different approach. I tried to follow the tensorflow tutorial and saved the bottlenecks like this: ```python def add_jpeg_decoding(module_spec): input_height, input_width = hub.get_expected_image_size(module_spec) input_depth = hub.get_num_image_channels(module_spec)...

Thanks. Could you try the actual code? I've spent really too much time on this tumbeling in the dark :/

+1 In the meantime I discovered https://jitpack.io/#jberkel/pay-me/0.0.4

I forked the drawable and made some adjustments (one of it is that you can specify to run it with / without animation) in my audiobook player: https://github.com/PaulWoitaschek/MaterialAudiobookPlayer/blob/v3.1.0-RC4/audiobook/src/main/java/de/ph1b/audiobook/uitools/PlayPauseDrawable.kt#L139