PSeitz

Results 106 comments of PSeitz

There's a conceptional issue, we don't know which values are null values, since `val_if_missing` is not stored.

## Issue Outline The paramater `val_if_missing` is only available for `IntFastFieldWriter`. The issue does not exist for `MultiValuedFastFieldWriter` fields. The reason for this is that `IntFastFieldWriter` is like an array...

We can encode up to 3 docs in the postings positions directly, instead of jumping into the posting list. ``` let postings_start_offset = u64::deserialize(reader)? as usize; let postings_num_bytes = u32::deserialize(reader)?...

From the API perspective sync calls usually return values, only async operations require functions callbacks, but I agree both mangled in this function is not great. A new function may...

Some text snippet from the failed position would also be nice, that's what you probably need at the end

When retrieving the volume, a call is made to the receiver to get it as part of the Basic_Status information ``` GetParam ``` It seems your device doesn't return any...

JSON and XML are both HTTP, just different formats. Older receivers support only XML, newer support both, so XML is preferable for compatiblity. If there is something only available for...

Probably same as https://github.com/PSeitz/yamaha-nodejs/issues/7 Did you try catching and handling the errors from the promise?

I meant same as in #7 as the errors are not handled by the user. The lib returns bluebird promises: http://bluebirdjs.com/docs/api-reference.html Catch all errors: ``` yamaha.setMainInputTo("HDMI2").then(function() { return yamaha.getCurrentInput(); }).catch(function(e)...

Thanks, that's interesting. I wasn't aware of a json api. Should maybe even be possible to generate an api from the pdf