generated from security-union/yew-actix-template
-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updating base images #160
Merged
Merged
updating base images #160
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkamonMdt
pushed a commit
to mkamonMdt/videocall-rs
that referenced
this pull request
Jun 24, 2024
* updating base images * update base image * cache build * fmt * make ci green again * pass linter
mkamonMdt
pushed a commit
to mkamonMdt/videocall-rs
that referenced
this pull request
Jun 27, 2024
* updating base images * update base image * cache build * fmt * make ci green again * pass linter
mkamonMdt
pushed a commit
to mkamonMdt/videocall-rs
that referenced
this pull request
Jun 27, 2024
* updating base images * update base image * cache build * fmt * make ci green again * pass linter
mkamonMdt
pushed a commit
to mkamonMdt/videocall-rs
that referenced
this pull request
Jun 27, 2024
* updating base images * update base image * cache build * fmt * make ci green again * pass linter
darioalessandro
added a commit
that referenced
this pull request
Jul 4, 2024
* Max 20 canvases on screen: The PeerList The commit introduces struct component PeerList which is to resposible for active Peer management. At current stage, the PeerList should expand and collapse, claiming dedicated screen chunk, accept (hardcoded at the moment) list of Peers and enable basic filterming function. * Max 20 canvases on screen: extract Canvas generator In preparation to limit Canvases, the commit extracts a function responsible for thier preparation given vector of peer indetifiers. No changes in canvas preparation logic were introduced. * Max 20 canvases on screen: Setup canvas limit The canvas number is limited up to 20. The limit criteria is simple alphabetical order. All peers can be seen in the PeerList. * Max 20 canvases on screen: PeerList refinement The commit turns raw-text PeerList into scrollable list of PeerListItems, a struct component that might be further developed with functional features. * Add peer heartbeat monitor (#157) The commit adds peer heartbeat monitoring functionality that registers each heartbeat received and removes peers that stopped missed all heartbeat opportunities in current monitoring period. The heartbeat-based peer removal will take up to 2x of monitoring period duration to detect a lost peer. * Update README.md (#159) * updating base images (#160) * updating base images * update base image * cache build * fmt * make ci green again * pass linter --------- Co-authored-by: Dario A Lencina-Talarico <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.