Hunter Wittenborn

Results 334 comments of Hunter Wittenborn

Thanks for the heads up on that @hellpe. I had the autocompletion going because I wasn't aware of any way to really get a GUI file picker going while using...

Hey! If you close that error window are you able to proceed with the folder setup?

Thanks for making the feature request! Just repeating some of what I said in https://github.com/hwittenborn/celeste/issues/27#issuecomment-1421566267, but I still need to do some research into how to implement that behavior, which...

I did some testing and I found the source of the issue - I was under the assumption that whenever a file was changed on a local system, that the...

I'm getting another change to get this looked at, and there doesn't seem to be a clean way to get this done currently. For the time being I think the...

I want to add this, but AppImage's have shown to be quite annoying to package for (at least for me), especially when older libc versions are needed. There was a...

A main issue for me was using some simple tooling - I don't want to have to generate the `AppDir` manually, so I tried using [`appimage-builder`](https://appimage-builder.readthedocs.io/en/latest/), but it never worked...

I just did some testing with a test GTK3 application, and it looks like [`cargo-appimage`](https://github.com/StratusFearMe21/cargo-appimage) does the job perfectly. It'll probably have to wait until #84 is done so that...

I did some more testing, and `cargo-appimage` is having some limitations that break backwards compatibility. It also lays out files in a way that I don't necessarily like. I could...

I just found out about [FlatImage](https://github.com/ruanformigoni/flatimage) the other day, and it looks like it'll solve my needs pretty perfectly. There doesn't seem to be any issues with dependencies when using...