Block a user
rust dev container
Since i have ARM and AMD64 -based laptops, it make sense to explore Docker images with multi-arch support.
rust dev container
Due to:
- Known Gitea issues with hosting docker registry aka images
- Big size (2.5 Gig) of a final builder container
it was decided…
rust dev container
unfortunately, using Alpine
as a base for rust
dev-container -> leads to compilation errors during cargo
dependancy installation
rust dev container
Motivations behind choosing alpine docker image for rust builder:
- minimal final image size
- already have descent experience with
Debian
, so would like to learn a bit moreAlpine
instead
move "2D collisions.pdf" into wiki repo
5a9a38fa07
Merge pull request 'eframe-template' (#6) from eframe-template into master
0921f56836
assets
ed2f243970
web assembly + trunk
433ee08f66
split main and app sources
7f387cbaa0
readme
move "2D collisions.pdf" into wiki repo
git
recommends using the third-party add-on git-filter-repo:
# removes file from all commits in all branches
git filter-repo --invert-pat…
move "2D collisions.pdf" into wiki repo