Avinash Dwarapu
Avinash Dwarapu
## The Problem When iterating through comments in a submission, users have to deal with a `MoreComments`, an object that represents comments that need to be expanded manually. Expanding them...
Requested in https://redd.it/76rrw4. > Is it possible to stream comment replies? e.g.: > > session.my_messages(:category=>'comments').stream { |comment| .. } > > Thanks in advance. > >EDIT: It looks like PRAW...
I'm using this right now, I'm not sure what you might make of it.
## Expected Behavior Currently, it seems that plugins can only be resolved if they're an npm package inside of the node_modules folder (node resolution logic). If I try to load...
**Describe the bug** When calling `wrapSchema` on a schema, the resulting schema breaks when input types provided by a variable are nested inside input types provided in the query directly,...
### Description Proof of concept for replacing the negative margin approach in the grid component with the CSS native `gap` property. Safari 13.x/14.0 doesn't support `gap` on flex, so it's...
### Description #### The problem statement There are a number of components that could render content in portals outside of the standard DOM order. Notably, these are popovers (with `renderWithPortal`)...
### Description https://caniuse.com/mdn-javascript_regular_expressions_unicode_character_class_escape ### How has this been tested? Relying on existing tests and maybe a quick dry run, but maybe a couple more tests won't hurt. Review checklist _The...
### Description Self-explanatory - but the bigger question is whether it'll break anyone. Sending it through my pipeline to check. Related links, issue #, if available: AWSUI-18012 ### How has...
### Description Added a `wrapTriggerText` property. Follows the "negative" prop convention we essentially established for button and status indicator components. It has the name `trigger` in it to both follow...