Chris Edwards
Chris Edwards
Namespace click event handlers to allow specific binding / unbinding of cocoon. Also fixes issues you may encounter with things like https://github.com/gemgento/rails_script removing bindings on page load/change.
I'm struggling to get this to work how I'd expect. I have one `ActiveJob` that loops through emails in an inbox, finds a record based on the contents of each...
Get this as soon as I run `bin/hubot -a skype`: `ERROR Lost connection with Skype... Exiting` On OSX Mountain Lion, Hubot 2.6.3
I have created a very simple form (in RubyMotion), using the following: ``` class TemplateForm < NSObject def fields [ { FXFormFieldKey => "title", FXFormFieldTitle => "Title" }, { FXFormFieldKey...
When using `.arrayForKey('keyForMyArray')` I get an array with the correct length, but the entries are all `null`. Is it possible to get an array of objects?
On a `Product` model, calling `description` returns: ``` "#" ``` Using in RubyMotion
Running `webtorrent "magneturl" --airplay` doesn't connect to Apple TV 4 - are there any further steps required?
Using the example code (or any custom implementation) the slider displays like this: 
**Intended outcome:** When running: ``` npx apollo client:codegen --target=typescript --globalTypesFile=./src/__generated__/globalTypes.ts ``` I would expect to get types generated. **Actual outcome:** ``` yarn run v1.22.4 $ npx apollo client:codegen --target=typescript --globalTypesFile=./src/__generated__/globalTypes.ts...
React Native now supports `blurRadius` prop for `Image` for both Android and iOS, but this library does not seem to. It would be super useful to have this 👍