Matthew Reichardt

Results 7 issues of 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...

enhancement

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. ![image](https://user-images.githubusercontent.com/303321/196055364-87ca1e2a-0e09-41d9-a765-90221cb97535.png)

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...