Alex Bainter

Results 24 comments of Alex Bainter

@DragonRus By default, most projects have Karma configuration stored in a file named "karma.conf.js." However, that is just the default; the configuration file could be named anything and passed to...

Wow, not sure how I missed this issue for a month. I hadn't thought of doing this. Let me think on it -- it would be easy to add technically...

Hi again Tate! The implementation is a little hacky but it's just a **r**andom **n**umber **g**enerator that defaults to `Math.random`. https://github.com/generative-music/pieces-alex-bainter/blob/1186f13dc24a42e5485cc39ede313328f64b4b61/packages/utilities/src/wrap-activate.js#L8-L9 I wanted to add a reward for people who...

I'll be sure to note this in the readme

For anyone else on Windows, you'll need to use backslashes instead of forward slashes (`.\node_modules\.bin\flow`)

@tlusk Thank you!! # Solution ``` // in webpack configuration module: { rules: [ { test: /\.html$/, // or a path to your HTML file, etc use: [ 'file-loader', 'extract-loader',...

I've been trying to think of an elegant way to solve this but haven't come up with anything. I think I'm gonna leave it as-is for now but I'll keep...

Hi @DonaldTsang. I've wanted to spend more time explaining how pieces work for a while but I just haven't had the time. I do have a couple things you could...

I was really trying to avoid building native apps if I could help it, but it looks like AirPlay is not supported from web apps (great job Apple) and I...

@j-f1 Nice! Guess my Google-fu isn't strong enough. Made #153.