Alexander Widar

Results 9 comments of Alexander Widar

Yes, pleaaase. I would love this for logging

I have the same problem as described. I have only tested youtube on Ubuntu 12.04 using the new Chromecast model.

Ah, I found this lib today. Too bad it's out of commission. It seems the yfinance python lib "solved" this by using the v6 api. https://github.com/ranaroussi/yfinance/pull/1595

Yeah, I have this problem as well!

@hierynomus my build.gradle isn't available publicly yet, so here it is: ``` plugins { id "com.github.hierynomus.license" version "0.14.0" } apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' apply plugin:...

It only works for me when adding @yogitas snippet. I have my kotlin code in the regular java source set, so I changed `` to `src/main/java`

> That's a strange organization... Not at all, the kotlin language reference states that _In mixed-language projects, Kotlin source files should reside in the same source root as the Java...

Yup, as @Martorias said. It's in the errata. There's no mention of the errata in the main readme though, just a link to the manual so I found it quite...

As shown above, I opened a PR a while ago that solves this issue, but no reaction yet