Jack Williams

Results 37 issues of Jack Williams

**Describe the bug** There's a memory leak attributed to the use of [naudio/NAudio](https://github.com/naudio/NAudio) _somewhere_. I haven't been able to find where, but every time the pop-up menu is opened, the...

bug

Very very quick and simple env var example for all scaffold languages.

**Describe the bug** Running `inngest init` with an incorrect `--language` flag (e.g. `--language foo`) will return successfully but not scaffold any steps. **To Reproduce** Steps to reproduce the behavior: 1....

bug

**What is the current behavior?** React 18 has introduced some [new Strict Mode behaviours](https://reactjs.org/blog/2022/03/29/react-v18.html#new-strict-mode-behaviors) that results in components unmounting and remounting whenever it mounts for the first time, restoring the...

# Is this a feature request or a bug? Bug. # Expected behavior: Running the following command installs `ds`. ``` sh curl -sSL https://www.entropic.dev/install.sh | bash ``` # Actual behavior:...

The event key here is erroneously checking the event key given to the instantiation instead of the end result of using either this event key or one found in the...

## Summary Refactor handlers to be a strictly-typed, guided process instead of having to extend a class and manually override specific methods. Previously, all serve handlers would have to override...

## Summary Adds some tooling for Deno support, allowing folks to use `"npm:inngest"` imports. Most of the changes here (all of the `deno_compat/` directory) are for integration testing purposes; we...

## SDK changes - [x] Refactor step function tooling to be `async` - [x] Unify `createFunction`, `createScheduledFunction`, and `createStepFunction` under a single `createFunction` method - [ ] Preserve complex client-less...

feature