Eshin Griffith

Results 16 comments of Eshin Griffith

Any update on this? I'm facing the same issue

I ended up doing something similar to this but written as a handler: ```typescript // transferHandlers.ts import {transferHandlers, proxy} from 'comlink'; transferHandlers.set("iterable", { canHandle(obj) { const isIterable = typeof obj...

@surma, this was my first attempt at creating a transfer handler, do you see any issues with my implementation? Big fan of your work!

(previously @xepher0coded, changed my username) Thanks @samburnstone! Do you think assigning the generator to the async iterator instead of creating my own would fix that behavior, like what @hiroto7 had...

Hello there, does anyone know if any effort has been made to create an extension which broadens the HTTP methods that can be described in Open API 3? Would like...

Put this on the backburner because of work, but I intend to come back to this next week! I've got a Vue3 + Storybook repo I intend to add these...

This is true of exported namespaces/interfaces as well, and I also noticed that creating a copy of the type: `type B2 = {[b in keyof B]: B[b]}` creates a mock...

So I'm seeing a different issue now. I use Wallaby.js for testing, and for all of the tests I am now seeing the following error generated in the console: ```...

It very well might be some fanciness, but it ceases to fail when I change the version back from 3.2.3 to 3.2.2. The runtime is actually throwing these errors before...