Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
RyanLua pushed 2 commits to dependabot/pip/urllib3-2.3.0 RyanLua/InstaWebhooks
- Remove announcement Signed-off-by: Ryan Luu <[email protected]> f8cfd62
- Merge branch 'main' into dependabot/pip/urllib3-2.3.0 c1de6ef
RyanLua pushed 1 commit to main RyanLua/InstaWebhooks
- Remove announcement Signed-off-by: Ryan Luu <[email protected]> f8cfd62
RyanLua pushed 1 commit to resources-page RyanLua/ClassroomDarkMode
- Add basic support for resources page Signed-off-by: GitHub <[email protected]> f71c09c
RyanLua opened an issue on RyanLua/ClassroomDarkMode
Resources page does not have dark mode
### Description The new Resources page (https://classroom.google.com/u/0/res/my-res) does not have proper dark mode supported. ![image](https://github.com/user-attachments/assets/ec8019a0-adff-...RyanLua created a branch on RyanLua/ClassroomDarkMode
resources-page - Dark mode for Google Classroom based on Material Design.
RyanLua created a comment on an issue on RyanLua/InstaWebhooks
Fixed by d6ee0756ff92f99906ea771b87adcaeda928a479
RyanLua closed an issue on RyanLua/InstaWebhooks
README links point to old documentation
The README currently links to the old documentation instead of the new one. https://github.com/RyanLua/InstaWebhooks/blob/0ebb84aaf488e102c5986847362e7b151547eff2/README.rst?plain=1#L103 http...RyanLua pushed 2 commits to settings-page RyanLua/FluentAutoClicker
RyanLua pushed 60 commits to settings-page RyanLua/FluentAutoClicker
- Update notice 496855f
- Update features section d961fd5
- Minify SVG f5ed873
- Update screenshot images aaad138
- Use less rounded corners d8198a3
- Fix corners e0b125e
- Compress images 332340e
- Shorten README 055a227
- Update license 99d84a2
- Improve contributing section 66391de
- Add DSC config 3be6fb8
- Add environment configuration 2aea53a
- Shorten VS Community description Signed-off-by: Ryan Luu <[email protected]> a841870
- Update list numbers 240d16d
- Merge branch 'community-health-files' of https://github.com/RyanLua/FluentAutoClicker into community-health-files 6792572
- Add another VS config install option 96b5ae2
- Add build section aaa4c90
- Fix titlebar 6aa07aa
- Create XamlStyler config 63805d6
- Add XAML Styler to .vsconfig 041debb
- and 40 more ...
RyanLua closed a pull request on RyanLua/InstaWebhooks
Use dynamic version and copyright year for docs
## Description Updates the docs site to automatically get the version from the package and use the current year for copyright. ## Related Issues <!-- List any related issues or pull reques...RyanLua pushed 1 commit to dynamic-version RyanLua/InstaWebhooks
- Fix CI to use pyproject.toml efd0373
RyanLua pushed 1 commit to dynamic-version RyanLua/InstaWebhooks
- Use pyproject.toml for dependencies Signed-off-by: GitHub <[email protected]> 2b7bc5c
RyanLua pushed 2 commits to dynamic-version RyanLua/InstaWebhooks
- Ignore RST files Signed-off-by: GitHub <[email protected]> 81b534d
- Use dynamic version Signed-off-by: GitHub <[email protected]> 8fc41dd
RyanLua created a review comment on a pull request on RyanLua/InstaWebhooks
No, it is that way because the project was released initially in 2024. It is supposed to be `2024-2025, Ryan Luu` with `2025` being the current year.
RyanLua opened a pull request on RyanLua/InstaWebhooks
Use dynamic version and copyright year for docs
## Description Updates the docs site to automatically get the version from the package and use the current year for copyright. ## Related Issues <!-- List any related issues or pull reques...RyanLua pushed 1 commit to dynamic-version RyanLua/InstaWebhooks
- Automatically get copyright version Signed-off-by: GitHub <[email protected]> 30934f5
RyanLua pushed 2 commits to dynamic-version RyanLua/InstaWebhooks
- Fix conflict Signed-off-by: GitHub <[email protected]> a5fd8d0
- Fix version solving Signed-off-by: GitHub <[email protected]> 6a7f78e
RyanLua created a branch on RyanLua/InstaWebhooks
dynamic-version - Discord webhooks for new Instagram posts from any account. Get notified of posts from Instagram to your Discord server.
RyanLua pushed 1 commit to main RyanLua/InstaWebhooks
- Add link for docs Signed-off-by: Ryan Luu <[email protected]> a5bdd3f
RyanLua pushed 14 commits to main RyanLua/FluentAutoClicker
- Refactor MainWindow for readability Signed-off-by: Ryan Luu <[email protected]> 333f555
- Normalize DllImport import ending fec7b9b
- Refactor to use LibraryImport instead of DllImport c3d37c9
- Update fsModifiers type to use VirtualKeyModifiers befaad9
- Add doc comments for hotkeys 77b5ba1
- Interop with PInvoke dbc914b
- Fix crash on resize 48da0a5
- Merge branch 'main' into refactor-interop beb191b
- Refactor for clicking logic cc7666c
- Remove period Signed-off-by: Ryan Luu <[email protected]> e74ddf2
- Fix x84 support f71db44
- Simplify checkbox logic f51bbcf
- Fix diagnostics 89ed34f
- Merge pull request #49 from RyanLua/refactor-interop Refactor interop to use CsWin32/LibraryImport 2f4b123
RyanLua closed a pull request on RyanLua/FluentAutoClicker
Refactor interop to use CsWin32/LibraryImport
## Description Modernizes interop to replace `DllImport` with `LibraryImport` or `PInvoke` with CsWin32 when possible. The goal of this PR is to improve project readability by reducing complexit...RyanLua pushed 1 commit to refactor-interop RyanLua/FluentAutoClicker
- Simplify checkbox logic f51bbcf