aszlig
aszlig
> You can detect it, right, so you could at least throw a giant multi-line warning for now if the bad cases happen (and maybe tell users to activate the...
Already wrote the changelog in https://github.com/aszlig/avonc/commit/29bd512f127b2cb4bb998149f036cbd4e765f9fe, but since I do this for every single app from the app store lacking a changelog, I tend to avoid doing in-depth analysis of...
Unfortunately, it's not because they'd need to have a way to set a different API URL, which I doubt the upstream maintainers will include. As [outlined in the README](https://github.com/headcounter/shabitica/tree/5dcd523a7781bdf0755d695ee2458e3f8506d969#no-support-for-the-mobile-apps), this...
@justUmen: Yeah, at some point I do plan to add a Docker image. However the problem at the moment is that the source code is patched accordingly depending on the...
@justUmen: Try `nix-build build-vm.nix`. You should get a symlink called `result` in the current directory which you can use to start the VM with `./result`. Note that the `build-vm.nix` currently...
@justUmen: Ah, right, this is because Shabitica uses a patched MongoDB, so there are no binaries available and thus it's compiling from source. I probably should mention the binary cache...
@nathan-sain: Unfortunately not yet, but you can also deploy build a NixOS VM with Nix (the package manager), like mentioned in a [previous comment](https://github.com/headcounter/shabitica/issues/1#issuecomment-417797236). If there would be an easy...
@jtagcat: Not yet, since at the moment I haven't even rebased against upstream since they made some fundamental changes that require more work to properly integrate (probably a full weekend...
> Since I don't know about habitica's code and rn don't want to have anything new, would you accept a bounty? Well, same here, since I don't know what has...
@TheEagle13: Essentially the database is the only thing that needs to be persistent, everything else is entirely disposable. There are some state files around [migrations and the Armoire](https://github.com/headcounter/shabitica/blob/b5bd254a30b54ec06a363e76273b01d849383809/modules/default.nix#L390-L394) and [secrets](https://github.com/headcounter/shabitica/blob/b5bd254a30b54ec06a363e76273b01d849383809/modules/default.nix#L271-L281),...