Dan Farrelly

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

planned

Additionally, there should be an easy way to kill the process from the UI and the command line interface.

feature
Not planned

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

priority

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

feature
planned

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

feature
planned

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

bug

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

bug

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

feature

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

feature
area/cli

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

bug