Ryo Yamada

Results 20 issues of Ryo Yamada

Is this expected? ``` class Children < ActiveRecord::Base belongs_to :parent has_one :a_ancestor, through: :parent has_one :b_ancestor, through: :parent has_one :c_ancestor, through: :parent end class Parent < ActiveRecord::Base belongs_to :a_ancestor belongs_to...

Has there been a discussion about making hooks return object instead of array? The benefits behind that being: ```typescript // since typeguard doesn't work with destructuring assignment like this: const...

It'd be nice if tig supported [diff-so-fancy](https://github.com/so-fancy/diff-so-fancy), as previously mentioned in #313.

Is there a problem implementing it, or is this something like nobody-has-worked-on-it-yet kind of issue? Thanks for the great plugin.

The console warning shown [here](https://github.com/kamilkp/angular-vs-repeat/blob/master/src/angular-vs-repeat.js#L652) is usually very useful, but sometimes we want to suppress it (like in production). This PR: - adds `showConsoleDebug` option, which hides the console warnings...

as of https://github.com/bower/spec/blob/master/json.md#main (was my mistake, sorry)

Is there a plan to add plugin support for ssm parameter store? If not, are you willing to accept the PR if there's one? I'm imagining something like below: ```yml...

Hello @fujiwara, is there a plan to release a new version anytime soon? I'd love to use this feature: https://github.com/fujiwara/lambroll/pull/236

Create an app by `tns create MY_PROJECT --template tns-template-hello-world-ng`, setup `nativescript-dev-webpack`, and simply change [this line](https://github.com/NativeScript/template-hello-world-ng/blob/master/app.routing.ts#L5) from ``` import { ItemsComponent } from "./item/items.component"; ``` to ``` import { ItemsComponent...

bug
backlog