Louis Lainé

Results 14 comments of Louis Lainé

@jonathangreco thank's for your answer. I'm actually trying to use `copyFileAssets` which throw me an error `Error: Asset 'content://media/external/images/media/xx' could not be opened`

@jonathangreco The `RNFS.stat` is throwing the exception. Is there any way to use `copyFileAssets` on android ?

Thanks for the answer. I have this weird error ``` Error: std.typecons.Nullable(T) at /home/llaine/dlang/dmd-2.071.0/linux/bin64/../../src/phobos/std/typecons.d(1933,1) conflicts with ddb.db.Nullable(T) if (!__traits(compiles, () ``` And if I remove the `import std.typecons;` I have...

Using the full name solves the compilation errors, thanks for replying !

This would be awesome if you do it :+1:

Hey @jadbox any PR to propose with Go or Rust ? :grin:

Have you install mplayer ? `brew install mplayer`

In order to have all the song keep coming and playing, I explicitly ask the loop() function to wait during the song's length. https://github.com/llaine/cmdfm/blob/master/jukebox.sh#L131 I don't know how to pause...