{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":7608007,"defaultBranch":"master","name":"racket-mode","ownerLogin":"greghendershott","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-01-14T16:32:48.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/265119?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1713617376.0","currentOid":""},"activityList":{"items":[{"before":"0be7ba95815bd598d0d8b2684b11f1b4a3494ec3","after":null,"ref":"refs/heads/doc-tweaks","pushedAt":"2024-04-20T12:49:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"greghendershott","name":"Greg Hendershott","path":"/greghendershott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/265119?s=80&v=4"}},{"before":"7f2a6a8f2c21b45576302102b68024e9e5ba5282","after":"0be7ba95815bd598d0d8b2684b11f1b4a3494ec3","ref":"refs/heads/master","pushedAt":"2024-04-20T12:48:19.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"greghendershott","name":"Greg Hendershott","path":"/greghendershott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/265119?s=80&v=4"},"commit":{"message":"Bump setup-racket to 1.11","shortMessageHtmlLink":"Bump setup-racket to 1.11"}},{"before":"d5f4007fd2c2604673125035f4852dce1b639b33","after":"0be7ba95815bd598d0d8b2684b11f1b4a3494ec3","ref":"refs/heads/doc-tweaks","pushedAt":"2024-04-19T11:13:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"greghendershott","name":"Greg Hendershott","path":"/greghendershott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/265119?s=80&v=4"},"commit":{"message":"Bump setup-racket to 1.11","shortMessageHtmlLink":"Bump setup-racket to 1.11"}},{"before":null,"after":"d5f4007fd2c2604673125035f4852dce1b639b33","ref":"refs/heads/doc-tweaks","pushedAt":"2024-04-18T14:45:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"greghendershott","name":"Greg Hendershott","path":"/greghendershott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/265119?s=80&v=4"},"commit":{"message":"Remove :tag for defgroup and defcustom\n\nIt wasn't really adding value; just noise.","shortMessageHtmlLink":"Remove :tag for defgroup and defcustom"}},{"before":"7f2a6a8f2c21b45576302102b68024e9e5ba5282","after":null,"ref":"refs/heads/issue-706-2","pushedAt":"2024-04-16T14:09:08.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"greghendershott","name":"Greg Hendershott","path":"/greghendershott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/265119?s=80&v=4"}},{"before":"a0aff4dc01be41bfc5f94889f91ad5cdff9e24b6","after":"7f2a6a8f2c21b45576302102b68024e9e5ba5282","ref":"refs/heads/master","pushedAt":"2024-04-16T14:08:58.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"greghendershott","name":"Greg Hendershott","path":"/greghendershott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/265119?s=80&v=4"},"commit":{"message":"Explain direnv scenario in back end scenarios example of Guide\n\nExtra documentation for issue #706.","shortMessageHtmlLink":"Explain direnv scenario in back end scenarios example of Guide"}},{"before":"a0aff4dc01be41bfc5f94889f91ad5cdff9e24b6","after":null,"ref":"refs/heads/issue-706","pushedAt":"2024-04-16T14:08:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"greghendershott","name":"Greg Hendershott","path":"/greghendershott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/265119?s=80&v=4"}},{"before":"46a882f40524dd84f5836b8207e3498387b9d689","after":"7f2a6a8f2c21b45576302102b68024e9e5ba5282","ref":"refs/heads/issue-706-2","pushedAt":"2024-04-16T13:15:39.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"greghendershott","name":"Greg Hendershott","path":"/greghendershott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/265119?s=80&v=4"},"commit":{"message":"Explain direnv scenario in back end scenarios example of Guide\n\nExtra documentation for issue #706.","shortMessageHtmlLink":"Explain direnv scenario in back end scenarios example of Guide"}},{"before":null,"after":"46a882f40524dd84f5836b8207e3498387b9d689","ref":"refs/heads/issue-706-2","pushedAt":"2024-04-16T12:15:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"greghendershott","name":"Greg Hendershott","path":"/greghendershott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/265119?s=80&v=4"},"commit":{"message":"Explain direnv scenario in back end scenarios example of Guide\n\nExtra documentation for issue #706.","shortMessageHtmlLink":"Explain direnv scenario in back end scenarios example of Guide"}},{"before":"fd3e3ddf12aef6d7661b5a2c0f70afc7107b7fd9","after":"a0aff4dc01be41bfc5f94889f91ad5cdff9e24b6","ref":"refs/heads/master","pushedAt":"2024-04-12T23:06:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"greghendershott","name":"Greg Hendershott","path":"/greghendershott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/265119?s=80&v=4"},"commit":{"message":"Ensure REPLs per back end; document direnv; closes #706\n\nImprove racket-repl-buffer-name-project to be per back end as well as\nper project. In other words, if a project subdir happens to use an\nenvrc with a distinct back end, that has to be a distinct REPL.\n\nDocument how to ensure distinct back ends for people using direnv and\nenvrc-mode.","shortMessageHtmlLink":"Ensure REPLs per back end; document direnv; closes #706"}},{"before":"3ed4c86af30483d4817c0e75eec70d96afd64ac9","after":"a0aff4dc01be41bfc5f94889f91ad5cdff9e24b6","ref":"refs/heads/issue-706","pushedAt":"2024-04-12T18:41:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"greghendershott","name":"Greg Hendershott","path":"/greghendershott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/265119?s=80&v=4"},"commit":{"message":"Ensure REPLs per back end; document direnv; closes #706\n\nImprove racket-repl-buffer-name-project to be per back end as well as\nper project. In other words, if a project subdir happens to use an\nenvrc with a distinct back end, that has to be a distinct REPL.\n\nDocument how to ensure distinct back ends for people using direnv and\nenvrc-mode.","shortMessageHtmlLink":"Ensure REPLs per back end; document direnv; closes #706"}},{"before":"6970ee7ecb5d1e1dd8f089b1de0c57cd2ba99323","after":"3ed4c86af30483d4817c0e75eec70d96afd64ac9","ref":"refs/heads/issue-706","pushedAt":"2024-04-12T13:08:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"greghendershott","name":"Greg Hendershott","path":"/greghendershott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/265119?s=80&v=4"},"commit":{"message":"Improve prose about direnv and back ends for issue #706","shortMessageHtmlLink":"Improve prose about direnv and back ends for issue #706"}},{"before":"2d5207e8c9cc07671d5be2e5f95b34a546b5772a","after":"6970ee7ecb5d1e1dd8f089b1de0c57cd2ba99323","ref":"refs/heads/issue-706","pushedAt":"2024-04-11T18:32:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"greghendershott","name":"Greg Hendershott","path":"/greghendershott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/265119?s=80&v=4"},"commit":{"message":"Abandon automagical envrc-mode-hook; instead recommend dir-locals\n\nAlthough a neat idea it can't reliably run soon enough.\n\nEffectively this commit reverts a chunk of the previous commit\nconcerning that hook. However it preserves the change where we make\nsure REPLs are per-back-end.","shortMessageHtmlLink":"Abandon automagical envrc-mode-hook; instead recommend dir-locals"}},{"before":"1d8df67fc08c62bc7cc243acc120e4583b6add28","after":"2d5207e8c9cc07671d5be2e5f95b34a546b5772a","ref":"refs/heads/issue-706","pushedAt":"2024-04-10T11:44:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"greghendershott","name":"Greg Hendershott","path":"/greghendershott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/265119?s=80&v=4"},"commit":{"message":"Use envrc-mode-hook to add back ends; closes #706\n\nAlso improve racket-repl-buffer-name-project to be per back end as\nwell as per project. In other words, if a project subdir happens to\nuse an envrc with a distinct back end, that has to be a distinct REPL.","shortMessageHtmlLink":"Use envrc-mode-hook to add back ends; closes #706"}},{"before":"a90f66ce38d4aa7e1c08e2b0d89d5b521e9f2e79","after":"1d8df67fc08c62bc7cc243acc120e4583b6add28","ref":"refs/heads/issue-706","pushedAt":"2024-04-09T20:21:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"greghendershott","name":"Greg Hendershott","path":"/greghendershott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/265119?s=80&v=4"},"commit":{"message":"Use envrc-mode-hook to add back ends; closes #706\n\nAlso improve racket-repl-buffer-name-project to be per back end as\nwell as per project. In other words, if a project subdir happens to\nuse an envrc with a distinct back end, that has to be a distinct REPL.","shortMessageHtmlLink":"Use envrc-mode-hook to add back ends; closes #706"}},{"before":"66263341876bcd59394275a3a377ec808d0ef295","after":"a90f66ce38d4aa7e1c08e2b0d89d5b521e9f2e79","ref":"refs/heads/issue-706","pushedAt":"2024-04-09T20:14:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"greghendershott","name":"Greg Hendershott","path":"/greghendershott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/265119?s=80&v=4"},"commit":{"message":"Use envrc-mode-hook to add back ends; closes #706\n\nAlso improve racket-repl-buffer-name-project to be per back end as\nwell as per project. In other words, if a project subdir happens to\nuse an envrc with a distinct back end, that has to be a distinct REPL.","shortMessageHtmlLink":"Use envrc-mode-hook to add back ends; closes #706"}},{"before":"db5e3ab50f3988472cacce3073ee5aad7695beda","after":"66263341876bcd59394275a3a377ec808d0ef295","ref":"refs/heads/issue-706","pushedAt":"2024-04-09T20:09:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"greghendershott","name":"Greg Hendershott","path":"/greghendershott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/265119?s=80&v=4"},"commit":{"message":"Use envrc-mode-hook to add back ends; closes #706\n\nAlso improve racket-repl-buffer-name-project to be per back end as\nwell as per project. In other words, if a project subdir happens to\nuse an envrc with a distinct back end, that has to be a distinct REPL.","shortMessageHtmlLink":"Use envrc-mode-hook to add back ends; closes #706"}},{"before":null,"after":"db5e3ab50f3988472cacce3073ee5aad7695beda","ref":"refs/heads/issue-706","pushedAt":"2024-04-09T20:05:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"greghendershott","name":"Greg Hendershott","path":"/greghendershott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/265119?s=80&v=4"},"commit":{"message":"Use envrc-mode-hook to add back ends; closes #706\n\nAlso improve racket-repl-buffer-name-project to be per back end as\nwell as per project. In other words, if a project subdir happens to\nuse an envrc with a distinct back end, that has to be a distinct REPL.","shortMessageHtmlLink":"Use envrc-mode-hook to add back ends; closes #706"}},{"before":"fd3e3ddf12aef6d7661b5a2c0f70afc7107b7fd9","after":null,"ref":"refs/heads/issue-705","pushedAt":"2024-03-20T01:05:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"greghendershott","name":"Greg Hendershott","path":"/greghendershott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/265119?s=80&v=4"}},{"before":"daf70fde654019bb7783e9fa259fa68b0ee7ab32","after":"fd3e3ddf12aef6d7661b5a2c0f70afc7107b7fd9","ref":"refs/heads/master","pushedAt":"2024-03-20T01:05:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"greghendershott","name":"Greg Hendershott","path":"/greghendershott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/265119?s=80&v=4"},"commit":{"message":"Handle REPL submissions with multiple read-able values; fixes #705\n\nThe REPL redesign in commit 2522488 regressed #319. Revive that\ndesired behavior in the new design.","shortMessageHtmlLink":"Handle REPL submissions with multiple read-able values; fixes #705"}},{"before":null,"after":"fd3e3ddf12aef6d7661b5a2c0f70afc7107b7fd9","ref":"refs/heads/issue-705","pushedAt":"2024-03-19T20:03:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"greghendershott","name":"Greg Hendershott","path":"/greghendershott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/265119?s=80&v=4"},"commit":{"message":"Handle REPL submissions with multiple read-able values; fixes #705\n\nThe REPL redesign in commit 2522488 regressed #319. Revive that\ndesired behavior in the new design.","shortMessageHtmlLink":"Handle REPL submissions with multiple read-able values; fixes #705"}},{"before":"483a1e7dc78b8507a3204cf6d0f8c3e5a5b6be70","after":"daf70fde654019bb7783e9fa259fa68b0ee7ab32","ref":"refs/heads/master","pushedAt":"2024-03-17T00:30:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"greghendershott","name":"Greg Hendershott","path":"/greghendershott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/265119?s=80&v=4"},"commit":{"message":"racket-doc: Dont expand-file-name racket-program","shortMessageHtmlLink":"racket-doc: Dont expand-file-name racket-program"}},{"before":"51b5639f69311e6babef8925d6fa130d29fb9f17","after":"8c393a31ec7b54196bbf7feab68ba9e395aa6a34","ref":"refs/heads/issue-692","pushedAt":"2024-03-13T14:44:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"greghendershott","name":"Greg Hendershott","path":"/greghendershott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/265119?s=80&v=4"},"commit":{"message":"Regenerate docs","shortMessageHtmlLink":"Regenerate docs"}},{"before":"483a1e7dc78b8507a3204cf6d0f8c3e5a5b6be70","after":null,"ref":"refs/heads/issue-703","pushedAt":"2024-03-13T14:35:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"greghendershott","name":"Greg Hendershott","path":"/greghendershott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/265119?s=80&v=4"}},{"before":"f803fa1ce5309ae074c12f1294bbbad8baf5a340","after":"483a1e7dc78b8507a3204cf6d0f8c3e5a5b6be70","ref":"refs/heads/master","pushedAt":"2024-03-13T14:34:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"greghendershott","name":"Greg Hendershott","path":"/greghendershott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/265119?s=80&v=4"},"commit":{"message":"racket-xp: Handle narrowing; fixes #703","shortMessageHtmlLink":"racket-xp: Handle narrowing; fixes #703"}},{"before":null,"after":"483a1e7dc78b8507a3204cf6d0f8c3e5a5b6be70","ref":"refs/heads/issue-703","pushedAt":"2024-03-12T13:12:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"greghendershott","name":"Greg Hendershott","path":"/greghendershott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/265119?s=80&v=4"},"commit":{"message":"racket-xp: Handle narrowing; fixes #703","shortMessageHtmlLink":"racket-xp: Handle narrowing; fixes #703"}},{"before":"f0e85dfea0a1b3b4dccc3f897ba26165ba65ee53","after":"51b5639f69311e6babef8925d6fa130d29fb9f17","ref":"refs/heads/issue-692","pushedAt":"2024-03-08T20:18:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"greghendershott","name":"Greg Hendershott","path":"/greghendershott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/265119?s=80&v=4"},"commit":{"message":"Regenerate docs","shortMessageHtmlLink":"Regenerate docs"}},{"before":"d1d1ad216b51366a031fb23384ac680b903c5b35","after":"f0e85dfea0a1b3b4dccc3f897ba26165ba65ee53","ref":"refs/heads/issue-692","pushedAt":"2024-03-07T14:45:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"greghendershott","name":"Greg Hendershott","path":"/greghendershott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/265119?s=80&v=4"},"commit":{"message":"Improve doc prose","shortMessageHtmlLink":"Improve doc prose"}},{"before":"f803fa1ce5309ae074c12f1294bbbad8baf5a340","after":null,"ref":"refs/heads/issue-620","pushedAt":"2024-03-01T17:42:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"greghendershott","name":"Greg Hendershott","path":"/greghendershott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/265119?s=80&v=4"}},{"before":"5e9412ad160f8252438bb72993e3099e5230a6c3","after":"f803fa1ce5309ae074c12f1294bbbad8baf5a340","ref":"refs/heads/master","pushedAt":"2024-03-01T17:42:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"greghendershott","name":"Greg Hendershott","path":"/greghendershott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/265119?s=80&v=4"},"commit":{"message":"racket-browse-url-function: Vary default by platform; closes #620","shortMessageHtmlLink":"racket-browse-url-function: Vary default by platform; closes #620"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAENdU8AgA","startCursor":null,"endCursor":null}},"title":"Activity ยท greghendershott/racket-mode"}