Preston Guillory

Results 15 issues of Preston Guillory

Nokogiri::XML::Builder::NodeBuilder#method_missing always calls its block with instance_eval, changing the scope. This behavior is surprising. I would have expected these two ways of adding a class to an element to be...

topic/builder

Tested on Elixir 1.3.2.

THeader is an optional wrapper for Thrift RPC messages that allows for requests to include out-of-band headers, useful for things like distributed tracing in service oriented architectures. This change only...

There are several kinds of standard functionality we need to apply on every Thrift endpoint. - Metrics (QPS, latency, request/response payload size) - Authorization (is the client allowed to call...

Currently Enum values are represented by integers in Elixir. ```thrift enum Color { RED = 1, GREEN = 2, BLUE = 3 } struct Pixel { 1: optional Color color...

rfc

Previously, deserializing an enum value would yield an integer. Since you would not want to hard code these integers into your Elixir code, and because they're essentially unreadable, we generated...

The current thrift.compile logic only recompiles output files based on their last_modified timestamp relative to their respective input files. However they may also need to be regenerated if elixir-thrift itself...

enhancement

Calling uploadFileToBucket() generates a big buffer object in the log. ```

I set the wrong access key, causing S3 API calls to return HTTP/1.1 403 Forbidden. Expected: s3 object would emit 'error' but not 'complete'. Actual: other way around.

I have a Motionsic head tracker and a Mac. I downloaded the Headtracker v2.2 GUI and tried to flash the firmware using Firmware Loader. I get the error "Unable to...

bug