Pierluigi Cau (PG)

Results 5 comments of Pierluigi Cau (PG)

I have issued `!nowplaying` however it only responds once – when the next song starts I don't get the message in the chat (only in the bot's own "Listening to...

@wndhydrnt thanks for reporting this. cc @gkleiman

Adding `backend: "WebAudio"` as others suggested seems to have no impact on the [`multitrack`](https://wavesurfer.xyz/examples/?multitrack.js) example. It appears `this.audioContext.state` is always `suspended` and no events are being triggered by the WebAudioPlayer...

``` Error: @import theme(colors); ^ @import directive requires a url or quoted path ```

I believe the problem is `postcss-theme` is run after sass in my case. I will double-check.