Kenta Suzuki
Kenta Suzuki
This error happens because now `ObjectClass` class has `definer` variable that has circular references. ```ruby response.data.instance_values["definer"].instance_values["klass"].instance_values["null_type"].instance_values["of_klass"].instance_values["null_type"].instance_values["of_klass"] ``` https://github.com/github/graphql-client/blob/d19333d9587d7b187bba1f2339dc09a52067f8be/lib/graphql/client/schema/object_type.rb#L177-L187 ActiveSupport(`as_json`) tries to call `instance_values` if `object` doesn't have `to_hash` methods. Therefore...
could you provide a minimal example of a repo to reproduce this error?
possibly just setting null to `untilBuild` and removing `until-build` from `plugin.xml` would work
Hi sorry for the really late reply. The configuration feature was introduced in this PR If you need additional option, PRs are welcome. https://github.com/suusan2go/kotlin-fill-class/pull/49
Hi, I don't have time to look into the actual implementation, but I'm happy to add this feature to this plugin if you can create a PR 👍
@JohNan thank you for the contribution and sorry for the late reply! Can you create separate PRs for these? ~~I'll create a PR for just supporting 221.*~~ I pushed the...
@PJAckerman like `vuetify` treeview component's function `updateAll` ? it looks good! https://vuetifyjs.com/ja/components/treeview/ I don't have much time now, but a pull request is welcome.
@jdriesen Hi, currently this library doesn't support all original props. The supported props are here https://github.com/suusan2go/vuetify-draggable-treeview#api. This limitation comes from the implementation that manually constructs DOM based on the original...
@domschmidt I don't have any idea now, because it did not need for my project. But I'll try to fix it so that we can insert node into empty or...
@Kawacrepe I'm sorry for the late reply. I don't have enough time to implement this feature now, so pull requests are welcome!