Kuchitama

Results 5 issues of Kuchitama

I got below error. ``` $ rails db:seed rails aborted! NoMethodError: undefined method `sanitize' for # /home/k2/.rvm/gems/ruby-2.4.0/gems/activerecord-5.1.0.rc2/lib/active_record/dynamic_matchers.rb:22:i n `method_missing' /home/k2/.rvm/gems/ruby-2.4.0/gems/populator-1.0.0/lib/populator/factory.rb:85:in `block (2 levels) in rows_sql_arr' /home/k2/.rvm/gems/ruby-2.4.0/gems/populator-1.0.0/lib/populator/factory.rb:85:in `map' /home/k2/.rvm/gems/ruby-2.4.0/gems/populator-1.0.0/lib/populator/factory.rb:85:in `block in...

## Summary Support cloudformation's Condition Functions ## Motivation Sometimes we'd like to use Condition Functions to create shared resources. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-conditions.html ## Guide-level explanation ## Reference-level explanation ## Drawbacks ## Unresolved...

feature
help wanted

Hi, thanks your great work. frasco is awesome tool for me. I have an idea to enhance frasco. I'd like to make yeoman template of frasco. When I have created...

enhancement

React Native 0.47 has removed the createJSModules method in ReactPackage. Therefore any overrides of this method will need to be removed from the library, or this will cause a compilation...

[discovery-android](https://github.com/yonahforst/discovery-android) is not support multiple UUIDs. I got this error. ``` ReactNativeDiscovery.setShoudAdvertise got 2 arguments, expected 1 ``` My code is below. ``` Discovery.setShouldAdvertise(myUUID, true); Discovery.setShouldDiscover(myUUID, true); ``` Work around:...