Deepak Kumar

Results 48 comments of Deepak Kumar

@FelixMalfait SSE are great for unidirectional communication. But making it bidirectional has its own benefit. As this application is gonna be enterprise grade tackling numerous use-cases, I think decision to...

@FelixMalfait, What do you mean by this? > Console.log the received events in DB Like on getting event streams from Websockets on frontend, I should only do a console.log, right?...

@johnbillion @swissspidy Is it still open for working? I can work on this.

@kkmuffme / @danielbachhuber, The `wp plugin update --all` is already displaying the plugins being updated one by one and another table view for all updates. Refer - https://github.com/wp-cli/extension-command#wp-plugin-update So, is...

Got it. I inspected the codebase and found that this change need to be made in WP core codebase here https://github.com/WordPress/WordPress/blob/master/wp-admin/includes/class-plugin-upgrader.php#L378-L379 as messages are broadcasted from the core not the...

@martmull Is this still a pending issue to be worked upon? I can see GraphQL explorer on both docs and main site.

Hey @FelixMalfait, I'm ready to pick both tickets. Could you check the Figma designs? The attached screenshots on this issue are not present in Figma referred on other ticket.

Hi @bosiraphael, I'm interested in working on this. Could you guide me how can email threads be shown on UI on local? Currently, it's blank on my side. Have already...

Hi @Bonapara, I'm interested in working on this. Please have a review of the below engineering notes in order to confirm the development pieces, just to be on same page....

Thanks @FelixMalfait. I've started working on this. Will raise PR once ready.