Jack Williams

Results 43 issues of Jack Williams

## Summary Add support for [SolidStart](https://start.solidjs.com/), a framework for [SolidJS](https://www.solidjs.com/). Closes #103. ## Todo - [ ] Tests - [ ] Docs - [ ] SDK example repo (for integration...

✨ new
📦 inngest

It's occured to me that the technique used at [@jpwilliams/distributed-promise](https://github.com/jpwilliams/distributed-promise) might also be a very relevant feature here. If it were to be added, the result would never be cached,...

⚙ feature

Closes #43, but also related to #45 and #58. Was a discussion way back when about whether we should change endpoints to be transient by default rather than persist even...

Nothing tells you how to require and boot remit. Nice. 👏 Would be good to add it to the first example as well as to the API section.

chore

If a request cannot be routed to a queue, it'd be nice to know as soon as possible. We can use the `mandatory` message option to have the message returned...

⚙ feature

## Summary Adds `@inngest/middleware-remote-state`, giving consumers an easy way to push state to a remote store with a dataloader-like API. We could also: - Add async `encrypt` and `decrypt` functions...

✨ new
📦 @inngest/middleware-remote-state

## Summary Adds in-band sync support by returning different data based on whether a `PUT` request is signed (and validated) or not. In draft while functionality is built out elsewhere....

✨ new
📦 inngest

## Summary The initial bare-bones release of `@inngest/test` based on the RFC at inngest/inngest#1680 following the preliminary changes to open up the execution APIs in #688. Here's some examples of...

📦 @inngest/test
prerelease/test

## Summary Test for and ensure support for TypeScript 5.6. ## Checklist - [ ] ~Added a [docs PR](https://github.com/inngest/website) that references this PR~ N/A - [x] Added unit/integration tests -...

💡 KTLO
📦 inngest