Evan Nemerson

Results 192 comments of Evan Nemerson

So? ``` Vala public struct DeviceIndex : int { [CCode (cname = "Pa_GetDeviceInfo")] public unowned DeviceInfo get_info (); } ```

I'll leave this open for future discussion, but I'm quite hesitant about this idea; see the ["Designed for the 99%"](https://github.com/nemequ/squash-corpus#designed-for-the-99) section of the README. If someone is interested in putting...

> I disagree that that isn't in the "98%" and I think a genomics fastq data file would be an excellent test data set. This might be more persuasive if...

The reason this repo isn't intended for system-wide install is that we make no guarantees about backwards compatibility. What you're talking about doesn't really do anything to address that problem;...

Added technion.json. May still be a good idea to add some protocol buffer data (though I don't have any good ideas about where to get it), so I'm leaving this...

I ended up removing technion.json for licensing reasons, but I'd really like to re-add it. It's just the response from a query to the Google Geocoding API for the building...

@luvarqpp, I like the idea of using OSM data, thanks! This seems like it would be perfect for representing a stream of RPC responses.

Thanks for pointing that out, I hadn't considered it ☹. I updated the description to make that implementation-defined as well.

On PPC, `vpermr` (the `vec_perm` intrinsic) could be used for this. It actually takes two input vectors (plus the index vector) and only the lower 5 bits are used for...

I believe what I had already did that, but I've tried to make it a bit clearer, mainly by moving the part about a possible implementation using the most significant...