aether-app icon indicating copy to clipboard operation
aether-app copied to clipboard

Aether client app with bundled front-end and P2P back-end

Results 5 aether-app issues
Sort by recently updated
recently updated
newest added

``` cd aether-core; go mod vendor ``` is needed to build from source on nixos error was: ``` Building subPackage ./aether/backend go: inconsistent vendoring in /build/aether-core: github.com/golang/[email protected]: is explicitly required...

Updated to https://github.com/nehbit/aether/blob/master/aether-core/aether/services/configstore/permanent.go

Bumps [electron](https://github.com/electron/electron) from 5.0.8 to 7.2.4. Release notes Sourced from electron's releases. electron v7.2.4 Release Notes for v7.2.4 Fixes Fixed Promise timeout issue when running Electron as Node. #23324 Fixed...

dependency-bug

Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.0 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...

dependency-bug

This is a fix for the issue I reported here: https://meta.getaether.net/t/aether-fails-to-show-new-user-modal-after-saying-yes-to-onboarding-question-create-new-user/350 The problem was that a navigation guard was in place preventing navigation outside onboarding screens until onboarding was set...