Keith Kim
Keith Kim
Found that mixing short and long paths effectively PATCH the document of the main hash. This wasn't obvious from the README if not already familiar with Firebase. The filtered PUT...
I didn't realize there was an issue about logos. While playing with making the favicon #90 I ended up playing around with some logo designs. I know this issue was...
Sorbet is agreeing with what Ruby would do. The apparent change in type happens in the destructured assignment. ``` if (pair = B.nilable_foo) T.reveal_type(pair) # correctly shows `[String, String]` end...
``` # zero, single element foo([]) # ok foo(["foo"]) # ok foo([{foo: "bat"}]) # ok # two element foo(["foo", "bar"]) # ok foo([{foo: "bar"}, {foo: "bat"}]) # ok foo(["foo", {foo:...
In the interest of converging on a single standard, would it not be beneficial for these two sites co-ordinate and agree on items, and ideally just be one .org. Having...
There is an IETF [RFC 7464](https://tools.ietf.org/html/rfc7464) for JSON Text Sequences that uses mime type: `application/json-seq` It allows prefixing each JSON record with <RS> control character and requires ending each JSON...
github.com/karmakaze/goop
PR https://github.com/nitrous-io/goop/pull/45
@predatorian3 I've created a fork with relocated code.google.com/p/go.tools You can use it as a work-around but note that it is not maintained and you should find another dependency manager. $...
@predatorian3 If you like the goop (bundler style) workflow, github.com/Masterminds/glide is one that we tried and turned out okay.