Hunter Wittenborn

Results 126 issues of Hunter Wittenborn

In light of the recent xz incidents, it would probably be a good decision to see if reproducible builds work properly. If they aren't that should be worked on, and...

I have a vision for this to be able to be used on any type of system, with it being the de-facto way to connect to any cloud provider. This...

Now that we have more cloud providers, we should have them in the list in the README so that users can see at a glance what we support. We should...

Currently we sync files one at a time, which isn't the best choice for performance. We could sync multiple files in parallel across multiple threads (or by just using async),...

### Discussed in https://github.com/hwittenborn/celeste/discussions/160 Originally posted by **chrismacor** October 22, 2023 I'm attempting to sync with Google drive on Jellyfish. When I click login the window greys out and nothing...

The codebase is currently quite messy in some spots - [launch.rs](https://github.com/hwittenborn/celeste/blob/dbe1f017a4019086032fc7cd853fc143c5c63ec4/celeste/src/launch.rs) to be specific. The code is quite an annoyance to maintain, and a rewrite of the file is highly...