Results 12 comments of Sam Gentle

Hey, neat idea! Would you be interested in implementing it? The way it works at the moment is that the `makeResults` function loops through the versions in the caniuse data...

Good idea! Would you be willing to submit a pull request? You'll probably want to change [this line](https://github.com/sgentle/caniuse-cmd/blob/f917f6445bc45425b907a4feed77e313a8231e2b/caniuse.coffee#L148) where the supers are displayed next to the version and [this one](https://github.com/sgentle/caniuse-cmd/blob/f917f6445bc45425b907a4feed77e313a8231e2b/caniuse.coffee#L233)...

I'm not sure if you'd have to change how the colours are applied... are you talking about whether you'd need to do the colouring at a different level so that...

I was thinking about that. I mean, unlike the various features, the vendor prefixes are basically fixed so you only have to learn them once. I'm not opposed to adding...

I managed to get it to compile on OS X, but had to make some tweaks to the CPU flags detection, tweak the build flags and comment out things that...

@xenDE Are you sure you have the right branch? You can see mine has the only reference to `/proc/cpuinfo` commented out: https://github.com/sgentle/csdr/blob/osx/Makefile#L34

> Why would you do that? You know, I've wondered that a lot myself. I think the answer is because I was pretty sure it wouldn't work, but I wasn't...

If this is intentional, I think it would be worth printing a warning or at least mentioning it in the documentation. It's certainly surprising that `--fast-read` does nothing when the...

Makes sense to me that the pipe breaking would mean different things in different use cases. That said, isn't `--fast-read` the exact option you would use to specify that you're...

It should be possible to do this by using `ConstantSourceNode`s to represent the parameters and running them to the DelayNode through the right set of audio nodes to do the...