{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":773245060,"defaultBranch":"main","name":"terminal","ownerLogin":"HarshNarayanJha","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-03-17T06:03:52.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/50262541?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1710656573.0","currentOid":""},"activityList":{"items":[{"before":"26e63203741909ee8ac00e4c6ec658884560df17","after":"8bd9578b3ca9d18ba362ce1fff9b396d426b39e9","ref":"refs/heads/main","pushedAt":"2024-04-10T01:30:59.000Z","pushType":"push","commitsCount":33,"pusher":{"login":"HarshNarayanJha","name":"Harsh Narayan Jha","path":"/HarshNarayanJha","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50262541?s=80&v=4"},"commit":{"message":"Fix: UI style errors: Menu items capitalization and … (ellipses) mark misuse (#16886)\n\nI changed the improper capitalization and misuse of ellipses mark (...)\nin the context menu and various other places.\n\nFixes issues #16819 and #16846\n\n## PR Checklist\n- [ ] Closes #16846\n- [x] Tests added/passed - NA\n- [x] Documentation updated - NA\n- If checked, please file a pull request on [our docs\nrepo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx\n- [x] Schema updated (if necessary) - NA","shortMessageHtmlLink":"Fix: UI style errors: Menu items capitalization and … (ellipses) mark…"}},{"before":"b1d2b1b5565bdeb77df4dd006787a0d2d0c13a80","after":"7678d4a17b6195221ce6a3b810d6a7cd1856fa6f","ref":"refs/heads/fix-menu-caps-and-ellipses","pushedAt":"2024-04-09T10:46:16.000Z","pushType":"push","commitsCount":33,"pusher":{"login":"HarshNarayanJha","name":"Harsh Narayan Jha","path":"/HarshNarayanJha","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50262541?s=80&v=4"},"commit":{"message":"Merge branch 'microsoft:main' into fix-menu-caps-and-ellipses","shortMessageHtmlLink":"Merge branch 'microsoft:main' into fix-menu-caps-and-ellipses"}},{"before":"5b8e731e5d64eafc1df5bd0467d4df82028fd13a","after":"26e63203741909ee8ac00e4c6ec658884560df17","ref":"refs/heads/main","pushedAt":"2024-03-27T13:29:03.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"HarshNarayanJha","name":"Harsh Narayan Jha","path":"/HarshNarayanJha","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50262541?s=80&v=4"},"commit":{"message":"Localization Updates - main - 03/27/2024 02:34:17 (#16945)","shortMessageHtmlLink":"Localization Updates - main - 03/27/2024 02:34:17 (microsoft#16945)"}},{"before":"78662fd4b408143e764c7788007ea67d9c966f73","after":"b1d2b1b5565bdeb77df4dd006787a0d2d0c13a80","ref":"refs/heads/fix-menu-caps-and-ellipses","pushedAt":"2024-03-27T07:20:45.000Z","pushType":"push","commitsCount":25,"pusher":{"login":"HarshNarayanJha","name":"Harsh Narayan Jha","path":"/HarshNarayanJha","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50262541?s=80&v=4"},"commit":{"message":"Merge branch 'main' into fix-menu-caps-and-ellipses","shortMessageHtmlLink":"Merge branch 'main' into fix-menu-caps-and-ellipses"}},{"before":"c3ab2fb6a8fbead821f7d4cffe447dc3ce76d5c7","after":"5b8e731e5d64eafc1df5bd0467d4df82028fd13a","ref":"refs/heads/main","pushedAt":"2024-03-22T19:38:35.000Z","pushType":"push","commitsCount":15,"pusher":{"login":"HarshNarayanJha","name":"Harsh Narayan Jha","path":"/HarshNarayanJha","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50262541?s=80&v=4"},"commit":{"message":"AtlasEngine: Fix a OOB read when rendering PUA chars (#16894)\n\nWhen no soft fonts are set up but we're asked to draw a U+EF20, etc.,\r\ncharacter we'll currently read out-of-bounds, because we don't check\r\nwhether the soft fonts array is non-empty. This PR fixes the issue by\r\nfirst getting a slice of the data and then checking if it's ok to use.\r\n\r\nThis changeset additionally fixes a couple constinit vs. constexpr\r\ncases. I changed them to constinit at some point because I thought\r\nthat it's more constexpr than constexpr by guaranteeing initialization\r\nat compile time. But nope, constinit is actually weaker in a way,\r\nbecause while it does guarantee that, it doesn't actually make the\r\ndata constant. In other words, constinit is not `.rdata`.","shortMessageHtmlLink":"AtlasEngine: Fix a OOB read when rendering PUA chars (microsoft#16894)"}},{"before":"5a76fcd80291abbc6e4a14674c77ef916f7fcd79","after":"78662fd4b408143e764c7788007ea67d9c966f73","ref":"refs/heads/fix-menu-caps-and-ellipses","pushedAt":"2024-03-18T18:48:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"HarshNarayanJha","name":"Harsh Narayan Jha","path":"/HarshNarayanJha","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50262541?s=80&v=4"},"commit":{"message":"more eliipses removal","shortMessageHtmlLink":"more eliipses removal"}},{"before":"abc5f8200fd18771f24e020f63f4b21e786cbe85","after":"5a76fcd80291abbc6e4a14674c77ef916f7fcd79","ref":"refs/heads/fix-menu-caps-and-ellipses","pushedAt":"2024-03-18T15:33:13.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"HarshNarayanJha","name":"Harsh Narayan Jha","path":"/HarshNarayanJha","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50262541?s=80&v=4"},"commit":{"message":"Merge branch 'fix-menu-caps-and-ellipses' of https://github.com/HarshNarayanJha/terminal into fix-menu-caps-and-ellipses","shortMessageHtmlLink":"Merge branch 'fix-menu-caps-and-ellipses' of https://github.com/Harsh…"}},{"before":"7e6746ca63544a6eaca7a136972957b328eb2906","after":"abc5f8200fd18771f24e020f63f4b21e786cbe85","ref":"refs/heads/fix-menu-caps-and-ellipses","pushedAt":"2024-03-18T13:24:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"HarshNarayanJha","name":"Harsh Narayan Jha","path":"/HarshNarayanJha","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50262541?s=80&v=4"},"commit":{"message":"some more string refactors","shortMessageHtmlLink":"some more string refactors"}},{"before":"d3e35f089de5a7c65eedc464afc79cd86957eb3d","after":"7e6746ca63544a6eaca7a136972957b328eb2906","ref":"refs/heads/fix-menu-caps-and-ellipses","pushedAt":"2024-03-17T06:34:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"HarshNarayanJha","name":"Harsh Narayan Jha","path":"/HarshNarayanJha","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50262541?s=80&v=4"},"commit":{"message":"fix typo","shortMessageHtmlLink":"fix typo"}},{"before":"c3ab2fb6a8fbead821f7d4cffe447dc3ce76d5c7","after":"d3e35f089de5a7c65eedc464afc79cd86957eb3d","ref":"refs/heads/fix-menu-caps-and-ellipses","pushedAt":"2024-03-17T06:25:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"HarshNarayanJha","name":"Harsh Narayan Jha","path":"/HarshNarayanJha","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50262541?s=80&v=4"},"commit":{"message":"resource string fixes","shortMessageHtmlLink":"resource string fixes"}},{"before":null,"after":"c3ab2fb6a8fbead821f7d4cffe447dc3ce76d5c7","ref":"refs/heads/fix-menu-caps-and-ellipses","pushedAt":"2024-03-17T06:22:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"HarshNarayanJha","name":"Harsh Narayan Jha","path":"/HarshNarayanJha","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50262541?s=80&v=4"},"commit":{"message":"Add support for turning off full-color Emoji (#16871)\n\nThis pull request introduces support for disabling full-color emoji (and\r\ntechnically other COLR-related font features!)\r\n\r\nFull-color emoji don't respond to SGR colors, intensity, faint or blink.\r\nSome users also just prefer the line art ones.\r\n\r\nRelated to #15979\r\nRefs #1790\r\nCloses #956","shortMessageHtmlLink":"Add support for turning off full-color Emoji (microsoft#16871)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAELJFiOwA","startCursor":null,"endCursor":null}},"title":"Activity · HarshNarayanJha/terminal"}