Results 6 comments of Morgan Benton

I had the same problem. After some research, I've decided that **what we're trying to do is impossible**. This plugin uses the [AssetManager](https://developer.android.com/reference/android/content/res/AssetManager.html) class to get access to audio files...

@Xixiao007 are you sure? I am able to play more than one audio file at the same time using the Media plugin, so I'm thinking you should be able to...

I like the solution @rlecaro2 suggested. FYI, his pattern didn't work for me. Instead I had to use: ``` # asset directories !nyc/node_modules/istanbul-reports/lib/html/assets ``` Thanks!

So, this is the first package I've ever published, and, as it turns out, I really had poor understanding of the build process. Six months later... I think I've finally...

> For those needing a quick and dirty way to still access the book, you can clone this repo, then cd into `book` and run: > > cargo install mdbook...

Here's what worked for me to get the VS Code extension to recognize my custom rules: 1. Put a file called `.taplo.toml` in the root of your project with the...