chendo

Results 26 issues of chendo

I had weird issues when I tried to add a filter text field so I implemented it via a hash. The use case for us was we use have client...

I was initially confused why I couldn't use HTTP Basic Auth to pass in the token, nor using `access_token` param until I dug through the code to find out how...

This PR is a hack that implements PROXY protocol (http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt) which allows upstream TCP servers to be notified the original IP and port of the client. Tested with nginx 1.7.9....

We'd like the upstream servers to be notified of the original IP and port that the client connection is coming from. Currently, we're using HAProxy and its `accept-proxy` v1 support....

Version: 1.3.3 The upstream servers credentials are leaked into the log output on: * Initial boot: `use servers XXXX` * Sending metrics: `sending N rows to XXXX` * Sent metrics:...

Are there plans for OSX support?

t1:enhancement

Live bandwidth and IP Traffic graphs work fine, but the history is all empty. Probably not specific to RAF: http://tomatousb.org/forum/t-903527/ip-and-bandwidth-tracking-not-working-for-me

## Describe the feature We'd like the ability to define and use custom variables in query templates. We're trying to workaround the issue where the metrics reported by nginx-ingress are...

kind/enhancement

Cloudinary v1.7 Carrierwave v1.0.0 I attempted to use `mount_uploaders` with the Cloudinary gem, however the `store_cloudinary_identifier` sets the column to the filename for each file, resulting in only the last...

enhancement

I needed to create hot keys that had no modifiers, however the `guard` statement in `public init?(key: Key, cocoaModifiers: NSEvent.ModifierFlags)` was preventing me from doing so, and trying to work...