{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":712961274,"defaultBranch":"main","name":"nml","ownerLogin":"manorom","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-11-01T15:01:37.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/9487856?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1708280438.0","currentOid":""},"activityList":{"items":[{"before":"65e19423fbc79ef2fadcc1c0e00c6775a7f17ea8","after":"facbfddfc95f904e1efc58920d36e4d98141f2d4","ref":"refs/heads/main","pushedAt":"2024-02-20T20:50:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"manorom","name":null,"path":"/manorom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9487856?s=80&v=4"},"commit":{"message":"Rework Error type + fix derived datatype parsing","shortMessageHtmlLink":"Rework Error type + fix derived datatype parsing"}},{"before":"dce0b0d6a81ed6fa4497fa1cfdffaf06f32428e5","after":"65e19423fbc79ef2fadcc1c0e00c6775a7f17ea8","ref":"refs/heads/main","pushedAt":"2024-02-18T18:19:59.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"manorom","name":null,"path":"/manorom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9487856?s=80&v=4"},"commit":{"message":"Bump version to 0.2.0","shortMessageHtmlLink":"Bump version to 0.2.0"}},{"before":"13a782c81eea86c56c64e62441b7a3d037ed0a9c","after":"dce0b0d6a81ed6fa4497fa1cfdffaf06f32428e5","ref":"refs/heads/main","pushedAt":"2024-02-18T17:21:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"manorom","name":null,"path":"/manorom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9487856?s=80&v=4"},"commit":{"message":"Fix output: correct formatting of floats and end","shortMessageHtmlLink":"Fix output: correct formatting of floats and end"}},{"before":"6ae01c8c3a094022863594d4096c4da979f913ad","after":"13a782c81eea86c56c64e62441b7a3d037ed0a9c","ref":"refs/heads/main","pushedAt":"2024-02-18T17:13:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"manorom","name":null,"path":"/manorom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9487856?s=80&v=4"},"commit":{"message":"Fix output: use literal instead of repeat idx","shortMessageHtmlLink":"Fix output: use literal instead of repeat idx"}},{"before":"a61a3dd958b3cf655753d5d9cdab2b0010be26a7","after":"6ae01c8c3a094022863594d4096c4da979f913ad","ref":"refs/heads/main","pushedAt":"2024-02-18T17:07:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"manorom","name":null,"path":"/manorom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9487856?s=80&v=4"},"commit":{"message":"Fix type compatability check in serialization","shortMessageHtmlLink":"Fix type compatability check in serialization"}},{"before":"0e568dcffad8d175db005ebff96e5afbec7d654c","after":"a61a3dd958b3cf655753d5d9cdab2b0010be26a7","ref":"refs/heads/main","pushedAt":"2024-02-17T16:28:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"manorom","name":null,"path":"/manorom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9487856?s=80&v=4"},"commit":{"message":"Add non-owning Deserializer for Namelist groups","shortMessageHtmlLink":"Add non-owning Deserializer for Namelist groups"}},{"before":"b5eb215632eac7bb60ae604c8a971c6e05c80898","after":"0e568dcffad8d175db005ebff96e5afbec7d654c","ref":"refs/heads/main","pushedAt":"2024-01-13T22:01:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"manorom","name":null,"path":"/manorom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9487856?s=80&v=4"},"commit":{"message":"Add NamelistInput struct as collection of groups\n\nThis it inteded to be the API to use when dealing with multiple namelist\ngroups (possibly with the same group names) as part of a namelist input file.","shortMessageHtmlLink":"Add NamelistInput struct as collection of groups"}},{"before":"6796c25fdaf79be0de9d833b71cb19f38b8f50b6","after":"b5eb215632eac7bb60ae604c8a971c6e05c80898","ref":"refs/heads/main","pushedAt":"2024-01-13T21:52:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"manorom","name":null,"path":"/manorom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9487856?s=80&v=4"},"commit":{"message":"Add NamelistInput struct as collection of groups\n\nThis it inteded to be the API to use when dealing with multiple namelist\ngroups (possibly with the same group names) as part of a namelist input file.","shortMessageHtmlLink":"Add NamelistInput struct as collection of groups"}},{"before":"2b755d0decd745d22d882bef54bb35fb65f7591a","after":"6796c25fdaf79be0de9d833b71cb19f38b8f50b6","ref":"refs/heads/main","pushedAt":"2023-11-01T15:38:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"manorom","name":null,"path":"/manorom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9487856?s=80&v=4"},"commit":{"message":"Create README.md","shortMessageHtmlLink":"Create README.md"}},{"before":"61c390615a09b2ba1f91a62d57c7c16ddfeb2701","after":"2b755d0decd745d22d882bef54bb35fb65f7591a","ref":"refs/heads/main","pushedAt":"2023-11-01T15:33:13.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"manorom","name":null,"path":"/manorom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9487856?s=80&v=4"},"commit":{"message":"Add parser, serializer, deserializer for groups\n\nThis adds support for serializing and deserializing single namelist\ngroups. We expose this functionality through the `group_to_string` and\n`group_from_str` functions.\n\nSupports most namelist syntax, but not sliced array access with the\n':' operator in subscriptions.","shortMessageHtmlLink":"Add parser, serializer, deserializer for groups"}},{"before":"b3a7bfb13fb9ed5be7f96ee134ba4b931df75384","after":"61c390615a09b2ba1f91a62d57c7c16ddfeb2701","ref":"refs/heads/main","pushedAt":"2023-11-01T15:30:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"manorom","name":null,"path":"/manorom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9487856?s=80&v=4"},"commit":{"message":"Add parser, serializer, deserializer for groups\n\nThis adds support for serializing and deserializing single namelist\ngroups. We expose this functionality through the `group_to_string` and\n`group_from_str` functions.\n\nSupports most namelist syntax, but not sliced array access with the\n':' operator in subscriptions.","shortMessageHtmlLink":"Add parser, serializer, deserializer for groups"}},{"before":"9337e8efd853870249fcbc05e3cea516882744fb","after":"b3a7bfb13fb9ed5be7f96ee134ba4b931df75384","ref":"refs/heads/main","pushedAt":"2023-11-01T15:18:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"manorom","name":null,"path":"/manorom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9487856?s=80&v=4"},"commit":{"message":"Add parser, serializer, deserializer for groups\n\nThis adds support for serializing and deserializing single namelist\ngroups. We expose this functionality through the `group_to_string` and\n`group_from_str` functions.\n\nSupports most namelist syntax, but not sliced array access with the\n':' operator in subscriptions.","shortMessageHtmlLink":"Add parser, serializer, deserializer for groups"}},{"before":null,"after":"9337e8efd853870249fcbc05e3cea516882744fb","ref":"refs/heads/main","pushedAt":"2023-11-01T15:02:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"manorom","name":null,"path":"/manorom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9487856?s=80&v=4"},"commit":{"message":"Add parser, serializer, deserializer for groups\n\nThis adds support for serializing and deserializing single namelist\ngroups. We expose this functionality through the `group_to_string` and\n`group_from_str` functions.\n\nSupports most namelist syntax, but not sliced array access with the\n':' operator in subscriptions.","shortMessageHtmlLink":"Add parser, serializer, deserializer for groups"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEACGWfQA","startCursor":null,"endCursor":null}},"title":"Activity ยท manorom/nml"}