{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":673834173,"defaultBranch":"main","name":"erlang-language-platform","ownerLogin":"WhatsApp","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-08-02T14:25:43.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/5508982?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717768105.0","currentOid":""},"activityList":{"items":[{"before":"f145d6cc306d7b3034bc122518c3d7d34ad1a015","after":"23b46562096acab690cd3995cdfe9c88dadd87d5","ref":"refs/heads/gh-pages","pushedAt":"2024-07-04T17:32:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 914adfc4a35f3c72d02dce1ef8edd93754b9a5e1","shortMessageHtmlLink":"deploy: 914adfc"}},{"before":"81c617b75fc00b10694f370d9c3bbe3681fac02d","after":"914adfc4a35f3c72d02dce1ef8edd93754b9a5e1","ref":"refs/heads/main","pushedAt":"2024-07-04T17:30:14.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"add ignore and fixme assists to W0012 compile warn missing spec all\n\nSummary: As title\n\nReviewed By: jcpetruzza\n\nDifferential Revision: D59367516\n\nfbshipit-source-id: 6a4bb59383d257d6c6cb156e2f99ec4a89a71d18","shortMessageHtmlLink":"add ignore and fixme assists to W0012 compile warn missing spec all"}},{"before":"8e168d99f8d6a8f996c09fc5a2c7e6a757d63333","after":"f145d6cc306d7b3034bc122518c3d7d34ad1a015","ref":"refs/heads/gh-pages","pushedAt":"2024-07-04T16:31:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 81c617b75fc00b10694f370d9c3bbe3681fac02d","shortMessageHtmlLink":"deploy: 81c617b"}},{"before":"ceef61e83ba8d83f32808e85b56cb6d64beed1a0","after":"81c617b75fc00b10694f370d9c3bbe3681fac02d","ref":"refs/heads/main","pushedAt":"2024-07-04T16:29:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Fix offset calculation for sigils\n\nSummary:\n* Fix an off-by-one error when computing sigil offsets\n* Take into account the actual number of quotes for triple quoted strings\n\nReviewed By: alanz\n\nDifferential Revision: D59375788\n\nfbshipit-source-id: a912dcad303c3c40b518e7197bf2ce2388f7da11","shortMessageHtmlLink":"Fix offset calculation for sigils"}},{"before":"f7e68eb68526e4ea0429b79f44ca15ff6e751586","after":"8e168d99f8d6a8f996c09fc5a2c7e6a757d63333","ref":"refs/heads/gh-pages","pushedAt":"2024-07-04T15:07:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: ceef61e83ba8d83f32808e85b56cb6d64beed1a0","shortMessageHtmlLink":"deploy: ceef61e"}},{"before":"efbd231cda14c96b318bb93e253d3ed1d47e5ff3","after":"ceef61e83ba8d83f32808e85b56cb6d64beed1a0","ref":"refs/heads/main","pushedAt":"2024-07-04T15:04:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"BE: Set lints_from_config while configuring lints\n\nSummary:\nFollow up from earlier diff.\n\n`DiagnosticsConfig::configure_diagnostics()` now sets the ad-hoc lints from config too, simplifying usage.\n\nReviewed By: jcpetruzza\n\nDifferential Revision: D59329665\n\nfbshipit-source-id: 82a5e74784b56161312d680eff1fdaf95e2fef44","shortMessageHtmlLink":"BE: Set lints_from_config while configuring lints"}},{"before":"501f58e264445334f9309cf84b7e046e95250187","after":"f7e68eb68526e4ea0429b79f44ca15ff6e751586","ref":"refs/heads/gh-pages","pushedAt":"2024-07-04T11:53:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: efbd231cda14c96b318bb93e253d3ed1d47e5ff3","shortMessageHtmlLink":"deploy: efbd231"}},{"before":"b45363b15758ed1484ef6a9e0f0f2a4908f91b52","after":"efbd231cda14c96b318bb93e253d3ed1d47e5ff3","ref":"refs/heads/main","pushedAt":"2024-07-04T11:51:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"BE: rename DiagnosticConditions::explicit_enable to default_disabled\n\nSummary: The initial name was confusing, make it more explicit\n\nReviewed By: robertoaloi\n\nDifferential Revision: D59370018\n\nfbshipit-source-id: 42d90d587e9547b4fc648edd4c65bc2f1778e6e9","shortMessageHtmlLink":"BE: rename DiagnosticConditions::explicit_enable to default_disabled"}},{"before":"238a2e8e1fe954f242fbe24e23c38095b415d03d","after":"501f58e264445334f9309cf84b7e046e95250187","ref":"refs/heads/gh-pages","pushedAt":"2024-07-04T11:03:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: b45363b15758ed1484ef6a9e0f0f2a4908f91b52","shortMessageHtmlLink":"deploy: b45363b"}},{"before":"db2cdef659fd2cfd69742d4b42dda0938d0632d0","after":"b45363b15758ed1484ef6a9e0f0f2a4908f91b52","ref":"refs/heads/main","pushedAt":"2024-07-04T11:01:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Include event start time in telemetry\n\nSummary:\nWe send telemetry with the duration of various events, and when they occurred.\n\nThese show up in SCUBA with a time stamp generated to record the time the message was received in the client. When working on a remote server, there may be a lag or disconnection which means the time stamp we see is not necessarily the time the event happened in ELP.\n\nAdd an additional field to the telemetry to store the start time of the event, as seen in ELP\n\nReviewed By: robertoaloi\n\nDifferential Revision: D59320505\n\nfbshipit-source-id: 619c31165dac70c3732a1a39b05718c200e540e9","shortMessageHtmlLink":"Include event start time in telemetry"}},{"before":"f98e916814c3a2039721d4606a0ff63d9e765586","after":"238a2e8e1fe954f242fbe24e23c38095b415d03d","ref":"refs/heads/gh-pages","pushedAt":"2024-07-03T14:13:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: db2cdef659fd2cfd69742d4b42dda0938d0632d0","shortMessageHtmlLink":"deploy: db2cdef"}},{"before":"3c3a5f5d5c919143bffcc8a7883cfca91a1330d1","after":"db2cdef659fd2cfd69742d4b42dda0938d0632d0","ref":"refs/heads/main","pushedAt":"2024-07-03T14:11:15.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"BE: remove disabling DiagnosticCode::MissingCompileWarnMissingSpec in tests\n\nSummary: Now that the diagnostic is explicitly enabled, this is no longer needed.\n\nReviewed By: jcpetruzza\n\nDifferential Revision: D59323094\n\nfbshipit-source-id: e37f5cf660a6826b6554e5a12933ece0600ec878","shortMessageHtmlLink":"BE: remove disabling DiagnosticCode::MissingCompileWarnMissingSpec in…"}},{"before":"9869cb708e811689ff3e98fb975646c3502f809f","after":"f98e916814c3a2039721d4606a0ff63d9e765586","ref":"refs/heads/gh-pages","pushedAt":"2024-07-03T13:25:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 3c3a5f5d5c919143bffcc8a7883cfca91a1330d1","shortMessageHtmlLink":"deploy: 3c3a5f5"}},{"before":"55e7d04da7fb105b2b1e1a89a652a2553d752ed5","after":"3c3a5f5d5c919143bffcc8a7883cfca91a1330d1","ref":"refs/heads/main","pushedAt":"2024-07-03T13:23:13.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"BE: clarify include_otp flag when requesting diagnostics\n\nSummary: We pass in a config containing a bool whether to include OTP. This is the only part of config we use, so pass it only instead.\n\nReviewed By: jcpetruzza\n\nDifferential Revision: D59272241\n\nfbshipit-source-id: dab4e15e48307017b924ec4d70083ec74b0a324c","shortMessageHtmlLink":"BE: clarify include_otp flag when requesting diagnostics"}},{"before":"15d87aaa9d1d2c27f162098818eaa0762c700640","after":"9869cb708e811689ff3e98fb975646c3502f809f","ref":"refs/heads/gh-pages","pushedAt":"2024-07-03T12:15:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 55e7d04da7fb105b2b1e1a89a652a2553d752ed5","shortMessageHtmlLink":"deploy: 55e7d04"}},{"before":"881b65948f28f03804fa32a0080cae2681eea3f5","after":"55e7d04da7fb105b2b1e1a89a652a2553d752ed5","ref":"refs/heads/main","pushedAt":"2024-07-03T12:12:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Move calculation of enabled diagnostics from config into ide crate\n\nSummary: This allows us to uniformly set `DiagnosticConfig` from a loaded `.elp_lint.toml` file, paving the way to use it in the LSP server too, in a later diff.\n\nReviewed By: jcpetruzza\n\nDifferential Revision: D59272112\n\nfbshipit-source-id: 2cec555d2050be93e37de31428d9aa4f88f24270","shortMessageHtmlLink":"Move calculation of enabled diagnostics from config into ide crate"}},{"before":"7925d6d1e7e643848db49857dedb9226b0c07ffc","after":"15d87aaa9d1d2c27f162098818eaa0762c700640","ref":"refs/heads/gh-pages","pushedAt":"2024-07-03T09:06:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 881b65948f28f03804fa32a0080cae2681eea3f5","shortMessageHtmlLink":"deploy: 881b659"}},{"before":"80cadd3671ba61b35533def2024252291e9b65b5","after":"881b65948f28f03804fa32a0080cae2681eea3f5","ref":"refs/heads/main","pushedAt":"2024-07-03T09:04:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Fix up typos\n\nSummary:\nez diff to fix:\n1. `you should considering...`\n2. `Erlang without OpenSSL supports causes...`\n\nReviewed By: jcpetruzza\n\nDifferential Revision: D59311490\n\nfbshipit-source-id: 9af8062f79fe977ce08f2b341a6274668ce479e9","shortMessageHtmlLink":"Fix up typos"}},{"before":"5cd55dd7df6350227044a6bced3063e7c78c53b3","after":"7925d6d1e7e643848db49857dedb9226b0c07ffc","ref":"refs/heads/gh-pages","pushedAt":"2024-07-02T08:55:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 80cadd3671ba61b35533def2024252291e9b65b5","shortMessageHtmlLink":"deploy: 80cadd3"}},{"before":"3b84b94b94bc64ee070631cb0e29053c4e60a4db","after":"80cadd3671ba61b35533def2024252291e9b65b5","ref":"refs/heads/main","pushedAt":"2024-07-02T08:53:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Fix dependabot alert for vscode client\n\nSummary: Fix [dependabot alert](https://github.com/WhatsApp/erlang-language-platform/security/dependabot/27) for `editors/code/package-lock.json` by running `npm audit fix`\n\nReviewed By: sopotc\n\nDifferential Revision: D59263361\n\nfbshipit-source-id: 68180b5f2e3cd56548f3aa43c74ad4fdf2d467ec","shortMessageHtmlLink":"Fix dependabot alert for vscode client"}},{"before":"79e2725f03431d29419218d333e1b8399afc91f3","after":"5cd55dd7df6350227044a6bced3063e7c78c53b3","ref":"refs/heads/gh-pages","pushedAt":"2024-06-28T14:01:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 3b84b94b94bc64ee070631cb0e29053c4e60a4db","shortMessageHtmlLink":"deploy: 3b84b94"}},{"before":"c91b944863dd1d78c107a04e30538d5dbff99dcd","after":"3b84b94b94bc64ee070631cb0e29053c4e60a4db","ref":"refs/heads/main","pushedAt":"2024-06-28T13:59:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"add `--one-shot` to elp lint to apply all fixes at once\n\nSummary:\nSometimes we want to put together an ad-hoc diagnostic assist and apply it to all instances in a given file at once.\n\ne.g. If we are changing the order of parameters in a function, where we will keep on getting a diagnostic for it even after making the change.\n\nProvide an \"at your own risk\" option to apply all the fixes at once.\n\nDue to the way the edits are constructed, it should warn if any changes would overlap.\n\nReviewed By: jcpetruzza\n\nDifferential Revision: D58786579\n\nfbshipit-source-id: 060ce87501c327ad5396d95122cba2c280f9492a","shortMessageHtmlLink":"add --one-shot to elp lint to apply all fixes at once"}},{"before":"fb9ae9271b7678e77dcf3f3075e7488128ec9e22","after":"79e2725f03431d29419218d333e1b8399afc91f3","ref":"refs/heads/gh-pages","pushedAt":"2024-06-28T10:30:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: c91b944863dd1d78c107a04e30538d5dbff99dcd","shortMessageHtmlLink":"deploy: c91b944"}},{"before":"0fe303360d8105c086dd7d521747b1620b7fee0a","after":"c91b944863dd1d78c107a04e30538d5dbff99dcd","ref":"refs/heads/main","pushedAt":"2024-06-28T10:27:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Shallow Dialyzer support on CLI\n\nSummary:\nAdds `elp dialyze-all`, which executes `dialyzer-run` from the `$PATH`. The integration doesn't perform any logic of its own. However, this is a useful starting point, because:\n- Users can optionally unify their Dialyzer and eqwalizer CLI workflows around ELP, with `elp dialyze-all` and `elp eqwalize-all`\n- Provides a starting point for future deeper integrations\n\nReviewed By: alanz\n\nDifferential Revision: D58671853\n\nfbshipit-source-id: 2d3a2ffa8243a23b8eaf90b5a556a77575e5b7b0","shortMessageHtmlLink":"Shallow Dialyzer support on CLI"}},{"before":"db619292b0333979a0159cd55114c2ee0daa52ff","after":"fb9ae9271b7678e77dcf3f3075e7488128ec9e22","ref":"refs/heads/gh-pages","pushedAt":"2024-06-27T15:42:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 0fe303360d8105c086dd7d521747b1620b7fee0a","shortMessageHtmlLink":"deploy: 0fe3033"}},{"before":"50ba5839c7b573e1617a5611a8b62da8955285b1","after":"0fe303360d8105c086dd7d521747b1620b7fee0a","ref":"refs/heads/main","pushedAt":"2024-06-27T15:40:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Handle sigil prefix/suffix in the scanner\n\nSummary: So that tokens are extracted correctly.\n\nReviewed By: alanz\n\nDifferential Revision: D59107939\n\nfbshipit-source-id: 2c10769ec00b7df38a5122852f0987841a5a2a75","shortMessageHtmlLink":"Handle sigil prefix/suffix in the scanner"}},{"before":"c82d0218b98e7d5cdb263e8ea6aebedacbde39ac","after":"db619292b0333979a0159cd55114c2ee0daa52ff","ref":"refs/heads/gh-pages","pushedAt":"2024-06-27T10:10:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 50ba5839c7b573e1617a5611a8b62da8955285b1","shortMessageHtmlLink":"deploy: 50ba583"}},{"before":"c9f1e314a7ed762ad58e6582562ca490ace803d4","after":"50ba5839c7b573e1617a5611a8b62da8955285b1","ref":"refs/heads/main","pushedAt":"2024-06-27T10:08:02.000Z","pushType":"push","commitsCount":15,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Update HIR for more-than-triple quote strings\n\nSummary:\nMatching the grammar update, ensure we check for at least three `\"`, rather than exactly three.\nAlso update the tests for shorter runs of `\"` that would otherwise terminate the string.\n\nReviewed By: robertoaloi\n\nDifferential Revision: D58674878\n\nfbshipit-source-id: dc12d4bdb8d9e7e029ba7d2b65a61a3f9c9b0a99","shortMessageHtmlLink":"Update HIR for more-than-triple quote strings"}},{"before":"94f37b5b06dc90083cb012c2bbd5709286d541c8","after":"c82d0218b98e7d5cdb263e8ea6aebedacbde39ac","ref":"refs/heads/gh-pages","pushedAt":"2024-06-27T08:32:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: c9f1e314a7ed762ad58e6582562ca490ace803d4","shortMessageHtmlLink":"deploy: c9f1e31"}},{"before":"e76a54ac1f9ced1cebef45330e41fd0751949ed4","after":"c9f1e314a7ed762ad58e6582562ca490ace803d4","ref":"refs/heads/main","pushedAt":"2024-06-27T08:30:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Fix matching in scanner for triple quoted string continuation\n\nSummary: Fix pattern matching, to avoid a `case_clause` error in case of a continuation.\n\nReviewed By: alanz\n\nDifferential Revision: D59061993\n\nfbshipit-source-id: 6addd796f1f0d7b749079373bc5f91cbeb864559","shortMessageHtmlLink":"Fix matching in scanner for triple quoted string continuation"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEdyVxVwA","startCursor":null,"endCursor":null}},"title":"Activity · WhatsApp/erlang-language-platform"}