Results 7 issues of Michael

I do not all the intricacies of JS but the following line seems weird to me https://github.com/taskrabbit/node-resque/blob/1a2def9f46f9be5a80a5dd8630b89d23aff2ca53/lib/pluginRunner.js#L24 Is there a reason why the plugin is instantiated to just get name?...

question

# Bug report ## Describe the bug Apple pay button fails with "InvalidAccessError: Page already has an active payment session." after opening and closing it a couple of times. You...

### New feature motivation ## Publishing a package to GitHub npm repository from Github Actions throws `Permission permission_denied` Publishing a package from Github Actions to a private GitHub npm package...

zod version: `3.20.2` issue: `z.string().optional().catch(undefined)` comes out as `string` instead of `string | undefined` ``` const someSchema = z.object( { optionalCatch: z.string().optional().catch(undefined) }) type Some = z.infer type WrongType =...

- add transformer serialization to emitted data in subscription routes - added tests for query, mutate, and subscription routes using a custom transformer

If you have trpc configured with a custom transformer, the transformer is not called on emitted data from the router. The receiving end calls `deserialize` resulting un undefined edited data...

Hi @jlalmes, love the idea of having a typesafe communication with background thread. I am trying to figure out the best way to update my extension to use TRPC throughout....