Manzoor Wani
Manzoor Wani
A header in a response told me something 👇  So, here I am 😁 WP GraphQL has different mutations for Posts, Comments, Users, Taxonomies etc. but we cannot add...
`orderby` argument does not work as expected when more than one pair is passed. Only the last pair is taken into consideration. Possibly a bug [here](https://github.com/wp-graphql/wp-graphql/blob/771ea045d6c082a3a20ead7acdccffd393d1c1f1/src/Data/Connection/PostObjectConnectionResolver.php#L251,L253). Shouldn't it be ```PHP...
We have a list of items for which we store the list filters using `useReducer`. We want to store certain filters using `useStorageReducer` but not all of them. For example...
See #67467 #### Proposed Changes - Ignore `declaration-property-unit-allowed-list` - Fix VS Code settings to ensure `.css` files are validated #### Testing Instructions - Do a sanity check on Calypso live...
Although we added TypeScript support in monorepo in #23522, but it seems like blocks are built using separate webpack config. Related #16375 #### Changes proposed in this Pull Request: *...
Tabs vs Spaces battle deserves a good amount of space here 😄
### Description I was trying to play around with `@wordpress/components` for a plugin settings page in React for a demo for a WordCamp talk and I immediately noticed some problems...
Fixes # ## Proposed changes: * ### Other information: - [ ] Have you written new tests for your changes, if applicable? - [ ] Have you checked the E2E...
Currently, the initial state for connections management UI uses the old endpoint for connection test results which we need to update. ## Proposed changes: * Change the connection test results...
Extracted from #37531 to its own PR. ## Proposed changes: * Update connections UI initial state for WPCOM ### Other information: - [ ] Have you written new tests for...