{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":111442748,"defaultBranch":"main","name":"wav2letter","ownerLogin":"flashlight","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-11-20T17:39:41.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/67613832?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1690301118.0","currentOid":""},"activityList":{"items":[{"before":"8b89a386988a56c676c94013e555172e8e456604","after":"2045b14ce2a2e5ef570fa96bdde44046532af1e2","ref":"refs/heads/main","pushedAt":"2024-05-06T05:07:21.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":"Change `result_of` to `invoke_result` in deeplearning/projects/wav2letter/recipes/streaming_convnets/inference/inference/examples/threadpool/ThreadPool.h\n\nSummary: C++20 has [eliminated](https://en.cppreference.com/w/cpp/types/result_of) `result_of` in favour of `invoke_result`. It's mysterious that this code even still works, but, nevertheless, I'm fixing it.\n\nDifferential Revision: D56987415\n\nfbshipit-source-id: 47934eb72362585eb7c65d55b2eafb01e6cf139f","shortMessageHtmlLink":"Change result_of to invoke_result in deeplearning/projects/wav2le…"}},{"before":"518a2b306f6356b6c262def855ea51b2015b3f01","after":"8b89a386988a56c676c94013e555172e8e456604","ref":"refs/heads/main","pushedAt":"2024-04-14T18:38:11.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":"Apply clang-format 18\n\nSummary: Previously this code conformed from clang-format 12.\n\nReviewed By: igorsugak\n\nDifferential Revision: D56065247\n\nfbshipit-source-id: f5a985dd8f8b84f2f9e1818b3719b43c5a1b05b3","shortMessageHtmlLink":"Apply clang-format 18"}},{"before":"0f9c35f81415358fbe358fe634e7a59f9238d4cb","after":"518a2b306f6356b6c262def855ea51b2015b3f01","ref":"refs/heads/main","pushedAt":"2024-02-21T15:38: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":"deeplearning/projects/wav2letter\n\nReviewed By: azad-meta\n\nDifferential Revision: D53991495\n\nfbshipit-source-id: 1d80a8450a891388d10e6131c8f03b90532826e2","shortMessageHtmlLink":"deeplearning/projects/wav2letter"}},{"before":"529f6357f10fd18816540fee7d1b0983903e7239","after":"0f9c35f81415358fbe358fe634e7a59f9238d4cb","ref":"refs/heads/main","pushedAt":"2023-11-30T00:15:38.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":"printf -> fmt::print in files inc deeplearning/projects/faiss-forge/faiss_extensions/IndexIVFHEAsym.cpp\n\nSummary:\nOne of our [C++ 2024 Modern Code Better Engineering Goals](https://fb.workplace.com/groups/fbcode.fyi/posts/6837863056249437) is to reduce or eliminate the use of printf in our codebase, replacing it with safer and more performant alternatives.\n\nThis diff replaces `printf` with its preferred alternative: `fmt::print`.\n\nThis diff was auto-generated by fbcode/scripts/rbarnes/printf_upgrader.py, please reach out to r-barnes if you see problems.\n\n - If you approve of this diff, please use the \"Accept & Ship\" button :-)\n\n(11 file modified.)\n\nReviewed By: bcardosolopes\n\nDifferential Revision: D51486543\n\nfbshipit-source-id: fb4254f755cba3f3ad4040c079fc2cf0ab21687e","shortMessageHtmlLink":"printf -> fmt::print in files inc deeplearning/projects/faiss-forge/f…"}},{"before":"cfdbb5d1c5fba41116f60420a4a87a1ea13b1369","after":"529f6357f10fd18816540fee7d1b0983903e7239","ref":"refs/heads/main","pushedAt":"2023-11-06T16:44:06.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":"Revert D51029740: Namespace doesn't need to be followed by semicolon\n\nDifferential Revision:\nD51029740\n\nOriginal commit changeset: 177e3f6e6b0a\n\nOriginal Phabricator Diff: D51029740\n\nfbshipit-source-id: c71ff386342902f2cfa6552d6a834ea3f2475e32","shortMessageHtmlLink":"Revert D51029740: Namespace doesn't need to be followed by semicolon"}},{"before":"a6d4a37ed3ecde0229c62d5a8ea4deb70e265c00","after":"cfdbb5d1c5fba41116f60420a4a87a1ea13b1369","ref":"refs/heads/main","pushedAt":"2023-11-06T16:13:56.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":"Namespace doesn't need to be followed by semicolon\n\nSummary:\nAuto-generated with\n```\nfbgs \"}; // namespace\" -l | sort | uniq | sed 's/fbsource.//' | xargs -n 50 sed -i 's_}; // namespace_} // namespace_'\n```\n\nReviewed By: dmm-fb\n\nDifferential Revision: D51029740\n\nfbshipit-source-id: 177e3f6e6b0ab7e986b1147952cd5e2f59d4b1fc","shortMessageHtmlLink":"Namespace doesn't need to be followed by semicolon"}},{"before":"93bffaef9caa9c8711ff383c1fce338e5cb5a506","after":"a6d4a37ed3ecde0229c62d5a8ea4deb70e265c00","ref":"refs/heads/main","pushedAt":"2023-08-28T06:50:11.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":"Del `(object)` from 50 inc deeplearning/projects/third_party/mmdetection/mmdet/models/dense_heads/rpn_test_mixin.py\n\nSummary: Python3 makes the use of `(object)` in class inheritance unnecessary. Let's modernize our code by eliminating this.\n\nReviewed By: palmje\n\nDifferential Revision: D48718432\n\nfbshipit-source-id: 188221df98dd6f27b091a4b894e5cc3f7104c17d","shortMessageHtmlLink":"Del (object) from 50 inc deeplearning/projects/third_party/mmdetect…"}},{"before":"8d979b23f3fa55647becf2de58d2807b9492be7f","after":null,"ref":"refs/heads/dependabot/pip/recipes/sota/2019/raw_lm_corpus/certifi-2022.12.7","pushedAt":"2023-07-25T16:05:18.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"0b1ae6796f834f87e43ec467f3a861ddb596d918","ref":"refs/heads/dependabot/pip/recipes/sota/2019/raw_lm_corpus/certifi-2023.7.22","pushedAt":"2023-07-25T16:05:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump certifi in /recipes/sota/2019/raw_lm_corpus\n\nBumps [certifi](https://github.com/certifi/python-certifi) from 2019.11.28 to 2023.7.22.\n- [Commits](https://github.com/certifi/python-certifi/compare/2019.11.28...2023.07.22)\n\n---\nupdated-dependencies:\n- dependency-name: certifi\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump certifi in /recipes/sota/2019/raw_lm_corpus"}},{"before":null,"after":"7474d9e8497792f215798c37663a5c0919583c0b","ref":"refs/heads/dependabot/pip/recipes/sota/2019/raw_lm_corpus/future-0.18.3","pushedAt":"2023-07-16T09:59:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump future from 0.18.2 to 0.18.3 in /recipes/sota/2019/raw_lm_corpus\n\nBumps [future](https://github.com/PythonCharmers/python-future) from 0.18.2 to 0.18.3.\n- [Release notes](https://github.com/PythonCharmers/python-future/releases)\n- [Changelog](https://github.com/PythonCharmers/python-future/blob/master/docs/changelog.rst)\n- [Commits](https://github.com/PythonCharmers/python-future/compare/v0.18.2...v0.18.3)\n\n---\nupdated-dependencies:\n- dependency-name: future\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump future from 0.18.2 to 0.18.3 in /recipes/sota/2019/raw_lm_corpus"}},{"before":null,"after":"2df5d4343a7694e252267ab73fc66f9c513f0554","ref":"refs/heads/dependabot/pip/recipes/sota/2019/raw_lm_corpus/requests-2.31.0","pushedAt":"2023-05-22T23:45:23.374Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump requests from 2.22.0 to 2.31.0 in /recipes/sota/2019/raw_lm_corpus\n\nBumps [requests](https://github.com/psf/requests) from 2.22.0 to 2.31.0.\n- [Release notes](https://github.com/psf/requests/releases)\n- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)\n- [Commits](https://github.com/psf/requests/compare/v2.22.0...v2.31.0)\n\n---\nupdated-dependencies:\n- dependency-name: requests\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump requests from 2.22.0 to 2.31.0 in /recipes/sota/2019/raw_lm_corpus"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEQi6LjgA","startCursor":null,"endCursor":null}},"title":"Activity · flashlight/wav2letter"}