{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":425573088,"defaultBranch":"develop","name":"streamlit","ownerLogin":"whitphx","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2021-11-07T17:41:21.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/3135397?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1725008578.0","currentOid":""},"activityList":{"items":[{"before":"5ca2a9aa1fc7830bab933244aad185b7be3359da","after":"3ec3d44b6dbef9599dd26bcda398e09566246d51","ref":"refs/heads/develop","pushedAt":"2024-08-30T14:37:12.000Z","pushType":"push","commitsCount":15,"pusher":{"login":"whitphx","name":"Yuichiro Tachibana (Tsuchiya)","path":"/whitphx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3135397?s=80&v=4"},"commit":{"message":"Fix issue with re-adding deleted row in data editor with same index (#8864)\n\n## Describe your changes\r\n\r\nFixes an issue with re-adding a deleted row in the data editor with the\r\nsame index. The fix moves the handling of added rows below the handling\r\nof row deletions. This fix also requires an update of the minimum\r\nsupported Pandas version to 1.4, since < 1.4 has a bug where the index\r\nis changed from `RangeIndex` to `Int64Index` if a row is dropped.\r\n\r\n## GitHub Issue Link (if applicable)\r\n\r\n- Closes https://github.com/streamlit/streamlit/issues/8854\r\n\r\n## Testing Plan\r\n\r\n- Added unit test\r\n\r\n---\r\n\r\n**Contribution License Agreement**\r\n\r\nBy submitting this pull request you agree that all contributions to this\r\nproject are made under the Apache 2.0 license.\r\n\r\n---------\r\n\r\nCo-authored-by: Lukas Masuch <103002573+sfc-gh-lmasuch@users.noreply.github.com>","shortMessageHtmlLink":"Fix issue with re-adding deleted row in data editor with same index (s…"}},{"before":"de7932465c47cfb4a8e644bb3d7c8c766329eca2","after":"2af5feab756cb0c50117352c995e5f0dad0d528f","ref":"refs/heads/stlite-1.38.0","pushedAt":"2024-08-30T10:07:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"whitphx","name":"Yuichiro Tachibana (Tsuchiya)","path":"/whitphx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3135397?s=80&v=4"},"commit":{"message":"Fix the testing module to work on Pyodide","shortMessageHtmlLink":"Fix the testing module to work on Pyodide"}},{"before":"2af5feab756cb0c50117352c995e5f0dad0d528f","after":"e053121513f6ab44846d7d308e718ccac9cf54c3","ref":"refs/heads/stlite-1.38.0-rebase","pushedAt":"2024-08-30T09:31:09.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"whitphx","name":"Yuichiro Tachibana (Tsuchiya)","path":"/whitphx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3135397?s=80&v=4"},"commit":{"message":"Fix the testing module to work on Pyodide","shortMessageHtmlLink":"Fix the testing module to work on Pyodide"}},{"before":null,"after":"2af5feab756cb0c50117352c995e5f0dad0d528f","ref":"refs/heads/stlite-1.38.0-rebase","pushedAt":"2024-08-30T09:02:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"whitphx","name":"Yuichiro Tachibana (Tsuchiya)","path":"/whitphx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3135397?s=80&v=4"},"commit":{"message":"Fix the testing module to work on Pyodide","shortMessageHtmlLink":"Fix the testing module to work on Pyodide"}},{"before":null,"after":"de7932465c47cfb4a8e644bb3d7c8c766329eca2","ref":"refs/heads/stlite-1.38.0","pushedAt":"2024-08-30T08:49:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"whitphx","name":"Yuichiro Tachibana (Tsuchiya)","path":"/whitphx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3135397?s=80&v=4"},"commit":{"message":"Fix the testing module to work on Pyodide","shortMessageHtmlLink":"Fix the testing module to work on Pyodide"}},{"before":null,"after":"59346d7a080954ea5d0b93564b05fe966e8658f8","ref":"refs/heads/stlite-1.37.1-frontend-lib-package","pushedAt":"2024-08-28T06:18:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"whitphx","name":"Yuichiro Tachibana (Tsuchiya)","path":"/whitphx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3135397?s=80&v=4"},"commit":{"message":"Move files from kernel to frontend-lib","shortMessageHtmlLink":"Move files from kernel to frontend-lib"}},{"before":"19603b8c3665c7856e83607e27786b5f745ab760","after":"d1d94ef2145ef76970017c69dfaf1a531e9c2bb0","ref":"refs/heads/stlite-1.37.1","pushedAt":"2024-08-28T02:02:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"whitphx","name":"Yuichiro Tachibana (Tsuchiya)","path":"/whitphx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3135397?s=80&v=4"},"commit":{"message":"Fix the testing module to work on Pyodide","shortMessageHtmlLink":"Fix the testing module to work on Pyodide"}},{"before":"d8a87a07f245da077e9fda55b356c548e64d0ea0","after":"19603b8c3665c7856e83607e27786b5f745ab760","ref":"refs/heads/stlite-1.37.1","pushedAt":"2024-08-28T02:01:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"whitphx","name":"Yuichiro Tachibana (Tsuchiya)","path":"/whitphx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3135397?s=80&v=4"},"commit":{"message":"Remove pyodide-http from the dependency list to move it to stlite-lib (#19)","shortMessageHtmlLink":"Remove pyodide-http from the dependency list to move it to stlite-lib ("}},{"before":null,"after":"d5f233c5ac0463709479852eeb2d8a3fe5f6d8ce","ref":"refs/heads/stlite-1.37.1-no-pyodide-http","pushedAt":"2024-08-27T13:47:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"whitphx","name":"Yuichiro Tachibana (Tsuchiya)","path":"/whitphx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3135397?s=80&v=4"},"commit":{"message":"Remove pyodide-http from the dependency list to move it to stlite-lib","shortMessageHtmlLink":"Remove pyodide-http from the dependency list to move it to stlite-lib"}},{"before":"e6b63a2bf82e89e47cdc4714ee09482d5615635b","after":"d8a87a07f245da077e9fda55b356c548e64d0ea0","ref":"refs/heads/stlite-1.37.1","pushedAt":"2024-08-27T13:27:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"whitphx","name":"Yuichiro Tachibana (Tsuchiya)","path":"/whitphx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3135397?s=80&v=4"},"commit":{"message":"Fix the testing module to work on Pyodide","shortMessageHtmlLink":"Fix the testing module to work on Pyodide"}},{"before":"8a230929174dd6ed0a145f46d0f8deda4894965d","after":"e6b63a2bf82e89e47cdc4714ee09482d5615635b","ref":"refs/heads/stlite-1.37.1","pushedAt":"2024-08-27T07:06:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"whitphx","name":"Yuichiro Tachibana (Tsuchiya)","path":"/whitphx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3135397?s=80&v=4"},"commit":{"message":"Fix the testing module to work on Pyodide","shortMessageHtmlLink":"Fix the testing module to work on Pyodide"}},{"before":"ff765561b0d51548b5ad9b786a42e3513ff16bbe","after":"8a230929174dd6ed0a145f46d0f8deda4894965d","ref":"refs/heads/stlite-1.37.1","pushedAt":"2024-08-27T07:04:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"whitphx","name":"Yuichiro Tachibana (Tsuchiya)","path":"/whitphx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3135397?s=80&v=4"},"commit":{"message":"Fix the testing module to work on Pyodide","shortMessageHtmlLink":"Fix the testing module to work on Pyodide"}},{"before":"d08e083edfad5aacb44a915f8c5c8d279c67f3a1","after":"ff765561b0d51548b5ad9b786a42e3513ff16bbe","ref":"refs/heads/stlite-1.37.1","pushedAt":"2024-08-27T06:41:39.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"whitphx","name":"Yuichiro Tachibana (Tsuchiya)","path":"/whitphx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3135397?s=80&v=4"},"commit":{"message":"Fix the testing module to work on Pyodide","shortMessageHtmlLink":"Fix the testing module to work on Pyodide"}},{"before":"6296baf627f262bd2d75bdc480932f5f0e735d6a","after":"5ca2a9aa1fc7830bab933244aad185b7be3359da","ref":"refs/heads/develop","pushedAt":"2024-08-27T06:13:46.000Z","pushType":"push","commitsCount":100,"pusher":{"login":"whitphx","name":"Yuichiro Tachibana (Tsuchiya)","path":"/whitphx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3135397?s=80&v=4"},"commit":{"message":"Add icon to `st.form_submit_button` (#9327)\n\nAdding the `icon` param to `st.form_submit_button` to allow for emojis/material icons to be added to button label","shortMessageHtmlLink":"Add icon to st.form_submit_button (streamlit#9327)"}},{"before":"50c7bcdc713cda1718049f7613dfc5987d65ddb3","after":"d08e083edfad5aacb44a915f8c5c8d279c67f3a1","ref":"refs/heads/stlite-1.37.1","pushedAt":"2024-08-27T06:12:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"whitphx","name":"Yuichiro Tachibana (Tsuchiya)","path":"/whitphx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3135397?s=80&v=4"},"commit":{"message":"Fix the testing module to work on Pyodide","shortMessageHtmlLink":"Fix the testing module to work on Pyodide"}},{"before":"15c994506946c5e5ced759e232b871d57a1e01c9","after":"50c7bcdc713cda1718049f7613dfc5987d65ddb3","ref":"refs/heads/stlite-1.37.1","pushedAt":"2024-08-27T05:52:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"whitphx","name":"Yuichiro Tachibana (Tsuchiya)","path":"/whitphx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3135397?s=80&v=4"},"commit":{"message":"Fix the testing module to work on Pyodide","shortMessageHtmlLink":"Fix the testing module to work on Pyodide"}},{"before":null,"after":"15c994506946c5e5ced759e232b871d57a1e01c9","ref":"refs/heads/stlite-1.37.1","pushedAt":"2024-08-27T05:42:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"whitphx","name":"Yuichiro Tachibana (Tsuchiya)","path":"/whitphx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3135397?s=80&v=4"},"commit":{"message":"Fix the testing module to work on Pyodide","shortMessageHtmlLink":"Fix the testing module to work on Pyodide"}},{"before":"06c630dbc5f6c5b57c6b64a1dc50ca25be520c6a","after":"bff45bc6c793df54390348147ec0f68424f68143","ref":"refs/heads/stlite-1.36.0","pushedAt":"2024-08-05T06:00:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"whitphx","name":"Yuichiro Tachibana (Tsuchiya)","path":"/whitphx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3135397?s=80&v=4"},"commit":{"message":"Fix the testing module to work on Pyodide","shortMessageHtmlLink":"Fix the testing module to work on Pyodide"}},{"before":"02ef38667663b113ab64985500136ac99f6e7933","after":null,"ref":"refs/heads/remove-unused-import","pushedAt":"2024-08-05T05:18:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"whitphx","name":"Yuichiro Tachibana (Tsuchiya)","path":"/whitphx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3135397?s=80&v=4"}},{"before":"614afc1059f03eaee001234dcddbd123db1d15ce","after":"06c630dbc5f6c5b57c6b64a1dc50ca25be520c6a","ref":"refs/heads/stlite-1.36.0","pushedAt":"2024-08-05T05:18:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"whitphx","name":"Yuichiro Tachibana (Tsuchiya)","path":"/whitphx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3135397?s=80&v=4"},"commit":{"message":"Remove unused import (#18)","shortMessageHtmlLink":"Remove unused import (#18)"}},{"before":null,"after":"02ef38667663b113ab64985500136ac99f6e7933","ref":"refs/heads/remove-unused-import","pushedAt":"2024-08-05T04:37:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"whitphx","name":"Yuichiro Tachibana (Tsuchiya)","path":"/whitphx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3135397?s=80&v=4"},"commit":{"message":"Remove unused import","shortMessageHtmlLink":"Remove unused import"}},{"before":"3eb64c7442fa3dcf5ef91dd910c6f22ed83988b5","after":"614afc1059f03eaee001234dcddbd123db1d15ce","ref":"refs/heads/stlite-1.36.0","pushedAt":"2024-08-05T03:13:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"whitphx","name":"Yuichiro Tachibana (Tsuchiya)","path":"/whitphx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3135397?s=80&v=4"},"commit":{"message":"Fix the testing module to work on Pyodide","shortMessageHtmlLink":"Fix the testing module to work on Pyodide"}},{"before":"cb343d29d0a5498cf2e557de44de1270a4d3fcac","after":null,"ref":"refs/heads/rename-stlite-server-module","pushedAt":"2024-08-05T03:10:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"whitphx","name":"Yuichiro Tachibana (Tsuchiya)","path":"/whitphx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3135397?s=80&v=4"}},{"before":"446c469c6b3c4911ac43498f9d330ee91ac1853f","after":"3eb64c7442fa3dcf5ef91dd910c6f22ed83988b5","ref":"refs/heads/stlite-1.36.0","pushedAt":"2024-08-05T03:10:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"whitphx","name":"Yuichiro Tachibana (Tsuchiya)","path":"/whitphx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3135397?s=80&v=4"},"commit":{"message":"Rename the stlite_server module to stlite_lib (#17)","shortMessageHtmlLink":"Rename the stlite_server module to stlite_lib (#17)"}},{"before":null,"after":"cb343d29d0a5498cf2e557de44de1270a4d3fcac","ref":"refs/heads/rename-stlite-server-module","pushedAt":"2024-08-04T15:58:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"whitphx","name":"Yuichiro Tachibana (Tsuchiya)","path":"/whitphx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3135397?s=80&v=4"},"commit":{"message":"Rename the stlite_server module to stlite_lib","shortMessageHtmlLink":"Rename the stlite_server module to stlite_lib"}},{"before":"20ea80fc8f8f2ef30bcf13d9d3a6348be35e501c","after":"446c469c6b3c4911ac43498f9d330ee91ac1853f","ref":"refs/heads/stlite-1.36.0","pushedAt":"2024-07-31T06:48:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"whitphx","name":"Yuichiro Tachibana (Tsuchiya)","path":"/whitphx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3135397?s=80&v=4"},"commit":{"message":"Fix the testing module to work on Pyodide","shortMessageHtmlLink":"Fix the testing module to work on Pyodide"}},{"before":"47e2507d6ae944c8d2e40254de9f786c908c128d","after":null,"ref":"refs/heads/stlite-1.36.0-toml","pushedAt":"2024-07-31T06:47:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"whitphx","name":"Yuichiro Tachibana (Tsuchiya)","path":"/whitphx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3135397?s=80&v=4"}},{"before":"597c79eed9f867afcb147af41393e49757b5c397","after":"20ea80fc8f8f2ef30bcf13d9d3a6348be35e501c","ref":"refs/heads/stlite-1.36.0","pushedAt":"2024-07-31T06:47:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"whitphx","name":"Yuichiro Tachibana (Tsuchiya)","path":"/whitphx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3135397?s=80&v=4"},"commit":{"message":"Use tomllib instead of toml for the load and loads methods (#16)","shortMessageHtmlLink":"Use tomllib instead of toml for the load and loads methods (#16)"}},{"before":"597c79eed9f867afcb147af41393e49757b5c397","after":"47e2507d6ae944c8d2e40254de9f786c908c128d","ref":"refs/heads/stlite-1.36.0-toml","pushedAt":"2024-07-31T06:46:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"whitphx","name":"Yuichiro Tachibana (Tsuchiya)","path":"/whitphx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3135397?s=80&v=4"},"commit":{"message":"Use tomllib instead of toml for the load and loads methods","shortMessageHtmlLink":"Use tomllib instead of toml for the load and loads methods"}},{"before":null,"after":"597c79eed9f867afcb147af41393e49757b5c397","ref":"refs/heads/stlite-1.36.0-toml","pushedAt":"2024-07-31T06:44:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"whitphx","name":"Yuichiro Tachibana (Tsuchiya)","path":"/whitphx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3135397?s=80&v=4"},"commit":{"message":"Fix the testing module to work on Pyodide","shortMessageHtmlLink":"Fix the testing module to work on Pyodide"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0zMFQxNDozNzoxMi4wMDAwMDBazwAAAASow4-8","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0zMFQxNDozNzoxMi4wMDAwMDBazwAAAASow4-8","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNy0zMVQwNjo0NDoyNi4wMDAwMDBazwAAAASNuM_F"}},"title":"Activity · whitphx/streamlit"}