Dan Farrelly
Dan Farrelly
I'd like to avoid bundling the Angular.js libs in `app/components` by moving them into `package.json` ~~and creating the build via Browserify~~. This would make the repo smaller when installing from...
Additionally, there should be an easy way to kill the process from the UI and the command line interface.
Hey MailDev contributors! As some of you may noticed, my bandwidth for merging PRs and digging into issues has diminished over the last year with an increase workload at my...
So people can share maildev configurations across projects w/out the need for command line options. This would also deprecate the `rules.json` that a maildev user can use. Idea: **maildev.json** ```...
The goal is to change the `mailServer` object that is exported in `mailserver.js` to a class that is instantiated instead of setup with the `create` method. The main purpose is...
**Describe the bug** If the `ENTRYPOINT` in your `Dockerfile` is an invalid executable or if the `ENTRYPOINT` is missing, using `inngest run` hangs and does not finish. **To Reproduce** Steps...
**Describe the bug** When writing a `Dockerfile` with an `ENTRYPOINT` which is a command that has a non-zero exit code, `inngest run` throws a panic instead of capturing this exit...
**Is your feature request related to a problem? Please describe.** There isn't an ideal way to pass environment variables to the inngest dev srver **Describe the solution you'd like** The...
**Is your feature request related to a problem? Please describe.** When building from a `Dockerfile`, `inngest run` or `inngest deploy` can swallow the useful error that is normally shown when...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Install the latest cli `v0.3.0` 3. Run `inngest init`...