Improve app/daemon development #1753

Merged
neb-b merged 3 commits from daemon-development into master 2018-07-11 19:30:00 +02:00
neb-b commented 2018-07-11 06:51:12 +02:00 (Migrated from github.com)
  • No address validation with NO_ADDRESS_VALIDATION env
  • No daemon mismatch modal when running in dev mode
  • Keep the app open if something crashes when running in dev mode

Waiting on testing from @eukreign

- No address validation with `NO_ADDRESS_VALIDATION` env - No daemon mismatch modal when running in dev mode - Keep the app open if something crashes when running in dev mode Waiting on testing from @eukreign
eukreign (Migrated from github.com) reviewed 2018-07-11 06:58:25 +02:00
eukreign (Migrated from github.com) commented 2018-07-11 06:56:01 +02:00

Should this be !isDev?

Should this be `!isDev`?
eukreign (Migrated from github.com) commented 2018-07-11 06:56:31 +02:00

typo daemone and specificed

typo `daemone` and `specificed`
neb-b (Migrated from github.com) reviewed 2018-07-11 07:00:33 +02:00
neb-b (Migrated from github.com) commented 2018-07-11 07:00:33 +02:00

nice

nice
neb-b (Migrated from github.com) reviewed 2018-07-11 07:00:54 +02:00
neb-b (Migrated from github.com) commented 2018-07-11 07:00:54 +02:00

whoops

whoops
skhameneh (Migrated from github.com) approved these changes 2018-07-11 19:03:18 +02:00
skhameneh (Migrated from github.com) reviewed 2018-07-11 19:04:13 +02:00
@ -70,4 +73,3 @@
}
app.quit();
});
daemon.launch();
skhameneh (Migrated from github.com) commented 2018-07-11 19:04:12 +02:00

Template literals might help with formatting here?

Template literals might help with formatting here?
skhameneh (Migrated from github.com) approved these changes 2018-07-11 19:04:36 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#1753
No description provided.