{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":654766488,"defaultBranch":"main","name":"scriptkeys","ownerLogin":"bigmstone","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-06-16T22:51:49.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4266996?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1688664356.0","currentOid":""},"activityList":{"items":[{"before":"ffeda0038c18b2b8063783ba42aa01ea222c620b","after":null,"ref":"refs/heads/issue-13/fix-helpers","pushedAt":"2023-07-06T17:25:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bigmstone","name":"Matthew Stone","path":"/bigmstone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4266996?s=80&v=4"}},{"before":"acd8942e3083ba7d262933de2a4ccefd6b8e9f0e","after":"6047d1e932c21eee88b2095a1668c0fcba18d75e","ref":"refs/heads/main","pushedAt":"2023-07-06T17:25:54.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"bigmstone","name":"Matthew Stone","path":"/bigmstone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4266996?s=80&v=4"},"commit":{"message":"Merge pull request #14 from bigmstone/issue-13/fix-helpers\n\nHelper Functions Broken","shortMessageHtmlLink":"Merge pull request #14 from bigmstone/issue-13/fix-helpers"}},{"before":null,"after":"ffeda0038c18b2b8063783ba42aa01ea222c620b","ref":"refs/heads/issue-13/fix-helpers","pushedAt":"2023-07-06T17:25:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bigmstone","name":"Matthew Stone","path":"/bigmstone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4266996?s=80&v=4"},"commit":{"message":"Helper Functions Broken\n\nFixing helper functions. These were broken becasue of the use of\n`blocking_send` for tokio channels. Ultimately the lua functions are\nexecutied within the async tokio context but the compiler has no way to\nknow this. So you can't use await inside a non-async function but\nblocking inside the async context will fail. So you must spawn out a new\nasync task and await the async send for this to work properly.","shortMessageHtmlLink":"Helper Functions Broken"}},{"before":"c205084beb45ebef8b32d7bbe96d2cc091c28089","after":null,"ref":"refs/heads/issue-9/first-mapping","pushedAt":"2023-06-26T21:17:34.849Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bigmstone","name":"Matthew Stone","path":"/bigmstone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4266996?s=80&v=4"}},{"before":"e83f479bb5111ff78418e19d1f75ba6468a533fd","after":"acd8942e3083ba7d262933de2a4ccefd6b8e9f0e","ref":"refs/heads/main","pushedAt":"2023-06-26T21:17:31.451Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"bigmstone","name":"Matthew Stone","path":"/bigmstone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4266996?s=80&v=4"},"commit":{"message":"Merge pull request #10 from bigmstone/issue-9/first-mapping\n\nFix Loading only first Mapping","shortMessageHtmlLink":"Merge pull request #10 from bigmstone/issue-9/first-mapping"}},{"before":null,"after":"c205084beb45ebef8b32d7bbe96d2cc091c28089","ref":"refs/heads/issue-9/first-mapping","pushedAt":"2023-06-26T21:16:59.308Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bigmstone","name":"Matthew Stone","path":"/bigmstone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4266996?s=80&v=4"},"commit":{"message":"Fix Loading only first Mapping\n\nRecent change introduced a bug where only the first mapping is added.\nThis was because the mapping parser broke the loop after the fist\nmapping instead of continuing. This commit fixes that issue and adds\nadditional tracing log messages to help in troubleshooting similar\nissues in the future. If I wasn't being lazy I would have written at\ntest for this, but I'm being lazy today.","shortMessageHtmlLink":"Fix Loading only first Mapping"}},{"before":"aa10e1cab65132bfcfe77d041da3a57d2f62061c","after":"e83f479bb5111ff78418e19d1f75ba6468a533fd","ref":"refs/heads/main","pushedAt":"2023-06-24T20:10:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bigmstone","name":"Matthew Stone","path":"/bigmstone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4266996?s=80&v=4"},"commit":{"message":"Updating to 0.2.0\n\nUpdating Cargo.toml to 0.2.0 to get read to push new version.","shortMessageHtmlLink":"Updating to 0.2.0"}},{"before":"bf435e0c27c02aa0257401d84d78918a0d3fdbdf","after":null,"ref":"refs/heads/issue-6/logging","pushedAt":"2023-06-24T20:07:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bigmstone","name":"Matthew Stone","path":"/bigmstone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4266996?s=80&v=4"}},{"before":"d9008f49bc5426f777a6e0a6cd60554963b69ac8","after":"aa10e1cab65132bfcfe77d041da3a57d2f62061c","ref":"refs/heads/main","pushedAt":"2023-06-24T20:07:53.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"bigmstone","name":"Matthew Stone","path":"/bigmstone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4266996?s=80&v=4"},"commit":{"message":"Merge pull request #8 from bigmstone/issue-6/logging\n\nAdding Better Logging","shortMessageHtmlLink":"Merge pull request #8 from bigmstone/issue-6/logging"}},{"before":null,"after":"bf435e0c27c02aa0257401d84d78918a0d3fdbdf","ref":"refs/heads/issue-6/logging","pushedAt":"2023-06-24T20:07:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bigmstone","name":"Matthew Stone","path":"/bigmstone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4266996?s=80&v=4"},"commit":{"message":"Adding Better Logging\n\nAdding much better logging and error handling. Ensuring things get\nwritten to relevant log file.","shortMessageHtmlLink":"Adding Better Logging"}},{"before":"457d271448ba1681770b8eb35c22b9bcc5598877","after":"d9008f49bc5426f777a6e0a6cd60554963b69ac8","ref":"refs/heads/main","pushedAt":"2023-06-24T16:34:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bigmstone","name":"Matthew Stone","path":"/bigmstone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4266996?s=80&v=4"},"commit":{"message":"Updating README.md\n\nRemoving reference to action from README since it's not leveraged.","shortMessageHtmlLink":"Updating README.md"}},{"before":"7f50c2698835aabae9f7c35d594917266c9be621","after":null,"ref":"refs/heads/issue-5/hot-loading","pushedAt":"2023-06-24T04:55:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bigmstone","name":"Matthew Stone","path":"/bigmstone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4266996?s=80&v=4"}},{"before":"b7da83d69cd20ce534a8c0da76d31716b93da1c0","after":"457d271448ba1681770b8eb35c22b9bcc5598877","ref":"refs/heads/main","pushedAt":"2023-06-24T04:55:21.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"bigmstone","name":"Matthew Stone","path":"/bigmstone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4266996?s=80&v=4"},"commit":{"message":"Merge pull request #7 from bigmstone/issue-5/hot-loading\n\nHot Loading","shortMessageHtmlLink":"Merge pull request #7 from bigmstone/issue-5/hot-loading"}},{"before":null,"after":"7f50c2698835aabae9f7c35d594917266c9be621","ref":"refs/heads/issue-5/hot-loading","pushedAt":"2023-06-24T04:53:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bigmstone","name":"Matthew Stone","path":"/bigmstone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4266996?s=80&v=4"},"commit":{"message":"Hot Loading\n\nAdding basic hot loading support for config files as well as script\nfiles.","shortMessageHtmlLink":"Hot Loading"}},{"before":"ee7266d1488ec4cc6a31a69766aa7e101b43fb83","after":"b7da83d69cd20ce534a8c0da76d31716b93da1c0","ref":"refs/heads/main","pushedAt":"2023-06-22T03:58:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bigmstone","name":"Matthew Stone","path":"/bigmstone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4266996?s=80&v=4"},"commit":{"message":"Updating README.md\n\nUpdating main readme to be more complete, correct, and easier to understand.","shortMessageHtmlLink":"Updating README.md"}},{"before":"53f03a1bfc4375568389928a36748c52b4c5255b","after":"ee7266d1488ec4cc6a31a69766aa7e101b43fb83","ref":"refs/heads/main","pushedAt":"2023-06-22T03:58:00.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bigmstone","name":"Matthew Stone","path":"/bigmstone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4266996?s=80&v=4"},"commit":{"message":"Updating README.md\n\nUpdating main readme to be more complete, correct, and easier to understand.","shortMessageHtmlLink":"Updating README.md"}},{"before":"ad19856674b4695c50d3a1eaa586b7ab776318a6","after":"53f03a1bfc4375568389928a36748c52b4c5255b","ref":"refs/heads/main","pushedAt":"2023-06-22T03:57:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bigmstone","name":"Matthew Stone","path":"/bigmstone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4266996?s=80&v=4"},"commit":{"message":"Updating README.md\n\nUpdating main readme to be more complete, correct, and easier to understand.","shortMessageHtmlLink":"Updating README.md"}},{"before":"ef692b463e52575b4a6231f1cd3120ef64359e6b","after":"ad19856674b4695c50d3a1eaa586b7ab776318a6","ref":"refs/heads/main","pushedAt":"2023-06-22T03:46:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bigmstone","name":"Matthew Stone","path":"/bigmstone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4266996?s=80&v=4"},"commit":{"message":"Preparing Cargo.toml for Crates.io publish\n\nUpdating metadata in Cargo.toml for publishing the crate to Crates.io.","shortMessageHtmlLink":"Preparing Cargo.toml for Crates.io publish"}},{"before":"31a02095b91c88be32815cd133b4e03256c42610","after":"ef692b463e52575b4a6231f1cd3120ef64359e6b","ref":"refs/heads/main","pushedAt":"2023-06-20T21:47:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bigmstone","name":"Matthew Stone","path":"/bigmstone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4266996?s=80&v=4"},"commit":{"message":"Create LICENSE","shortMessageHtmlLink":"Create LICENSE"}},{"before":"12b5aaaf11a382969ec7ba28a44fbb74edbb8be4","after":null,"ref":"refs/heads/issue-3/mlua","pushedAt":"2023-06-20T03:49:06.040Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bigmstone","name":"Matthew Stone","path":"/bigmstone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4266996?s=80&v=4"}},{"before":"ae5d4710cb4889ecc590307ea876fdf7d8f46437","after":"31a02095b91c88be32815cd133b4e03256c42610","ref":"refs/heads/main","pushedAt":"2023-06-20T03:49:03.088Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"bigmstone","name":"Matthew Stone","path":"/bigmstone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4266996?s=80&v=4"},"commit":{"message":"Merge pull request #4 from bigmstone/issue-3/mlua\n\nMigration from rlua to mlua","shortMessageHtmlLink":"Merge pull request #4 from bigmstone/issue-3/mlua"}},{"before":"f5f4b9483af4d51530a4a1d0ce0a23c7d0c736a0","after":"12b5aaaf11a382969ec7ba28a44fbb74edbb8be4","ref":"refs/heads/issue-3/mlua","pushedAt":"2023-06-20T03:48:45.539Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bigmstone","name":"Matthew Stone","path":"/bigmstone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4266996?s=80&v=4"},"commit":{"message":"mIGRATION from rlua to mlua\n\nImplementing mlua in the script struct in an attempt to have a fully\nembedded Lua that can also require C Lua libraries from luarocks\nseamlessly.","shortMessageHtmlLink":"mIGRATION from rlua to mlua"}},{"before":null,"after":"f5f4b9483af4d51530a4a1d0ce0a23c7d0c736a0","ref":"refs/heads/issue-3/mlua","pushedAt":"2023-06-20T03:45:06.878Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bigmstone","name":"Matthew Stone","path":"/bigmstone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4266996?s=80&v=4"},"commit":{"message":"Migration from rlua to mlua\n\nImplementing mlua in the script struct in an attempt to have a fully\nembedded Lua that can also require C Lua libraries from luarocks\nseamlessly.","shortMessageHtmlLink":"Migration from rlua to mlua"}},{"before":"3d28e47ffa595f1c0795f46023fdefa1e59ded23","after":null,"ref":"refs/heads/issue-1/CPATH","pushedAt":"2023-06-18T07:01:16.955Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bigmstone","name":"Matthew Stone","path":"/bigmstone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4266996?s=80&v=4"}},{"before":"b01bbbdcd7d0fd1cf660eb218d3f44668a7b3655","after":"ae5d4710cb4889ecc590307ea876fdf7d8f46437","ref":"refs/heads/main","pushedAt":"2023-06-18T07:01:13.947Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"bigmstone","name":"Matthew Stone","path":"/bigmstone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4266996?s=80&v=4"},"commit":{"message":"Merge pull request #2 from bigmstone/issue-1/CPATH\n\nSupport LUA_CPATH in Lua","shortMessageHtmlLink":"Merge pull request #2 from bigmstone/issue-1/CPATH"}},{"before":null,"after":"3d28e47ffa595f1c0795f46023fdefa1e59ded23","ref":"refs/heads/issue-1/CPATH","pushedAt":"2023-06-18T07:00:53.369Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bigmstone","name":"Matthew Stone","path":"/bigmstone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4266996?s=80&v=4"},"commit":{"message":"Support LUA_CPATH in Lua\n\nAdd ability for scripts to require libraries found in `LUA_CPATH`.\nUpdated README to make the trade-off more clear of switching to\n`system-lua`.","shortMessageHtmlLink":"Support LUA_CPATH in Lua"}},{"before":"f1fb235e295156b4ee44e745245f732cdcec0e0c","after":"b01bbbdcd7d0fd1cf660eb218d3f44668a7b3655","ref":"refs/heads/main","pushedAt":"2023-06-17T05:04:09.905Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bigmstone","name":"Matthew Stone","path":"/bigmstone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4266996?s=80&v=4"},"commit":{"message":"Initial Commit","shortMessageHtmlLink":"Initial Commit"}},{"before":null,"after":"f1fb235e295156b4ee44e745245f732cdcec0e0c","ref":"refs/heads/main","pushedAt":"2023-06-17T04:57:50.284Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bigmstone","name":"Matthew Stone","path":"/bigmstone","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4266996?s=80&v=4"},"commit":{"message":"Initial Commit","shortMessageHtmlLink":"Initial Commit"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADUEC2QQA","startCursor":null,"endCursor":null}},"title":"Activity ยท bigmstone/scriptkeys"}