Charles Phillips

Results 43 comments of Charles Phillips

I'd like to propose the solution used by [DTCoreText](https://github.com/Cocoanetics/DTCoreText), a Cocoapod for iOS with custom font family ability. It allows defining any font family regardless of filename or internal font...

Thanks @magiconair, I have removed `DecodeToStringMap` and fixed the empty map syntax. I am not looking to add Interface as a value type, my naive decoder is indifferent to the...

> I am totally into the idea of creating a separate Strider Ember/SPA repository that consumes Strider as an API endpoint. In my opinion, this takes Strider in a good...

I like the idea of consul-template reporting health via TTL, and also being tagged local. Monitoring a service without an address definitely is valuable. But I think many of the...

@slackpad thanks for the consideration. I have run into issues where consul-template dies and a long-running service doesn't discover it until long after, when it finally restarts. Then the cause...

To consolidate issues, this appears to be the same bug as first reported in #95 ?

Interesting, thanks for the details. I would like to take this forward, and should have some time next week to look at it in more depth. I don't have any...

ChakraCore runs on the device, one such attempt is [HolographicJS](https://github.com/lwansbrough/HolographicJS) which uses ANGLE. I'd rather use the DirectX calls than ANGLE if possible. I have some familiarity with these hybrid...

This may be overkill, but I did just port [Riemann's query language](http://riemann.io/concepts.html) to Nodejs. It's designed to filter a key/value structure so it can filter [on all these expressions](https://github.com/nextorigin/riemann-query-parser/blob/master/test/riemann-query.coffee#L13). I'm...