Caleb Gardner
Caleb Gardner
I'm using your zstd library in my [squashfs library](https://github.com/CalebQ42/squashfs) and have run into a weird edge case. It seems that sometime when I decompress some data, I'm not getting the...
* Fixed deleted AppImages not being removed. * Updated go.mod to use go 1.19, and updated dependencies. * Removed instances if `io/ioutil` since it's depreciated. * `go fmt` also fixed...
This is a replacement of #249. This is only a couple parts of that PR and I'll probably re-base the rest in another PR down the road. This is mostly...
Added this for the same reason asked for in #44.
* Added dwarfs implementation to goappimage using the `dwarfs` and `dwarfsextract` commands. * Fuse mounts to /tmp for most uses, with it automatically unmounting after 5 seconds of inactivity *...
The [uruntime](github.com/VHSgunzo/uruntime) to create AppImages has an option to use dwarfs archives instead of squashfs. As appimaged directly reads the squashfs archive it makes it's integrations not work on them....
I relatively recently learned about Go's `recover` ability. Now a panic when integrating AppImages will fail nicely instead of crashing `appimaged` entirely. I added a desktop notification when this happens...