Matthew Reichardt
Matthew Reichardt
**Describe the solution you'd like** I would like to propose the beginning implementation of commands to easily generate templates for new items such as: * Controllers * Migrations * Models...
Hello, I have implemented an action sheet visually dismisses, however, the invisible layer seems to remain active, rendering the UI unresponsive. Below is the relevant code. ``` ForEach(goals["daily"]!, id: \.id)...
``` { ipaddr: 'electrum.cipig.net', [1] port: 10000, [1] error: 'couldnt connect to electrum server' } [1] { ipaddr: 'electrum1.cipig.net', port: 10000, result: 'success' } [1] { ipaddr: 'electrum2.cipig.net', port: 10000,...
On a fresh clone, authentication seems broken. Alby prompts to authenticate, however displays an error on attempt. 
This PR adds dotenv to allow .env files to be read on local environments, closing issue #2 .
The codebase is setup to expect env vars from hosting services, not from local development environments. Adding **dotenv** package and required config statement rectifies this issue.
**Describe the solution you'd like** I would like to propose the beginning implementation of commands to easily generate templates for new items such as: * Controllers * Migrations * Models...