Andy Ingram

Results 14 issues of Andy Ingram

For things like billing flows, its not uncommon to want to redirect-after-POST to a 3rd party endpoint. next-runtime doesn't appear to support returning external URLs with its `redirect` handler. I've...

🐛 bug

This looks great, at first glance the main thing lacking is an equivalent of useReducer for more complex state management. Any interest in extending it a bit?

enhancement

When doing server-side rendering, in order to be able to synchronously render the client-side code (and avoid a waterfall of requests for code bundles), we need so be able to...

As projects like Relay have shown, it's relatively common to repeat the same generic structures of types multiple times within a project. In the case of Relay, I'm talking about...

💭 Strawman (RFC 0)

This library looks pretty great, one additional thing I'd look for is the ability to define batches on the models themselves. The syntax would be pretty similar to the Batch...

I've experimented with this a bit myself with an in-house solution to building HTML emails with React, but I think fleshing out Oy is better than everyone reinventing wheels. As...

At present, any process defined in an imported subproject (such as frontend or backend in the following example) will be run with the cwd (current working directory) of this parent...

enhancement

Resolves https://github.com/pmndrs/swc-jotai/issues/27 Should make it compatible with Next 14.2. I've tested this by building the new wasm file and overriding the one in node_modules for debug_label. Not sure what more...

Next 14.2 has updated its internal version of swc_core, and we're blocked on upgrading until all our installed plugins have also updated (not upgrading swc-jotai causes compilation errors).

Hi @mattrothenberg, as mentioned on Twitter, I started out with this lib as a foundation, but went with a different algorithm, this is how my version currently looks in case...