Dovid Levine

Results 276 comments of Dovid Levine

Apologies - didnt see the request for suggestions. Unsure how beautifier.io works, but ideally html tags should just inherit the php indentation, while ignoring `` tags that are on their...

Im having the same issue with VSCode on Windows 10. Issue occurs when my project's class `extends` a 3rd party class that isnt managed by composer. Currently working on WordPress...

@bmewburn open in the workspace. However in past versions, even that wouldn't have mattered, the `extends` would have been enough for it to know that the class is a child......

Exact same use case here. Ive got an abstract class `ObjectType`, whose children can optionally implement various interfaces. ```php /** * Class - ObjectType */ abstract class ObjectType { ......

@kidunot89 Sadly, the issue persists in v0.7.0...

Throwing in random error_logs, `class-wc-terms.php` :: `register_connections()` gets the correct `$term_ids`, and it seems to stay until `TermObjectConnectionResolver->get_ids()`. `TermObjectConnectionResolver->get_query` has `terms` empty.

On further inspection, it seems that the issue is that the plugin is using the `term_id` for the `term_taxonomy_id`. So for a (real world example) ``` WP_Term Object ( [term_id]...

My tests were run on a clean install with only WC, WPGraphQL, WooGraphQL and JWT, but I did use product data imported from a live site (which has bookings and...

@kidunot89 iirc you can replicate this by creating a a category and a product cat with the same name. The term id is shared by any terms with the same...