This website requires JavaScript.
Explore
Help
Sign In
sjg
/
trx-rs
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Make frontend plugin loading ordered and retryable
#9
Merged
sjg
merged 1 commits from
fix/reliable-plugin-loader
into
main
2026-08-01 01:43:51 +02:00
Conversation
0
Commits
1
Files Changed
1
+36
-9
sjg
commented
2026-08-01 01:39:39 +02:00
Owner
Copy Link
Copy Source
Summary
load plugin dependency lists sequentially
deduplicate completed and in-flight script requests
record success only after onload and allow retries after failure
surface plugin loading failures
Testing
cargo test -p trx-frontend-http (51 passed)
## Summary - load plugin dependency lists sequentially - deduplicate completed and in-flight script requests - record success only after onload and allow retries after failure - surface plugin loading failures ## Testing - cargo test -p trx-frontend-http (51 passed)
sjg
added 1 commit
2026-08-01 01:39:40 +02:00
[fix](trx-frontend): serialize plugin loading
CI / lint (pull_request)
Failing after 1s
Details
CI / test (pull_request)
Failing after 2s
Details
CI / reuse (pull_request)
Failing after 1s
Details
3080a58c4a
sjg
merged commit
061738a63b
into
main
2026-08-01 01:43:51 +02:00
Sign in
to join this conversation.
Reviewers
No Reviewers
Labels
Clear labels
bug
Something is not working
duplicate
This issue or pull request already exists
enhancement
New feature
help wanted
Need some help
invalid
Something is wrong
question
More information is needed
wontfix
This won't be fixed
No labels
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Assignees
Clear assignees
sjg
(Stan Grams)
No Assignees
1 Participants
Notifications
Subscribe
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sjg/trx-rs#9
Write
Preview
Loading…
x
Add
Cancel
Save
Reference in New Issue
Repository
sjg/trx-rs
Title
Body
Create Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues.
Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block
Summary
Testing