Princi Vershwal

Results 10 comments of Princi Vershwal

@feiss Could you check the copy/paste selection shortcut? https://github.com/aframevr/aframe-inspector/pull/426

Yes I saw the cut functionality. It works great. Also by check I meant ticking the copy/paste dialogue in the issue above (Marking it as resolved). Wrong choice of words...

With these three PRs for TryGhost/gscan Bluebird dependency can be completely removed from the gscan module 🤞 🎉

Query 1 ``` SELECT `posts`.*, ( SELECT COUNT(DISTINCT `members_click_events`.`member_id`) FROM `members_click_events` INNER JOIN `redirects` ON `members_click_events`.`redirect_id` = `redirects`.`id` WHERE posts.id = redirects.post_id) AS `count__clicks` FROM `posts` WHERE ( `posts`.`status` in...

Query 2 ``` SELECT COUNT(DISTINCT posts.id) AS aggregate FROM `posts` WHERE ( `posts`.`status` in ('draft') AND `posts`.`type` = 'post' ) ``` Current behavior:- ``` -> Limit: 200 row(s) (cost=6744 rows=1)...

Hey @grand-lotus-iroh, great catch! Thanks for reporting this. If you’ve got a fix for it, we’d really appreciate a PR!

Thanks for reporting this @tmlmt. If you’ve got a fix for it, we’d really appreciate a PR!

Hey @Ovi1kanobe, great catch! Thanks for reporting this. If you’ve got a fix for it, we’d really appreciate a PR!