Kamil

Results 115 comments of Kamil

I'm not feeling to be good enough in JS to write production code :(

@Jens05 - instead of `Uri.parse("asset:///audio/nature.mp3")` type `Uri.parse("asset:/assets/audio/nature.mp3")` but I agree that error is misleading, and not having dedicated `AudioSource.asset()` is a real bummer

I've just got similar error and it worked for me ;)

Shouldn't "latest" be 3.0.0 since it was already released?

@ronie19 I have exactly the same problem :( `nfc-scan-device` gives me: ``` nfc-scan-device uses libnfc libnfc-1.8.0-63-g3df7f25 1 NFC device(s) found: - _PN532_UART: pn532_uart:/dev/ttyUSB0:115200 ``` `nfc-poll` gives: ``` nfc-poll uses libnfc...

Thanks, on aarch64 it works indeed. Too bad that 32bit is still affected :(

@azchohfi - I see that your PR is already merged. Does this mean that Windows is now supported?

I'm also affected by this bug. @drewnoakes, when do you plan next release?

> So, if you need something to implement both A and B, where A and B are not sub-types of each other in any direction, then the only solution is...

Thanks @lrhn. I think that using `&` indicates, that someone wanted to use these particular interfaces explicitly. I hope that some form of this feature will come to Dart one...