James Brotchie
James Brotchie
Instead of simply passing image paths as arguments to [`[UIImage imageNamed:]`](http://developer.apple.com/library/ios/#documentation/uikit/reference/UIImage_Class/Reference/Reference.html#//apple_ref/occ/clm/UIImage/imageNamed:), as in response to ``` css Button { background-image: image.png; } ``` Allow more explicit references to images at...
Preliminary Haskell support for RPC across ZeroMQ Rep-Req sockets. This pull request aims to stimulate discussion to find the best approach for abstracting the transport layer from the Haskell msgpack...
- Add langchain.llms.GooglePalm for text completion, - Add langchain.chat_models.ChatGooglePalm for chat completion, - Add langchain.embeddings.GooglePalmEmbeddings for sentence embeddings, - Add example field to HumanMessage and AIMessage so that users can...
Added missing SKMutablePayment definition when replacing real store kit.
createFetchMiddleware doesn't support calling into an Eth JSON RPC Node that's protected by cookie-based authentication. The standard approach to solving this is to tell fetch to send cookies along with...