{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":763747649,"defaultBranch":"main","name":"elodin","ownerLogin":"elodin-sys","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2024-02-26T21:07:50.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/139720373?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1714762311.0","currentOid":""},"activityList":{"items":[{"before":"968e6b70a554ca4b9dccf80026ed7fbd8bbafa70","after":"491f3f5107f40b5c95cdc60d92d731aa0468790a","ref":"refs/heads/main","pushedAt":"2024-05-22T16:14:33.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"akhilles","name":"Akhil Velagapudi","path":"/akhilles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4852873?s=80&v=4"},"commit":{"message":"chore(nox-ecs): move `System`, et all to `conduit` (#468)","shortMessageHtmlLink":"chore(nox-ecs): move System, et all to conduit (#468)"}},{"before":"540753347e62dd482c617e0b6b14b209a8e669ed","after":"968e6b70a554ca4b9dccf80026ed7fbd8bbafa70","ref":"refs/heads/main","pushedAt":"2024-05-21T20:57:34.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"akhilles","name":"Akhil Velagapudi","path":"/akhilles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4852873?s=80&v=4"},"commit":{"message":"feat(cli): add support for replaying history (#463)\n\n* chore(nox-ecs): move subscriptions to conduit\r\n\r\nSigned-off-by: Akhil Velagapudi <4@4khil.com>\r\n\r\n* feat(conduit): add replay backend\r\n\r\nSigned-off-by: Akhil Velagapudi <4@4khil.com>\r\n\r\n* feat(nox-py): don't merge batch results\r\n\r\nThere's no point in combining the results of all the samples in the\r\nmonte carlo agent only to split them up again in nox-py before running\r\nin pytest.\r\n\r\nSigned-off-by: Akhil Velagapudi <4@4khil.com>\r\n\r\n* feat(cli): add support for replaying history\r\n\r\nUsage: `elodin editor path/to/history/dir`\r\n\r\nSigned-off-by: Akhil Velagapudi <4@4khil.com>\r\n\r\n* feat(nox-ecs): move time_step to world metadata\r\n\r\nIt never really belonged in exec metadata. It was just stuck there\r\nbecause there was no world metadata file yet.\r\n\r\nSigned-off-by: Akhil Velagapudi <4@4khil.com>\r\n\r\n* feat(nox-py): recursively search results dir for samples\r\n\r\nSigned-off-by: Akhil Velagapudi <4@4khil.com>\r\n\r\n---------\r\n\r\nSigned-off-by: Akhil Velagapudi <4@4khil.com>","shortMessageHtmlLink":"feat(cli): add support for replaying history (#463)"}},{"before":"ca3f0ea50644b0fe1997007cdbac24fe5e82a2a1","after":"540753347e62dd482c617e0b6b14b209a8e669ed","ref":"refs/heads/main","pushedAt":"2024-05-21T16:13:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"akhilles","name":"Akhil Velagapudi","path":"/akhilles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4852873?s=80&v=4"},"commit":{"message":"Added doc-comments to Nox (#13)\n\n* commented error.rs\r\n\r\n* commented client.rs\r\n\r\n* started commenting noxpr.rs\r\n\r\n* commented param.rs and builder.rs\r\n\r\n* commented transfer.rs\r\n\r\n* commented exec.rs\r\n\r\n* commented scalar.rs\r\n\r\n* commened fields.rs\r\n\r\n* commented comp.rs\r\n\r\n* commented comp_fn.rs\r\n\r\n* commented quaternion.rs\r\n\r\n* started commenting local_backend.rs\r\n\r\n* commented matrix.rs\r\n\r\n* commented vector.rs\r\n\r\n* commented constant.rs\r\n\r\n* commented spatial.rs\r\n\r\n* commented jax.rs\r\n\r\n* added commens to local_backend.rs\r\n\r\n* added comments to noxpr.rs\r\n\r\n* added comments missing to types\r\n\r\n* commented macro generated functions\r\n\r\n* included feedback on comments\r\n\r\n* included feedback on comments","shortMessageHtmlLink":"Added doc-comments to Nox (#13)"}},{"before":"f376a435ff434a031dbb98baf525acc9f7bba9b2","after":"ca3f0ea50644b0fe1997007cdbac24fe5e82a2a1","ref":"refs/heads/main","pushedAt":"2024-05-21T16:05:56.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"akhilles","name":"Akhil Velagapudi","path":"/akhilles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4852873?s=80&v=4"},"commit":{"message":"Allow incremental pulling of data for graphs (#458)\n\n* feat(conduit): add `query` msg to query past data\r\n\r\n* feat(elodin-editor): add data and chunk types\r\n\r\n* feat(editor): simplify upper and lower bounds call\r\n\r\n* feat(editor): add push values to `CachedData`\r\n\r\n* wip(elodin-editor): pull missing chunks from graph\r\n\r\n* fix(nox-ecs): fix repeated ids sent in query\r\n\r\n* wip(elodin-editor): use bitmap for cacheddata\r\n\r\n* wip(elodin-editor): average values at all points\r\n\r\n* wip(elodin-editor): use invalidation range mech\r\n\r\n* feat(elodin-editor): buffer framed reads and write\r\n\r\n* fix(elodin-editor): skip loading ticks on query\r\n\r\n* feat(elodin-editor): add range change detection\r\n\r\n* fix(elodin-editor): always base avged value @ 0\r\n\r\n* feat(editor): replace minmax with bitmaps fns\r\n\r\n* fix(editor): fix overflow problem\r\n\r\n* fix(editor): fix issues from rebase and pr review\r\n\r\n* fix(editor): use correct tick for past data\r\n\r\n* fix(editor): fetch unfetched data in `data`","shortMessageHtmlLink":"Allow incremental pulling of data for graphs (#458)"}},{"before":"342a73d805e8274b6105858d24ad50df67263be1","after":"f376a435ff434a031dbb98baf525acc9f7bba9b2","ref":"refs/heads/main","pushedAt":"2024-05-17T04:16:10.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"akhilles","name":"Akhil Velagapudi","path":"/akhilles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4852873?s=80&v=4"},"commit":{"message":"chore(nox-ecs): create WorldExec from just the host world\n\nSigned-off-by: Akhil Velagapudi <4@4khil.com>","shortMessageHtmlLink":"chore(nox-ecs): create WorldExec from just the host world"}},{"before":"4767d9e1bf9e4be6831ffe3b81ac49a7115b892e","after":"342a73d805e8274b6105858d24ad50df67263be1","ref":"refs/heads/main","pushedAt":"2024-05-10T00:28:25.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"akhilles","name":"Akhil Velagapudi","path":"/akhilles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4852873?s=80&v=4"},"commit":{"message":"feat(nox-ecs): use builtin conversion to ArrayData (#442)\n\nSigned-off-by: Akhil Velagapudi <4@4khil.com>","shortMessageHtmlLink":"feat(nox-ecs): use builtin conversion to ArrayData (#442)"}},{"before":"a95b85700059cbcf9c52547a8475a05ff53ef6ae","after":"4767d9e1bf9e4be6831ffe3b81ac49a7115b892e","ref":"refs/heads/main","pushedAt":"2024-05-06T16:18:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"akhilles","name":"Akhil Velagapudi","path":"/akhilles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4852873?s=80&v=4"},"commit":{"message":"Fix build, update README (#14)\n\n* Add workspace version to fix build\r\n\r\nSigned-off-by: Akhil Velagapudi <4@4khil.com>\r\n\r\n* Update README.md example to use newer APIs\r\n\r\nSigned-off-by: Akhil Velagapudi <4@4khil.com>\r\n\r\n---------\r\n\r\nSigned-off-by: Akhil Velagapudi <4@4khil.com>","shortMessageHtmlLink":"Fix build, update README (#14)"}},{"before":"56f6d339888bb761a1e200f4371d052c8bfc7533","after":"76081c176ed7f632e9534f5c71adc729ebda0765","ref":"refs/heads/fix-build","pushedAt":"2024-05-04T18:13:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"akhilles","name":"Akhil Velagapudi","path":"/akhilles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4852873?s=80&v=4"},"commit":{"message":"Update README.md example to use newer APIs\n\nSigned-off-by: Akhil Velagapudi <4@4khil.com>","shortMessageHtmlLink":"Update README.md example to use newer APIs"}},{"before":null,"after":"56f6d339888bb761a1e200f4371d052c8bfc7533","ref":"refs/heads/fix-build","pushedAt":"2024-05-03T18:51:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"akhilles","name":"Akhil Velagapudi","path":"/akhilles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4852873?s=80&v=4"},"commit":{"message":"Update README.md example to use newer APIs\n\nSigned-off-by: Akhil Velagapudi <4@4khil.com>","shortMessageHtmlLink":"Update README.md example to use newer APIs"}},{"before":"469d71ea139281c94a9c7d8e68e83cd369ef973b","after":"a95b85700059cbcf9c52547a8475a05ff53ef6ae","ref":"refs/heads/main","pushedAt":"2024-05-02T23:14:54.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"akhilles","name":"Akhil Velagapudi","path":"/akhilles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4852873?s=80&v=4"},"commit":{"message":"docs: Add missing spatial vec docs (#408)\n\n* docs: Add missing spatial vec docs\r\n\r\nSigned-off-by: Akhil Velagapudi <4@4khil.com>\r\n\r\n* docs: add April update video\r\n\r\nSigned-off-by: Akhil Velagapudi <4@4khil.com>\r\n\r\n---------\r\n\r\nSigned-off-by: Akhil Velagapudi <4@4khil.com>","shortMessageHtmlLink":"docs: Add missing spatial vec docs (#408)"}},{"before":"52f789f6c5a1e4b6a35641df26e4c2947351b02a","after":"469d71ea139281c94a9c7d8e68e83cd369ef973b","ref":"refs/heads/main","pushedAt":"2024-04-30T16:42:29.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"akhilles","name":"Akhil Velagapudi","path":"/akhilles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4852873?s=80&v=4"},"commit":{"message":"Fix FPS, improve eplot modal, and add configurable line-width (#403)\n\n* feat(editor): make plot modal match figma\r\n\r\n* wip(editor): actually reuse buffers on gpu\r\n\r\n* tmp(editor): disable hdr\r\n\r\n* feat(editor): allow toggling hdr\r\n\r\n* feat(editor): allow toggling hdr\r\n\r\n* chore(editor): cleanup `extract_lines` system\r\n\r\n* feat(editor): add configurable line-width","shortMessageHtmlLink":"Fix FPS, improve eplot modal, and add configurable line-width (#403)"}},{"before":"d3b8a2523aeeda56bd70f808bfe7ad8f71db637a","after":"b0625a7d37317815aaa24d40ecaed0eb11485f82","ref":"refs/heads/feat/rocket","pushedAt":"2024-04-27T00:30:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"akhilles","name":"Akhil Velagapudi","path":"/akhilles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4852873?s=80&v=4"},"commit":{"message":"wip\n\nSigned-off-by: Akhil Velagapudi <4@4khil.com>","shortMessageHtmlLink":"wip"}},{"before":"5eb48ef9b776e9108207e0338d84fb57db36e0e8","after":"52f789f6c5a1e4b6a35641df26e4c2947351b02a","ref":"refs/heads/main","pushedAt":"2024-04-27T00:23:44.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"akhilles","name":"Akhil Velagapudi","path":"/akhilles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4852873?s=80&v=4"},"commit":{"message":"ELO-261: Add support for spawning graphs and splits from code (#397)\n\n* feat(editor): add support for spawning split pane\r\n\r\n* feat(editor/conduit): add graph panel wkt\r\n\r\n* feat(nox-py): add shape indexer helper\r\n\r\n* feat(editor): use const array for buttons label\r\n\r\n* feat(editor): use deterministic colors","shortMessageHtmlLink":"ELO-261: Add support for spawning graphs and splits from code (#397)"}},{"before":"859dc3f52dd03a4c3e98cc4930b2a91a1fef40d7","after":"5eb48ef9b776e9108207e0338d84fb57db36e0e8","ref":"refs/heads/main","pushedAt":"2024-04-22T22:52:00.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"akhilles","name":"Akhil Velagapudi","path":"/akhilles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4852873?s=80&v=4"},"commit":{"message":"Add minimal unreal plugin and demo (#380)\n\n* feat(conduit): add camera well-known-type\r\n\r\n* feat(unreal): add initial demo app\r\n\r\n* chore(unreal): move unreal plugin\r\n\r\n* chore: cleanup clippy lints\r\n\r\n* feat(unreal): add drone example to nox-py\r\n\r\n* feat(unreal): fix build and add readme\r\n\r\n* fix(nix): compile required crate for sim-agent","shortMessageHtmlLink":"Add minimal unreal plugin and demo (#380)"}},{"before":"a452d002ccf2bf85c4359d7dc5231dae398279a9","after":"859dc3f52dd03a4c3e98cc4930b2a91a1fef40d7","ref":"refs/heads/main","pushedAt":"2024-04-19T23:19:36.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"akhilles","name":"Akhil Velagapudi","path":"/akhilles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4852873?s=80&v=4"},"commit":{"message":"feat(editor): use element names in graphs (#374)\n\nAlso, use the same font for element names in all locations.\r\n\r\nFixes: ELO-250\r\n\r\nSigned-off-by: Akhil Velagapudi <4@4khil.com>","shortMessageHtmlLink":"feat(editor): use element names in graphs (#374)"}},{"before":"a6530b4f7e432fc6a969495ec314a32341c2fc93","after":"d3b8a2523aeeda56bd70f808bfe7ad8f71db637a","ref":"refs/heads/feat/rocket","pushedAt":"2024-04-19T23:18:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"akhilles","name":"Akhil Velagapudi","path":"/akhilles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4852873?s=80&v=4"},"commit":{"message":"add roll control\n\nSigned-off-by: Akhil Velagapudi <4@4khil.com>","shortMessageHtmlLink":"add roll control"}},{"before":"0d3f02811351c6c62ee1a8001744f7501d31423d","after":"a6530b4f7e432fc6a969495ec314a32341c2fc93","ref":"refs/heads/feat/rocket","pushedAt":"2024-04-18T22:57:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"akhilles","name":"Akhil Velagapudi","path":"/akhilles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4852873?s=80&v=4"},"commit":{"message":"add roll control\n\nSigned-off-by: Akhil Velagapudi <4@4khil.com>","shortMessageHtmlLink":"add roll control"}},{"before":null,"after":"0d3f02811351c6c62ee1a8001744f7501d31423d","ref":"refs/heads/feat/rocket","pushedAt":"2024-04-18T21:04:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"akhilles","name":"Akhil Velagapudi","path":"/akhilles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4852873?s=80&v=4"},"commit":{"message":"wip\n\nSigned-off-by: Akhil Velagapudi <4@4khil.com>","shortMessageHtmlLink":"wip"}},{"before":"6204587a56b03f499aa6a9246d54bffbb757edee","after":"a452d002ccf2bf85c4359d7dc5231dae398279a9","ref":"refs/heads/main","pushedAt":"2024-04-17T18:07:01.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"akhilles","name":"Akhil Velagapudi","path":"/akhilles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4852873?s=80&v=4"},"commit":{"message":"feat(nox-py): add quat, spatial type mul (#373)\n\nSigned-off-by: Akhil Velagapudi <4@4khil.com>","shortMessageHtmlLink":"feat(nox-py): add quat, spatial type mul (#373)"}},{"before":"91a91791d887d9202e7f98c99e14c441f15a9bc4","after":"6204587a56b03f499aa6a9246d54bffbb757edee","ref":"refs/heads/main","pushedAt":"2024-04-15T18:35:26.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"akhilles","name":"Akhil Velagapudi","path":"/akhilles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4852873?s=80&v=4"},"commit":{"message":"feat(nox-py): add component element names (#364)\n\nFixes: ELO-250\r\n\r\nSigned-off-by: Akhil Velagapudi <4@4khil.com>","shortMessageHtmlLink":"feat(nox-py): add component element names (#364)"}},{"before":"e72c52a07b08274e7b1865172d83764095c81739","after":"91a91791d887d9202e7f98c99e14c441f15a9bc4","ref":"refs/heads/main","pushedAt":"2024-04-15T15:50:28.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"akhilles","name":"Akhil Velagapudi","path":"/akhilles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4852873?s=80&v=4"},"commit":{"message":"feat(editor): add stable ordering of components (#366)\n\nFixes: ELO-242\r\n\r\nSigned-off-by: Akhil Velagapudi <4@4khil.com>","shortMessageHtmlLink":"feat(editor): add stable ordering of components (#366)"}},{"before":"85cee4a342df1df64bd91b47f46dcb8746bb8e93","after":"e72c52a07b08274e7b1865172d83764095c81739","ref":"refs/heads/main","pushedAt":"2024-04-14T00:50:24.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"akhilles","name":"Akhil Velagapudi","path":"/akhilles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4852873?s=80&v=4"},"commit":{"message":"feat(rocket): add thrust curve (#358)\n\nSigned-off-by: Akhil Velagapudi <4@4khil.com>","shortMessageHtmlLink":"feat(rocket): add thrust curve (#358)"}},{"before":"f80545cba0a859d99ace75dae5f9299c29e104dc","after":"85cee4a342df1df64bd91b47f46dcb8746bb8e93","ref":"refs/heads/main","pushedAt":"2024-04-10T20:13:27.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"akhilles","name":"Akhil Velagapudi","path":"/akhilles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4852873?s=80&v=4"},"commit":{"message":"feat(nox-py): add rocket example (#346)\n\nSigned-off-by: Akhil Velagapudi <4@4khil.com>","shortMessageHtmlLink":"feat(nox-py): add rocket example (#346)"}},{"before":"f88cee37aba34ccb6d11c95c041cebb6ce3e3349","after":"15d869aa037a785bb39f4826b257e200ea2420ca","ref":"refs/heads/sync/rocket-example","pushedAt":"2024-04-10T06:57:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"akhilles","name":"Akhil Velagapudi","path":"/akhilles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4852873?s=80&v=4"},"commit":{"message":"feat(nox-py): add rocket example\n\nSigned-off-by: Akhil Velagapudi <4@4khil.com>","shortMessageHtmlLink":"feat(nox-py): add rocket example"}},{"before":null,"after":"f88cee37aba34ccb6d11c95c041cebb6ce3e3349","ref":"refs/heads/sync/rocket-example","pushedAt":"2024-04-10T06:56:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"akhilles","name":"Akhil Velagapudi","path":"/akhilles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4852873?s=80&v=4"},"commit":{"message":"feat(nox-py): add rocket example\n\nSigned-off-by: Akhil Velagapudi <4@4khil.com>","shortMessageHtmlLink":"feat(nox-py): add rocket example"}},{"before":"45676840f58d722cdb157697b4c710fb363c3a25","after":"f80545cba0a859d99ace75dae5f9299c29e104dc","ref":"refs/heads/main","pushedAt":"2024-04-10T06:55:34.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"akhilles","name":"Akhil Velagapudi","path":"/akhilles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4852873?s=80&v=4"},"commit":{"message":"docs: add basic SDK docs (#354)\n\nSigned-off-by: Akhil Velagapudi <4@4khil.com>","shortMessageHtmlLink":"docs: add basic SDK docs (#354)"}},{"before":"86cff29eaac763710ff8de524f54990da6479e7e","after":"45676840f58d722cdb157697b4c710fb363c3a25","ref":"refs/heads/main","pushedAt":"2024-04-09T17:23:14.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"akhilles","name":"Akhil Velagapudi","path":"/akhilles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4852873?s=80&v=4"},"commit":{"message":"feat(editor): toggle grid from viewport inspector (#338)\n\n* feat(editor): toggle grid from viewport inspector\r\n\r\nSigned-off-by: Akhil Velagapudi <4@4khil.com>\r\n\r\n* feat(nox-py): add support for setting show_grid\r\n\r\nSigned-off-by: Akhil Velagapudi <4@4khil.com>\r\n\r\n---------\r\n\r\nSigned-off-by: Akhil Velagapudi <4@4khil.com>","shortMessageHtmlLink":"feat(editor): toggle grid from viewport inspector (#338)"}},{"before":"5abee24ada2f5f1942be89ba14c9549057bbd0dd","after":"86cff29eaac763710ff8de524f54990da6479e7e","ref":"refs/heads/main","pushedAt":"2024-04-08T21:17:21.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"akhilles","name":"Akhil Velagapudi","path":"/akhilles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4852873?s=80&v=4"},"commit":{"message":"feat(nox-py): add SpatialTransform addition (#344)\n\nSigned-off-by: Akhil Velagapudi <4@4khil.com>","shortMessageHtmlLink":"feat(nox-py): add SpatialTransform addition (#344)"}},{"before":"f373067a435d69306ec2fe5aab7d4eb90b0d7f50","after":"5abee24ada2f5f1942be89ba14c9549057bbd0dd","ref":"refs/heads/main","pushedAt":"2024-04-08T02:57:52.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"akhilles","name":"Akhil Velagapudi","path":"/akhilles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4852873?s=80&v=4"},"commit":{"message":"Add touch control support and fullscreen button (#342)\n\n* feat(editor): add touch control support for orbit\r\n\r\n* feat(editor): add fullscreen button for web editor","shortMessageHtmlLink":"Add touch control support and fullscreen button (#342)"}},{"before":"3ec2367f00b9e648c10a925a5fd0c604e6a97692","after":"f373067a435d69306ec2fe5aab7d4eb90b0d7f50","ref":"refs/heads/main","pushedAt":"2024-04-04T20:12:40.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"akhilles","name":"Akhil Velagapudi","path":"/akhilles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4852873?s=80&v=4"},"commit":{"message":"chore(nox-ecs): consolidate metadata handling (#332)\n\nAvoid representing invalid states (inconsistent metadata information\r\nacross data structures).\r\n\r\nSigned-off-by: Akhil Velagapudi <4@4khil.com>","shortMessageHtmlLink":"chore(nox-ecs): consolidate metadata handling (#332)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUSWYsgA","startCursor":null,"endCursor":null}},"title":"Activity ยท elodin-sys/elodin"}