{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":231769719,"defaultBranch":"master","name":"Feral","ownerLogin":"Feral-Lang","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-01-04T13:38:05.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/62206015?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1712806990.0","currentOid":""},"activityList":{"items":[{"before":"8f3e965e95ad437fa2bf500504a805aa540b2229","after":"85dbb2c4961102395cfb58c183625cf343b3e819","ref":"refs/heads/master","pushedAt":"2024-05-18T20:16:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Electrux","name":"Chirag Khandelwal","path":"/Electrux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18194713?s=80&v=4"},"commit":{"message":"remove notes.fer since WhatToDo replaces it","shortMessageHtmlLink":"remove notes.fer since WhatToDo replaces it"}},{"before":"8ae3fefd5600079ed1b791e3221ed4bc9c5dcac0","after":"8f3e965e95ad437fa2bf500504a805aa540b2229","ref":"refs/heads/master","pushedAt":"2024-05-18T20:14:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Electrux","name":"Chirag Khandelwal","path":"/Electrux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18194713?s=80&v=4"},"commit":{"message":"replace all Map with StringMap<...>","shortMessageHtmlLink":"replace all Map<String, ...> with StringMap<...>"}},{"before":"a390b1468f959937986d0774bdc6ebc16a7c8d6e","after":"8ae3fefd5600079ed1b791e3221ed4bc9c5dcac0","ref":"refs/heads/master","pushedAt":"2024-05-18T20:08:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Electrux","name":"Chirag Khandelwal","path":"/Electrux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18194713?s=80&v=4"},"commit":{"message":"replace all Map with StringMap<...>","shortMessageHtmlLink":"replace all Map<String, ...> with StringMap<...>"}},{"before":"a4a914a52909607ab061fabda34ec5d743a90a38","after":"a390b1468f959937986d0774bdc6ebc16a7c8d6e","ref":"refs/heads/master","pushedAt":"2024-05-18T20:02:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Electrux","name":"Chirag Khandelwal","path":"/Electrux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18194713?s=80&v=4"},"commit":{"message":"added FileTy.readAll()","shortMessageHtmlLink":"added FileTy.readAll()"}},{"before":"5d8a97a2590e7b140b8a2723f07d5c0f296622ff","after":"a4a914a52909607ab061fabda34ec5d743a90a38","ref":"refs/heads/master","pushedAt":"2024-05-12T16:22:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Electrux","name":"Chirag Khandelwal","path":"/Electrux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18194713?s=80&v=4"},"commit":{"message":"added FileTy.readAll()","shortMessageHtmlLink":"added FileTy.readAll()"}},{"before":"b243335befa88fe47d1342efa811e7f951a8416d","after":"5d8a97a2590e7b140b8a2723f07d5c0f296622ff","ref":"refs/heads/master","pushedAt":"2024-05-12T15:43:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Electrux","name":"Chirag Khandelwal","path":"/Electrux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18194713?s=80&v=4"},"commit":{"message":"added std/argparse and MapTy.keys()","shortMessageHtmlLink":"added std/argparse and MapTy.keys()"}},{"before":"8d3dbdbf765f58f2e0e42a0bbe9cb0552a49edf4","after":"b243335befa88fe47d1342efa811e7f951a8416d","ref":"refs/heads/master","pushedAt":"2024-04-12T19:29:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Electrux","name":"Chirag Khandelwal","path":"/Electrux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18194713?s=80&v=4"},"commit":{"message":"[Major] Add Windows support + various improvements (#18)\n\n* Added inline keyword\n\n* All tests working now with windows\n\n* Added platform code - to be able to find vs/msbuild installation path for now\n\n* Added os.getEnvHome()\n\n* added VarTypeID types for all core types as `Ty`; Corrected `return self`; to `return ref(self);`\n\nVarTypeIDs for core types help to easily add member functions for those types\n\n* Added vm.fail() in strToInt(); add len() in struct def and struct; update gitignore\n\n* Changed OS_* macros to FER_OS_* (some windows header was defining OS_WINDOWS); added Add/RemoveDllDirectory() support for windows\n\n* cmakeGen is working again\n\n** Also modifies some stuff to prevent clashes with Windows API","shortMessageHtmlLink":"[Major] Add Windows support + various improvements (#18)"}},{"before":"feaed942140b70f063f9519f87db1b25aa55419c","after":"8d3dbdbf765f58f2e0e42a0bbe9cb0552a49edf4","ref":"refs/heads/master","pushedAt":"2024-04-12T16:01:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Electrux","name":"Chirag Khandelwal","path":"/Electrux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18194713?s=80&v=4"},"commit":{"message":"[Major] Add Windows support + various improvements (#18)\n\n* Added inline keyword\n\n* All tests working now with windows\n\n* Added platform code - to be able to find vs/msbuild installation path for now\n\n* Added os.getEnvHome()\n\n* added VarTypeID types for all core types as `Ty`; Corrected `return self`; to `return ref(self);`\n\nVarTypeIDs for core types help to easily add member functions for those types\n\n* Added vm.fail() in strToInt(); add len() in struct def and struct; update gitignore\n\n* Changed OS_* macros to FER_OS_* (some windows header was defining OS_WINDOWS); added Add/RemoveDllDirectory() support for windows\n\n* cmakeGen is working again\n\n** Also modifies some stuff to prevent clashes with Windows API","shortMessageHtmlLink":"[Major] Add Windows support + various improvements (#18)"}},{"before":"4682ad6cf3bddf627e20c16eb776a895596f9319","after":"feaed942140b70f063f9519f87db1b25aa55419c","ref":"refs/heads/master","pushedAt":"2024-04-12T06:42:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Electrux","name":"Chirag Khandelwal","path":"/Electrux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18194713?s=80&v=4"},"commit":{"message":"[Major] Add Windows support + various improvements (#18)\n\n* Added inline keyword\n\n* All tests working now with windows\n\n* Added platform code - to be able to find vs/msbuild installation path for now\n\n* Added os.getEnvHome()\n\n* added VarTypeID types for all core types as `Ty`; Corrected `return self`; to `return ref(self);`\n\nVarTypeIDs for core types help to easily add member functions for those types\n\n* Added vm.fail() in strToInt(); add len() in struct def and struct; update gitignore\n\n* Changed OS_* macros to FER_OS_* (some windows header was defining OS_WINDOWS); added Add/RemoveDllDirectory() support for windows\n\n* cmakeGen is working again\n\n** Also modifies some stuff to prevent clashes with Windows API","shortMessageHtmlLink":"[Major] Add Windows support + various improvements (#18)"}},{"before":"ab7396d111877919af14e3f7790a1b006348aefb","after":"4682ad6cf3bddf627e20c16eb776a895596f9319","ref":"refs/heads/master","pushedAt":"2024-04-12T06:10:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Electrux","name":"Chirag Khandelwal","path":"/Electrux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18194713?s=80&v=4"},"commit":{"message":"[Major] Add Windows support + various improvements (#18)\n\n* Added inline keyword\n\n* All tests working now with windows\n\n* Added platform code - to be able to find vs/msbuild installation path for now\n\n* Added os.getEnvHome()\n\n* added VarTypeID types for all core types as `Ty`; Corrected `return self`; to `return ref(self);`\n\nVarTypeIDs for core types help to easily add member functions for those types\n\n* Added vm.fail() in strToInt(); add len() in struct def and struct; update gitignore\n\n* Changed OS_* macros to FER_OS_* (some windows header was defining OS_WINDOWS); added Add/RemoveDllDirectory() support for windows\n\n* cmakeGen is working again\n\n** Also modifies some stuff to prevent clashes with Windows API","shortMessageHtmlLink":"[Major] Add Windows support + various improvements (#18)"}},{"before":"63f4220652e1b3399d73fc55efe0e48a7d32f4da","after":"ab7396d111877919af14e3f7790a1b006348aefb","ref":"refs/heads/master","pushedAt":"2024-04-12T06:06:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Electrux","name":"Chirag Khandelwal","path":"/Electrux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18194713?s=80&v=4"},"commit":{"message":"[Major] Add Windows support + various improvements (#18)\n\n* Added inline keyword\n\n* All tests working now with windows\n\n* Added platform code - to be able to find vs/msbuild installation path for now\n\n* Added os.getEnvHome()\n\n* added VarTypeID types for all core types as `Ty`; Corrected `return self`; to `return ref(self);`\n\nVarTypeIDs for core types help to easily add member functions for those types\n\n* Added vm.fail() in strToInt(); add len() in struct def and struct; update gitignore\n\n* Changed OS_* macros to FER_OS_* (some windows header was defining OS_WINDOWS); added Add/RemoveDllDirectory() support for windows\n\n* cmakeGen is working again\n\n** Also modifies some stuff to prevent clashes with Windows API","shortMessageHtmlLink":"[Major] Add Windows support + various improvements (#18)"}},{"before":"53a01d92cfe6954e2b4c93ac71d1bb0e25d443fe","after":"63f4220652e1b3399d73fc55efe0e48a7d32f4da","ref":"refs/heads/master","pushedAt":"2024-04-12T01:18:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Electrux","name":"Chirag Khandelwal","path":"/Electrux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18194713?s=80&v=4"},"commit":{"message":"[Major] Add Windows support + various improvements (#18)\n\n* Added inline keyword\n\n* All tests working now with windows\n\n* Added platform code - to be able to find vs/msbuild installation path for now\n\n* Added os.getEnvHome()\n\n* added VarTypeID types for all core types as `Ty`; Corrected `return self`; to `return ref(self);`\n\nVarTypeIDs for core types help to easily add member functions for those types\n\n* Added vm.fail() in strToInt(); add len() in struct def and struct; update gitignore\n\n* Changed OS_* macros to FER_OS_* (some windows header was defining OS_WINDOWS); added Add/RemoveDllDirectory() support for windows\n\n* cmakeGen is working again\n\n** Also modifies some stuff to prevent clashes with Windows API","shortMessageHtmlLink":"[Major] Add Windows support + various improvements (#18)"}},{"before":"48a42635271e176ead0677dec5caa5d05aa503cf","after":"53a01d92cfe6954e2b4c93ac71d1bb0e25d443fe","ref":"refs/heads/master","pushedAt":"2024-04-12T01:16:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Electrux","name":"Chirag Khandelwal","path":"/Electrux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18194713?s=80&v=4"},"commit":{"message":"[Major] Add Windows support + various improvements (#18)\n\n* Added inline keyword\n\n* All tests working now with windows\n\n* Added platform code - to be able to find vs/msbuild installation path for now\n\n* Added os.getEnvHome()\n\n* added VarTypeID types for all core types as `Ty`; Corrected `return self`; to `return ref(self);`\n\nVarTypeIDs for core types help to easily add member functions for those types\n\n* Added vm.fail() in strToInt(); add len() in struct def and struct; update gitignore\n\n* Changed OS_* macros to FER_OS_* (some windows header was defining OS_WINDOWS); added Add/RemoveDllDirectory() support for windows\n\n* cmakeGen is working again\n\n** Also modifies some stuff to prevent clashes with Windows API","shortMessageHtmlLink":"[Major] Add Windows support + various improvements (#18)"}},{"before":"9b5815a2f3ee225f59bb9b42692e2853b58bd8cb","after":"48a42635271e176ead0677dec5caa5d05aa503cf","ref":"refs/heads/master","pushedAt":"2024-04-11T03:47:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Electrux","name":"Chirag Khandelwal","path":"/Electrux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18194713?s=80&v=4"},"commit":{"message":"[Major] Add Windows support + various improvements (#18)\n\n* Added inline keyword\n\n* All tests working now with windows\n\n* Added platform code - to be able to find vs/msbuild installation path for now\n\n* Added os.getEnvHome()\n\n* added VarTypeID types for all core types as `Ty`; Corrected `return self`; to `return ref(self);`\n\nVarTypeIDs for core types help to easily add member functions for those types\n\n* Added vm.fail() in strToInt(); add len() in struct def and struct; update gitignore\n\n* Changed OS_* macros to FER_OS_* (some windows header was defining OS_WINDOWS); added Add/RemoveDllDirectory() support for windows\n\n* cmakeGen is working again","shortMessageHtmlLink":"[Major] Add Windows support + various improvements (#18)"}},{"before":"669e0db09c2465207f1cb93f17deb18c50785d4e","after":null,"ref":"refs/heads/windows","pushedAt":"2024-04-11T03:43:10.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Electrux","name":"Chirag Khandelwal","path":"/Electrux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18194713?s=80&v=4"}},{"before":"ecb2afc87a5246c5acecfb05841565634e0444d8","after":"9b5815a2f3ee225f59bb9b42692e2853b58bd8cb","ref":"refs/heads/master","pushedAt":"2024-04-11T03:43:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Electrux","name":"Chirag Khandelwal","path":"/Electrux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18194713?s=80&v=4"},"commit":{"message":"[Major] Add Windows support + various improvements (#18)\n\n* Added inline keyword\r\n\r\n* All tests working now with windows\r\n\r\n* Added platform code - to be able to find vs/msbuild installation path for now\r\n\r\n* Added os.getEnvHome()\r\n\r\n* added VarTypeID types for all core types as `Ty`; Corrected `return self`; to `return ref(self);`\r\n\r\nVarTypeIDs for core types help to easily add member functions for those types\r\n\r\n* Added vm.fail() in strToInt(); add len() in struct def and struct; update gitignore\r\n\r\n* Changed OS_* macros to FER_OS_* (some windows header was defining OS_WINDOWS); added Add/RemoveDllDirectory() support for windows\r\n\r\n* cmakeGen is working again","shortMessageHtmlLink":"[Major] Add Windows support + various improvements (#18)"}},{"before":"cdcd3554698c853c18b0c3e9e3fb64510866f26e","after":"669e0db09c2465207f1cb93f17deb18c50785d4e","ref":"refs/heads/windows","pushedAt":"2024-04-11T03:31:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Electrux","name":"Chirag Khandelwal","path":"/Electrux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18194713?s=80&v=4"},"commit":{"message":"cmakeGen is starting to work again","shortMessageHtmlLink":"cmakeGen is starting to work again"}},{"before":"f18dadac394aa005d286e54c4d4075e1aa9245a7","after":"cdcd3554698c853c18b0c3e9e3fb64510866f26e","ref":"refs/heads/windows","pushedAt":"2024-04-11T03:25:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Electrux","name":"Chirag Khandelwal","path":"/Electrux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18194713?s=80&v=4"},"commit":{"message":"cmakeGen is starting to work again","shortMessageHtmlLink":"cmakeGen is starting to work again"}},{"before":"10f4fe248fef7e0bd540550639412692a9569fe8","after":"f18dadac394aa005d286e54c4d4075e1aa9245a7","ref":"refs/heads/windows","pushedAt":"2024-04-11T03:21:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Electrux","name":"Chirag Khandelwal","path":"/Electrux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18194713?s=80&v=4"},"commit":{"message":"cmakeGen is starting to work again","shortMessageHtmlLink":"cmakeGen is starting to work again"}},{"before":"c7f4308a09f5fb5cadc55cc2088b2b19db1fb540","after":"10f4fe248fef7e0bd540550639412692a9569fe8","ref":"refs/heads/windows","pushedAt":"2024-04-11T02:35:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Electrux","name":"Chirag Khandelwal","path":"/Electrux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18194713?s=80&v=4"},"commit":{"message":"cmakeGen is starting to work again","shortMessageHtmlLink":"cmakeGen is starting to work again"}},{"before":"05ff94e6584e94e3f644812ae35cacedee9183ed","after":"c7f4308a09f5fb5cadc55cc2088b2b19db1fb540","ref":"refs/heads/windows","pushedAt":"2024-04-11T02:32:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Electrux","name":"Chirag Khandelwal","path":"/Electrux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18194713?s=80&v=4"},"commit":{"message":"cmakeGen is starting to work again","shortMessageHtmlLink":"cmakeGen is starting to work again"}},{"before":"05275715772abf4a508a228b6b675f6e84eecad1","after":"05ff94e6584e94e3f644812ae35cacedee9183ed","ref":"refs/heads/windows","pushedAt":"2024-04-10T10:08:13.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Electrux","name":"Chirag Khandelwal","path":"/Electrux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18194713?s=80&v=4"},"commit":{"message":"changed OS_* macros to FER_OS_* (some windows header was defining OS_WINDOWS); added Add/RemoveDllDirectory() support for windows","shortMessageHtmlLink":"changed OS_* macros to FER_OS_* (some windows header was defining OS_…"}},{"before":"cf7441e8c8ff283763e10aa2c51f1528c47b4fce","after":"05275715772abf4a508a228b6b675f6e84eecad1","ref":"refs/heads/windows","pushedAt":"2024-04-10T09:55:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Electrux","name":"Chirag Khandelwal","path":"/Electrux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18194713?s=80&v=4"},"commit":{"message":"changed OS_* macros to FER_OS_* (some windows header was defining OS_WINDOWS); added Add/RemoveDllDirectory() support for windows","shortMessageHtmlLink":"changed OS_* macros to FER_OS_* (some windows header was defining OS_…"}},{"before":"085b1ec3afd74da6859c24376148887ff3202cfb","after":"cf7441e8c8ff283763e10aa2c51f1528c47b4fce","ref":"refs/heads/windows","pushedAt":"2024-04-10T07:46:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Electrux","name":"Chirag Khandelwal","path":"/Electrux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18194713?s=80&v=4"},"commit":{"message":"added vm.fail() in strToInt(); add len() in struct def and struct; update gitignore","shortMessageHtmlLink":"added vm.fail() in strToInt(); add len() in struct def and struct; up…"}},{"before":"4f8a21acbdd2ce1df27428fc17729734fc5130b4","after":"085b1ec3afd74da6859c24376148887ff3202cfb","ref":"refs/heads/windows","pushedAt":"2024-04-10T05:19:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Electrux","name":"Chirag Khandelwal","path":"/Electrux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18194713?s=80&v=4"},"commit":{"message":"added VarTypeID types for all core types as `Ty`; Corrected `return self`; to `return ref(self);`\n\nVarTypeIDs for core types help to easily add member functions for those types","shortMessageHtmlLink":"added VarTypeID types for all core types as <TypeName>Ty; Corrected…"}},{"before":"662bceb46b7e86672f91fb49e5f26a0ec522eac8","after":"4f8a21acbdd2ce1df27428fc17729734fc5130b4","ref":"refs/heads/windows","pushedAt":"2024-04-10T05:18:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Electrux","name":"Chirag Khandelwal","path":"/Electrux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18194713?s=80&v=4"},"commit":{"message":"added VarTypeID types for all core types as `Ty` to easily add member functions for those types","shortMessageHtmlLink":"added VarTypeID types for all core types as <TypeName>Ty to easily …"}},{"before":"9a7b1e4ff4e2c811a6f882726a738483e8132bd5","after":"662bceb46b7e86672f91fb49e5f26a0ec522eac8","ref":"refs/heads/windows","pushedAt":"2024-04-09T16:55:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Electrux","name":"Chirag Khandelwal","path":"/Electrux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18194713?s=80&v=4"},"commit":{"message":"added os.getEnvHome()","shortMessageHtmlLink":"added os.getEnvHome()"}},{"before":"fd8b050b1b429e016c38d80df4228a41e3c12034","after":"9a7b1e4ff4e2c811a6f882726a738483e8132bd5","ref":"refs/heads/windows","pushedAt":"2024-04-09T16:34:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Electrux","name":"Chirag Khandelwal","path":"/Electrux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18194713?s=80&v=4"},"commit":{"message":"added platform code - to be able to find vs/msbuild installation path for now","shortMessageHtmlLink":"added platform code - to be able to find vs/msbuild installation path…"}},{"before":"99290b562eee062bfc29449339e0a024e33a3ebe","after":"fd8b050b1b429e016c38d80df4228a41e3c12034","ref":"refs/heads/windows","pushedAt":"2024-04-09T00:09:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Electrux","name":"Chirag Khandelwal","path":"/Electrux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18194713?s=80&v=4"},"commit":{"message":"all tests working now with windows","shortMessageHtmlLink":"all tests working now with windows"}},{"before":"9151f870cc317a2a77694930fa639d4932a63300","after":"99290b562eee062bfc29449339e0a024e33a3ebe","ref":"refs/heads/windows","pushedAt":"2024-04-08T23:07:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Electrux","name":"Chirag Khandelwal","path":"/Electrux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18194713?s=80&v=4"},"commit":{"message":"all tests working now with windows","shortMessageHtmlLink":"all tests working now with windows"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAETcWdUgA","startCursor":null,"endCursor":null}},"title":"Activity · Feral-Lang/Feral"}