• Joined on 2024-03-31
brl pushed to master at brl/citadel-realms 2024-11-12 22:26:43 +00:00
581e404edf Initial commit
brl pushed to master at brl/citadel-realms 2024-11-12 22:17:05 +00:00
0d37eb04f2 Initial commit
brl created branch master in brl/citadel-realms 2024-11-12 22:17:04 +00:00
brl created repository brl/citadel-realms 2024-11-12 22:16:23 +00:00
brl pushed to master at brl/citadel 2024-09-27 11:42:45 +00:00
9599d3da9d Add patch for GNOME Software to facilitate sandboxing
brl pushed to master at brl/citadel 2024-09-11 18:40:39 +00:00
4c6f4f4a3d Add missing files to correct dns fix commit (0d13ca38df)
brl merged pull request brl/citadel#15 2024-09-11 18:40:38 +00:00
Add missing files to correct dns fix commit (0d13ca38df)
brl pushed to master at brl/citadel 2024-09-09 12:23:37 +00:00
0d13ca38df Fix failure of dns resolution in realms
brl merged pull request brl/citadel#14 2024-09-09 12:23:36 +00:00
Fix failure of dns resolution in realms
brl pushed to master at brl/citadel 2024-09-06 16:00:58 +00:00
bc87a2c629 Added packages needed for flatpak/gnome-software support
brl pushed to master at brl/citadel-tools 2024-09-06 15:49:47 +00:00
24f786cf75 Fix broken realmfs autoresize
2dc8bf2922 Support for flatpak and GNOME Software in Realms
Compare 2 commits »
brl merged pull request brl/citadel-tools#5 2024-09-06 11:53:37 +00:00
Upgrade clap, rpassword and pwhash to prepare for new code using them
brl pushed to master at brl/citadel-tools 2024-09-06 11:53:37 +00:00
2a16bd4c41 Upgrade clap, rpassword and pwhash to prepare for new code using them
brl pushed to master at brl/citadel 2024-09-06 11:52:10 +00:00
e51faa3266 Fix missing svg file in bitbake build process
brl merged pull request brl/citadel#13 2024-09-06 11:52:09 +00:00
Fix missing svg file in bitbake build process
brl commented on pull request brl/citadel#10 2024-08-30 15:50:00 +00:00
Fix double click required for wifi connection and upgrade nma

Pulling in GNOME Keyring to "Fix double click" bug is a change that I'll need more information about.

Whether or not to include GNOME Keyring in Citadel is not such a trivial decision because…

brl commented on pull request brl/citadel-tools#4 2024-08-30 15:31:08 +00:00
Improve error handling by using std lib rust code

PS: Gitea is pretty sweet. I had no idea it would collect all the code review comments I wrote and show them like that.

brl commented on pull request brl/citadel-tools#4 2024-08-30 15:29:03 +00:00
Improve error handling by using std lib rust code

What? Why does this need a Result return type?

brl commented on pull request brl/citadel-tools#4 2024-08-30 15:29:03 +00:00
Improve error handling by using std lib rust code

This is an improvement over the current error handling API?

brl commented on pull request brl/citadel-tools#4 2024-08-30 15:29:03 +00:00
Improve error handling by using std lib rust code

There's a common idiom for using result::Result<T,E> where you create a new type also called Result that specifies the error type you want to use.